# com.pactlio/contracts (remote · www.pactlio.com)

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

- Trust score: 70/100 (medium)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `www.pactlio.com`: 70/100 (this document), [markdown](https://verifymcp.io/servers/com-pactlio-contracts/api-mcp.md), [page](https://verifymcp.io/servers/com-pactlio-contracts/api-mcp)

## Channel facts

- Endpoint: `https://www.pactlio.com/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 8 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 757 tokens (~94/item across 8 items; 8 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-pactlio-contracts https://www.pactlio.com/api/mcp
```

### Codex

```toml
[mcp_servers.com-pactlio-contracts]
url = "https://www.pactlio.com/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-pactlio-contracts": {
      "type": "remote",
      "url": "https://www.pactlio.com/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-pactlio-contracts --url https://www.pactlio.com/api/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-pactlio-contracts:
    url: "https://www.pactlio.com/api/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-pactlio-contracts": {
      "type": "http",
      "url": "https://www.pactlio.com/api/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 70, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-01 (score 69, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 68, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 68, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 67, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 66, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 65)

First indexed and scored.

## MCP tools (8)

### `list_contract_types` (~45 tokens)

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` (~134 tokens)

Get jurisdiction-specific contract 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") + jurisdiction slug (e.g. "california", "us", "uk", "eu-gdpr").

Input parameters:

- `contract_slug` (string, required): Contract type slug, e.g. "non-compete", "contractor-agreement"
- `jurisdiction_slug` (string, required): Jurisdiction slug, e.g. "california", "texas", "us", "uk", "canada"

### `check_non_compete_enforceability` (~76 tokens)

Check non-compete enforceability by US state

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.

Input parameters:

- `state` (string, required): US state name or slug, e.g. "California" or "california"

### `get_intake_questions` (~93 tokens)

Get intake questions for a contract type

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.

Input parameters:

- `contract_type` (string, required): Contract type id from list_contract_types, e.g. "nda_mutual", "contractor_agreement"
- `jurisdiction` (string): Optional jurisdiction filter, e.g. "california"

### `start_contract_draft` (~190 tokens)

Start drafting a contract (free preview)

Start generating a contract draft with Pactlio's multi-agent AI engine (drafter, critic, compliance checker). Takes 3-5 minutes — returns a preview_id immediately; poll get_draft_status. Free preview shows the opening sections; the full contract is unlocked by a human via checkout. Provide deal_summary fields collected via get_intake_questions (at minimum: parties, plus the required fields for the contract type).

Input parameters:

- `contract_type` (string, required): Contract type id, e.g. "nda_mutual" (see list_contract_types)
- `deal_summary` (object, required): Answers keyed by field name from get_intake_questions, e.g. {"parties":{"you":"Acme Inc","other":"Jane Doe"},"customFields":{...}}
- `jurisdiction` (string): Jurisdiction id, e.g. "california", "us_general", "uk_england_wales"

### `get_draft_status` (~76 tokens)

Get contract draft status / preview

Check a contract draft started with start_contract_draft. While generating returns status "pending". When complete, returns the free preview (opening sections), the titles of locked sections, and the URL where a human can pay to unlock the full contract.

Input parameters:

- `preview_id` (string, required): The preview_id returned by start_contract_draft

### `get_checkout_link` (~60 tokens)

Get checkout link for a drafted contract

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.

Input parameters:

- `preview_id` (string, required): The preview_id returned by start_contract_draft

### `analyze_contract` (~83 tokens)

Analyze a contract for risks and red flags

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.

Input parameters:

- `contract_text` (string, required): The contract text to analyze (200 to 50,000 characters)
- `focus` (string): Optional focus, e.g. "IP ownership", "termination terms"

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-pactlio-contracts/api-mcp#diagnostics

## Score history

- 2026-08-03: 70
- 2026-08-02: 69
- 2026-08-01: 69
- 2026-07-31: 68
- 2026-07-30: 68
- 2026-07-29: 67
- 2026-07-28: 66
- 2026-07-27: 66
- 2026-07-26: 65

## Links

- Remote endpoint: https://www.pactlio.com/api/mcp
- Website: https://www.pactlio.com/mcp
- Changelog RSS feed: https://verifymcp.io/servers/com-pactlio-contracts/api-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-pactlio-contracts/api-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-pactlio-contracts/api-mcp
