MCP Directory

open-agreements/open-agreements

GitHub
Other

Fill standard legal agreement templates (NDAs, SAFEs, NVCA docs, employment, cloud terms) and produce signable DOCX files.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y open-agreements

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from open-agreements/open-agreements your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "open-agreements": {
      "command": "npx",
      "args": [
        "-y",
        "open-agreements"
      ]
    }
  }
}

Route open-agreements/open-agreements intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add open-agreements

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use open-agreements/open-agreements directly without routing

npx -y open-agreements

New to Agent-CoreX? View setup guide →

open-agreements/open-agreements MCP Server — Agent-CoreX