# Open Agreements (npm · @open-agreements/contract-templates-mcp)

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

- Trust score: 80/100 (high trust)
- Change this week: +34
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `openagreements.org`: 76/100, [markdown](https://verifymcp.io/servers/open-agreements-open-agreements/api-mcp.md), [page](https://verifymcp.io/servers/open-agreements-open-agreements/api-mcp)
- npm · `@open-agreements/contract-templates-mcp`: 80/100 (this document), [markdown](https://verifymcp.io/servers/open-agreements-open-agreements/open-agreements-contract-templates-mcp.md), [page](https://verifymcp.io/servers/open-agreements-open-agreements/open-agreements-contract-templates-mcp)

## Channel facts

- Registry: `npm`
- Package: `@open-agreements/contract-templates-mcp`
- Version: `0.8.0`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 90/100
  - No malware found by supply-chain analysis.
  - CVE check failed: a known high-severity CVE affects adm-zip 0.5.18, reached via open-agreements > adm-zip. A fixed version is available.
  - No install/post-install scripts declared.
  - 11 of 26 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 97/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to open-agreements/open-agreements).
  - Clear OSI-approved license (Apache-2.0).
  - Actively maintained (last published 43 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 224 tokens (~74/item across 3 items; 3 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add open-agreements-open-agreements -- npx -y @open-agreements/contract-templates-mcp
```

### Codex

```bash
codex mcp add open-agreements-open-agreements -- npx -y @open-agreements/contract-templates-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "open-agreements-open-agreements": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@open-agreements/contract-templates-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add open-agreements-open-agreements --command npx --arg -y --arg @open-agreements/contract-templates-mcp
```

### Hermes

```yaml
mcp_servers:
  open-agreements-open-agreements:
    command: "npx"
    args: ["-y", "@open-agreements/contract-templates-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "open-agreements-open-agreements": {
      "command": "npx",
      "args": [
        "-y",
        "@open-agreements/contract-templates-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 80, +18)

- [security improvement] Malware scan: unverified → pass
- [functional improvement] Stability: unverified → 0.20

### 2026-08-01 (score 62, −10)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-31 (score 72, +45)

- [security regression] CVE-2026-39244 affects this package: high
- [security regression] Known CVEs: unverified → fail
- [security regression] Malware scan: pass → unverified
- [security improvement] Provenance: unverified → pass
- [security improvement] Install scripts: unverified → pass
- [security] The attested source repository moved: open-agreements/open-agreements
- [functional regression] Security disclosure: unverified → fail
- [functional improvement] Schema quality: unverified → excellent
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] License: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional] Dependency health: partial → 0.88
- [functional] Licence: Apache-2.0

### 2026-07-29 (score 27, −19)

- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Security disclosure: fail → unverified
- [functional improvement] Dependency health: unverified → partial
- [functional] First check of Schema quality: unverified

### 2026-07-27 (score 46)

First indexed and scored.

## MCP tools (3)

### `list_templates` (~88 tokens)

List OpenAgreements 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.

Input parameters:

- `cursor` (string): Opaque pagination cursor returned by a prior call. Omit on the first page.
- `limit` (integer): Page size (default 25, max 100).

### `get_template` (~38 tokens)

Fetch a single template definition with field metadata.

Input parameters:

- `template_id` (string, required): Template ID, e.g. "common-paper-mutual-nda".

### `fill_template` (~98 tokens)

Fill a template using local OpenAgreements CLI and return local path or inline base64.

Input parameters:

- `output_path` (string): Optional output DOCX path. Defaults to a temporary location.
- `return_mode` (string): Return local file path or inline base64 document data.
- `template` (string, required): Template ID, e.g. "common-paper-mutual-nda".
- `values` (object): Template field values passed to the fill command.

## Diagnostics

Captured diagnostic sections: Provenance, Vulnerabilities, Dependencies. The full working is on the page: https://verifymcp.io/servers/open-agreements-open-agreements/open-agreements-contract-templates-mcp#diagnostics

## Score history

- 2026-08-03: 80
- 2026-08-02: 80
- 2026-08-01: 62
- 2026-07-31: 72
- 2026-07-29: 27
- 2026-07-28: 46
- 2026-07-27: 46

## Links

- npm package: https://www.npmjs.com/package/@open-agreements/contract-templates-mcp
- Socket report: https://socket.dev/npm/package/@open-agreements/contract-templates-mcp
- Repository: https://github.com/open-agreements/open-agreements
- Website: https://openagreements.org/
- Changelog RSS feed: https://verifymcp.io/servers/open-agreements-open-agreements/open-agreements-contract-templates-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/open-agreements-open-agreements/open-agreements-contract-templates-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/open-agreements-open-agreements/open-agreements-contract-templates-mcp
