← Registry

Productivity

pactlio.com

Generates and validates legal contracts using AI.

1 endpoint8 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://www.pactlio.com/api/mcp

No auth detected

MCP server metadata

Name
pactlio-contracts
Version
1.0.0
Capabilities
tools.listChanged

Known tools 8

list_contract_types

List all contract and legal document types Pactlio can generate, with descriptions, use cases, and USD prices.

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
start_contract_draft

Prepare a contract draft with Pactlio's multi-agent AI engine (drafter, critic, compliance checker).

Inferred read-only
get_draft_status

Check a contract draft from start_contract_draft.

Inferred read-only
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.

Potential side effects
analyze_contract

Paste contract text and get an AI risk analysis: red flags, one-sided clauses, missing protections, and questions to ask.

Inferred read-only

CONNECT 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.

Trust status Trusted

pactlio.com is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.