ENDPOINT 1
https://www.pactlio.com/api/mcp
MCP server metadata
- Name
- pactlio-contracts
- Version
- 1.0.0
Known tools 8
list_contract_typesList all contract and legal document types Pactlio can generate, with descriptions, use cases, and USD prices.
Inferred read-onlyget_jurisdiction_requirementsStatute-cited legal requirements, key differences, common pitfalls, terminology, and FAQs for a contract type in a specific US state or country.
Inferred read-onlycheck_non_compete_enforceabilityWhether a non-compete agreement is enforceable, limited, or void in a given US state (or DC), with salary thresholds and the key statute.
Inferred read-onlyget_intake_questionsThe questions Pactlio asks to draft a specific contract type — use these to collect the information needed before calling start_contract_draft.
Inferred read-onlystart_contract_draftPrepare a contract draft with Pactlio's multi-agent AI engine (drafter, critic, compliance checker).
Inferred read-onlyget_checkout_linkReturns the URL where a human can view the preview and pay to unlock the full contract for a draft created with start_contract_draft.
Potential side effectsanalyze_contractPaste contract text and get an AI risk analysis: red flags, one-sided clauses, missing protections, and questions to ask.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.pactlio-contracts]
url = "https://www.pactlio.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"pactlio-contracts": {
"type": "http",
"url": "https://www.pactlio.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: pactlio-contracts
Remote MCP URL: https://www.pactlio.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"pactlio-contracts": {
"url": "https://www.pactlio.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"pactlio-contracts": {
"type": "http",
"url": "https://www.pactlio.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "pactlio-contracts",
"transport": "streamable-http",
"url": "https://www.pactlio.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for pactlio.com was fetched 2026-08-03T11:29:00.483Z and is being refreshed.
pactlio.com is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.