# Curagent Title Risk (remote · mcp.curagent.io)

AI title risk analysis for Florida real estate closing docs. Get an API key at curagent.io

- Trust score: 62/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `mcp.curagent.io`: 62/100 (this document), [markdown](https://verifymcp.io/servers/ksh0rt-curagent-mcp/mcp.md), [page](https://verifymcp.io/servers/ksh0rt-curagent-mcp/mcp)

## Channel facts

- Endpoint: `https://mcp.curagent.io/`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.2`

## 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**: 57/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 3 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.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - 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**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 235 tokens (~78/item across 3 items; 3 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 3/100
  - Stability observed for 1 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 current MCP spec version (2026-07-28).

## Install

### Claude

```bash
claude mcp add --transport http ksh0rt-curagent-mcp https://mcp.curagent.io/
```

### Codex

```toml
[mcp_servers.ksh0rt-curagent-mcp]
url = "https://mcp.curagent.io/"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ksh0rt-curagent-mcp": {
      "type": "remote",
      "url": "https://mcp.curagent.io/",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add ksh0rt-curagent-mcp --url https://mcp.curagent.io/ --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  ksh0rt-curagent-mcp:
    url: "https://mcp.curagent.io/"
```

### Other

```json
{
  "mcpServers": {
    "ksh0rt-curagent-mcp": {
      "type": "http",
      "url": "https://mcp.curagent.io/"
    }
  }
}
```

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 62, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-02 (score 62)

First indexed and scored.

## MCP tools (3)

### `get_credit_balance` (~48 tokens)

Returns the caller's remaining Curagent credit balance and tier. Call this before analyzing to confirm available usage. Sandbox tier includes a free monthly analysis allowance; paid tiers use 1 credit per analysis.

### `analyze_title_documents` (~134 tokens)

Analyzes Florida real estate title documents and returns a structured risk report with a composite score, findings, and AI cure guidance. Accepts one or more PDF documents as base64 strings (deed, title commitment, mortgage, closing disclosure, survey, payoff letter, HOA estoppel, etc.). Uses one analysis from your free monthly allowance (sandbox tier) or 1 credit (paid tiers). Florida properties only — call check_coverage first to confirm scope, and get_credit_balance to confirm available credits.

Input parameters:

- `documentsBase64` (array, required): One or more PDF documents, each as a base64-encoded string.

### `check_coverage` (~53 tokens)

Returns what Curagent currently supports: which US states, which document types, and how analysis is priced. Call this before analyzing to confirm the property's state is in scope. Curagent currently supports Florida real estate transactions only.

## Diagnostics

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

## Score history

- 2026-08-03: 62
- 2026-08-02: 62

## Links

- Remote endpoint: https://mcp.curagent.io/
- Repository: https://github.com/ksh0rt/curagent-mcp
- Website: https://curagent.io/
- Changelog RSS feed: https://verifymcp.io/servers/ksh0rt-curagent-mcp/mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/ksh0rt-curagent-mcp/mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/ksh0rt-curagent-mcp/mcp
