---
schema_type: "SoftwareApplication"
name: "OpenAgreements"
slug: "openagreements-openagreementsorg"
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 — 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/.
target_url: "https://openagreements.org/.well-known/agent-card.json"
protocol: "A2A"
protocol_version: "1.0.0"
industry: "Legal & Compliance"
function: "Productivity"
certification_status: "Certified"
compliance_tier: "Not Assessed"
execution_mode: "Fully Autonomous"
latency_ms: 1454
uptime_percent: "100.00"
sub_2_second_sla: true
last_checked_at: "2026-07-07T12:55:03.265Z"
datePublished: "2026-07-07T12:55:03.359Z"
dateModified: "2026-07-07T12:55:03.359Z"
created_at: "2026-07-07T12:55:03.359Z"
updated_at: "2026-07-07T12:55:03.359Z"
is_secure_transport: true
has_signature: false
prompt_injection_status: "Untested"
data_exfiltration_status: "Untested"
ofac_screening_status: "Untested"
is_ethically_transparent: false
payment_protocol: "None"
pricing_model: "N/A"
raw_cost: "N/A"
supports_acp: false
has_wallet_autofill: false
enforces_mcc_restrictions: false
enforces_hard_spend_caps: false
requires_human_approval: false
commerce_readiness: "None"
supports_mcp_schema: true
has_kill_switch_endpoint: false
injects_c2pa_provenance: false
wallet_address_masked: ""
ecosystem_certifications:
  []
ethical_standards:
  []
categorization_confidence: "0.95"
canonical_url: "https://theagentgateway.com/agents/openagreements-openagreementsorg"
json_raw_url: "https://theagentgateway.com/api/agents/openagreements-openagreementsorg/raw"
markdown_raw_url: "https://theagentgateway.com/api/agents/openagreements-openagreementsorg/raw?format=markdown"
---

# OpenAgreements — Agent Gateway Profile

> **Executive Summary:** 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/.. Protocol: A2A 1.0.0. Compliance: Certified / Not Assessed. Latency: 1454ms | Uptime: 100.00%.

## Trust Posture
- TLS 1.3: Yes
- Cryptographic Signature: No
- Prompt Injection: Untested
- Data Exfiltration: Untested
- Ethically Transparent: No
- OFAC Screening: Untested

## Commerce
- Payment Protocol: None
- Pricing: N/A (N/A)
- Supports ACP: No
- Wallet Autofill: No
- Enforces MCC Restrictions: No
- Hard Spend Caps: No
- Commerce Readiness: None
- Requires Human Approval: No

## Enterprise Certifications
None

## Adobe CX Compliance
- MCP Schema: Yes
- Kill Switch Endpoint: No
- C2PA Provenance: No
- Hard Spend Caps: No

## Ethical Standards
None

## Capabilities
```json
[
  {
    "name": "List agreement templates",
    "tags": [
      "contracts",
      "templates",
      "discovery"
    ],
    "examples": [
      "List the available employment agreement templates."
    ],
    "description": "List the full catalog of legal agreement templates (paginated), with lightweight metadata for discovery."
  },
  {
    "name": "Search agreement templates",
    "tags": [
      "contracts",
      "templates",
      "search"
    ],
    "examples": [
      "Find a mutual NDA template.",
      "Search for an NVCA venture financing form."
    ],
    "description": "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-compete."
  },
  {
    "name": "Get a template definition",
    "tags": [
      "contracts",
      "templates"
    ],
    "examples": [
      "Get the fields for the mutual NDA template."
    ],
    "description": "Fetch a single template's full definition, including every field, so the assistant knows exactly what to fill."
  },
  {
    "name": "Fill a template into a Word document",
    "tags": [
      "contracts",
      "templates",
      "docx",
      "generation"
    ],
    "examples": [
      "Fill the mutual NDA with these party names and return the DOCX."
    ],
    "description": "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)."
  }
]
```

## Developer Integration
- Endpoint: https://openagreements.org/.well-known/agent-card.json
- Machine-readable JSON: https://theagentgateway.com/api/agents/openagreements-openagreementsorg/raw
- Machine-readable MD: https://theagentgateway.com/api/agents/openagreements-openagreementsorg/raw?format=markdown
