Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Open Agreements

io.github.open-agreements/open-agreements

Fill standard legal agreement templates (NDAs, SAFEs, NVCA docs, employment) as DOCX files.

Uptime
100.0%
1 direct probes · 30d
Response
1076ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

list_templates

List all available legal agreement templates as a paginated compact catalog. Returns lightweight metadata for discovery — call get_template for full per-field detail. Templates are returned in stable …

search_templates

Search for legal agreement templates by keyword. Uses BM25 ranking to find the most relevant templates matching your query. Searches across template names, descriptions, categories, sources, and field…

get_template

Fetch a single template definition with full field metadata.

fill_template

Fill a legal agreement template with field values and return a document via URL or MCP resource preview metadata. For field-selector templates (e.g. NVCA), also generates a redline (track-changes) doc…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "open_agreements": {
      "url": "https://openagreements.org/api/mcp",
      "transport": "streamable-http"
    }
  }
}