Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

com.pactlio/contracts

com.pactlio/contracts

Contract drafting, statute-cited US state law requirements, non-compete checks, risk analysis.

Uptime
100.0%
1 direct probes · 30d
Response
1206ms
last probe
Tools
8
callable
Resources
0
readable
Prompts
0
available

Tools · 8

list_contract_types

List all contract and legal document types Pactlio can generate, with descriptions, use cases, and USD prices. Start here to find the right contract type slug/id for other tools.

get_jurisdiction_requirements

Statute-cited legal requirements, key differences, common pitfalls, terminology, and FAQs for a contract type in a specific US state or country. Use contract slug (e.g. "contractor-agreement") + juris…

check_non_compete_enforceability

Whether a non-compete agreement is enforceable, limited, or void in a given US state (or DC), with salary thresholds and the key statute. Data covers all 50 states + DC.

get_intake_questions

The questions Pactlio asks to draft a specific contract type — use these to collect the information needed before calling start_contract_draft. Returns fields, types, options, and validation rules.

start_contract_draft

Prepare a contract draft with Pactlio's multi-agent AI engine (drafter, critic, compliance checker). Returns a preview_id and a URL. Generation (3-5 minutes) starts only when a human opens that URL in…

get_draft_status

Check a contract draft from start_contract_draft. Returns "awaiting_human" until a person opens the preview URL, "pending" while generating. When complete, returns the free preview (opening sections),…

get_checkout_link

Returns the URL where a human can view the preview and pay to unlock the full contract for a draft created with start_contract_draft. Share this link with your user.

analyze_contract

Paste contract text and get an AI risk analysis: red flags, one-sided clauses, missing protections, and questions to ask. Free (2/day). Not legal advice.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "com.pactlio/contracts": {
      "url": "https://www.pactlio.com/api/mcp",
      "transport": "streamable-http"
    }
  }
}