🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@open-agreements/contract-templates-mcp

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@open-agreements/contract-templates-mcp

Local stdio MCP server for OpenAgreements template discovery and filling

latest
Source
npmnpm
Version
0.8.0
Version published
Maintainers
1
Created
Source

@open-agreements/contract-templates-mcp

Local stdio MCP server for OpenAgreements template discovery and drafting.

Scope

This package exposes local template tools over MCP:

  • list_templates
  • get_template
  • fill_template

It is intentionally separate from @open-agreements/contracts-workspace-mcp, which focuses on repository/workspace organization and catalog/status workflows.

Local Run

From this repository:

npm run build:contract-templates-mcp
node packages/contract-templates-mcp/bin/open-agreements-contract-templates-mcp.js

Gemini CLI Local MCP Example

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

FAQs

Package last updated on 20 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts