OpenAgreements
openagreements.org
· OpenAgreements
Free, primary-source legal reference and contract-drafting toolkit: fillable agreement templates (signable DOCX), plain-English practice guides, and multistate law surveys. Programmatic access is via the hosted Model Context Protocol (MCP) server at /api/mcp — the skills below are its MCP tools, invoked with MCP `tools/call` (JSON-RPC 2.0 over HTTP), NOT classic A2A `message/send`. MCP clients should `initialize` then `tools/list`; see documentationUrl. Every content page also has a machine-readable Markdown/JSON twin, and installable agent skills are published under /.well-known/agent-skills/.
openagreements.org via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
C
Conformance score: 63/100
C-grade: usable but has clear conformance issues, review the breakdown below.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent; calls are logged here automatically.
Try it
Send a message to this agent live. Your prompt is proxied through Agenstry.
Endpoints
| Agent card | https://openagreements.org/.well-known/agent-card.json |
| Provider | https://openagreements.org |
| Docs | https://openagreements.org/mcp |
Skills · 4 declared · mapped to canonical taxonomy
List the full catalog of legal agreement templates (paginated), with lightweight metadata for discovery.
Search templates by keyword (BM25-ranked) across names, descriptions, categories, sources, and fields — e.g. a mutual NDA, an NVCA stock purchase, a Wyoming non…
Fetch a single template's full definition, including every field, so the assistant knows exactly what to fill.
Fill a template with field values and return a finished Word document — plus a redline (track-changes) against the standard form for recipe templates (e.g. NVCA…
Health · last 30 probes
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/openagreements.org) [](https://agenstry.com/agents/openagreements.org) [](https://agenstry.com/agents/openagreements.org) [](https://agenstry.com/agents/openagreements.org)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"protocolVersion": "0.3.0",
"name": "OpenAgreements",
"description": "Free, primary-source legal reference and contract-drafting toolkit: fillable agreement templates (signable DOCX), plain-English practice guides, and multistate law surveys. Programmatic access is via the hosted Model Context Protocol (MCP) server at /api/mcp \u2014 the skills below are its MCP tools, invoked with MCP `tools/call` (JSON-RPC 2.0 over HTTP), NOT classic A2A `message/send`. MCP clients should `initialize` then `tools/list`; see documentationUrl. Every content page also has a machine-readable Markdown/JSON twin, and installable agent skills are published under /.well-known/agent-skills/.",
"url": "https://openagreements.org/api/mcp",
"preferredTransport": "JSONRPC",
"provider": {
"organization": "OpenAgreements",
"url": "https://openagreements.org"
},
"version": "1.0.0",
"documentationUrl": "https://openagreements.org/mcp",
"iconUrl": "https://openagreements.org/brand/openagreements-mark.png",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"defaultInputModes": [
"application/json",
"text/plain"
],
"defaultOutputModes": [
"application/json",
"text/markdown"
],
"skills": [
{
"id": "list_templates",
"name": "List agreement templates",
"description": "List the full catalog of legal agreement templates (paginated), with lightweight metadata for discovery.",
"tags": [
"contracts",
"templates",
"discovery"
],
"examples": [
"List the available employment agreement templates."
]
},
{
"id": "search_templates",
"name": "Search agreement templates",
"description": "Search templates by keyword (BM25-ranked) across names, descriptions, categories, sources, and fields \u2014 e.g. a mutual NDA, an NVCA stock purchase, a Wyoming non-compete.",
"tags": [
"contracts",
"templates",
"search"
],
"examples": [
"Find a mutual NDA template.",
"Search for an NVCA venture financing form."
]
},
{
"id": "get_template",
"name": "Get a template definition",
"description": "Fetch a single template's full definition, including every field, so the assistant knows exactly what to fill.",
"tags": [
"contracts",
"templates"
],
"examples": [
"Get the fields for the mutual NDA template."
]
},
{
"id": "fill_template",
"name": "Fill a template into a Word document",
"description": "Fill a template with field values and return a finished Word document \u2014 plus a redline (track-changes) against the standard form for recipe templates (e.g. NVCA).",
"tags": [
"contracts",
"templates",
"docx",
"generation"
],
"examples": [
"Fill the mutual NDA with these party names and return the DOCX."
]
}
]
}