# Open Agreements MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-open-agreements-open-agreements
- Repository: https://github.com/open-agreements/open-agreements
- Website: https://openagreements.org

## Install
- Command: `npx -y @open-agreements/contract-templates-mcp`
- Endpoint: https://openagreements.org/api/mcp
- Auth: Not captured

## Setup notes
- Package: Npm @open-agreements/contract-templates-mcp v0.7.2
- Remote endpoint: https://openagreements.org/api/mcp

## Tools
- 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 lexicographic order by template_id. For finding templates by topic, jurisdiction, or source, use search_templates instead. Endpoint: https://openagreements.org/api/mcp
- 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 definitions. Use this instead of list_templates when you know what kind of agreement you need. Endpoint: https://openagreements.org/api/mcp
- get_template - Fetch a single template definition with full field metadata. Endpoint: https://openagreements.org/api/mcp
- 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) document comparing the filled output against the standard form. Endpoint: https://openagreements.org/api/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.open-agreements
- Version: 0.7.2
- Runtime: Npm
- Transports: STDIO, HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Apr 3, 2026
- Source: https://registry.modelcontextprotocol.io
