← pactlio.com

INDIVIDUAL MCP TOOL

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.

pactlio.comnone authenticationAvailability not checked

LIVE ENDPOINT

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

No auth detected

Connect to this endpoint to inspect the live schema for get_jurisdiction_requirements and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

pactlio.com

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.

Related tools

  • list_contract_types — List all contract and legal document types Pactlio can generate, with descriptions, use cases, and USD prices.
  • 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.
  • 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.
  • start_contract_draft — Prepare a contract draft with Pactlio's multi-agent AI engine (drafter, critic, compliance checker).
  • get_draft_status — Check a contract draft from start_contract_draft.
  • 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.
  • analyze_contract — Paste contract text and get an AI risk analysis: red flags, one-sided clauses, missing protections, and questions to ask.