{
  "markdown": "<!-- mcp-name: io.github.ksh0rt/curagent-mcp -->\n\n<p align=\"center\">\n  <img src=\"https://curagent.io/curagent-icon-180.png\" alt=\"Curagent\" width=\"96\" height=\"96\" />\n</p>\n\n<h1 align=\"center\">Curagent MCP Server</h1>\n\n<p align=\"center\">AI title risk analysis for Florida real estate closing documents.</p>\n\n**AI-powered title risk analysis for real estate closing documents, exposed as an MCP server.**\n\nCuragent analyzes real estate title documents — deeds, title commitments, mortgages, closing disclosures, surveys, payoff letters, HOA estoppels, and full closing packages — and returns a structured risk report with a composite score, individual findings, and AI-generated cure guidance.\n\nThis MCP server lets AI agents and MCP-compatible clients (Claude, Cursor, and others) call Curagent directly.\n\n> **Coverage:** Curagent currently supports **Florida** real estate transactions. Additional states are actively on the roadmap. Properties outside the supported region return a clear \"out of scope\" response — and are never charged.\n\n---\n\n## Connection\n\nThis is a **hosted remote MCP server** — there's nothing to install or run. Point your MCP client at the hosted endpoint:\n\n```\nhttps://mcp.curagent.io/\n```\n\nTransport: **Streamable HTTP**\n\n### Authentication\n\nCuragent authenticates with an API key, passed as an `X-API-Key` header on the connection. You configure it once when you set up the connection; the server forwards it to the Curagent API on each call.\n\nYou'll need a Curagent API key to use the analysis tools. Request access at **[curagent.io](https://curagent.io)**.\n\n### Example client configuration\n\n```json\n{\n  \"mcpServers\": {\n    \"curagent\": {\n      \"url\": \"https://mcp.curagent.io/\",\n      \"transport\": \"streamable-http\",\n      \"headers\": {\n        \"X-API-Key\": \"your_curagent_api_key\"\n      }\n    }\n  }\n}\n```\n\n> Configuration format varies by client. Consult your MCP client's documentation for how it accepts a remote server URL and custom headers.\n\n---\n\n## Tools\n\nThe server exposes three tools, designed so an agent can confirm fit and available balance *before* running an analysis.\n\n### `check_coverage`\nReturns what Curagent currently supports — supported states, document types, and pricing. No API key required. Call this first to confirm the property's state is in scope.\n\n### `get_credit_balance`\nReturns the caller's remaining credit balance and tier. Requires an API key. Call this before analyzing to confirm available usage.\n\n### `analyze_title_documents`\nAnalyzes one or more title documents and returns a structured risk report — risk score and level, findings with verbatim evidence and cure guidance, and extracted Schedule B-I requirements. Requires an API key.\n\n- **Input:** one or more PDF documents, each as a base64-encoded string.\n- **Cost:** uses one of your 3 free analyses (sandbox tier) or 1 credit (paid tiers).\n- **Scope:** Florida properties only. Out-of-scope submissions return an \"out of scope\" response and are not charged.\n\n---\n\n## How it works\n\nCuragent's risk engine evaluates a closing package the way a title professional would — checking for issues like unresolved liens, undisclosed easements, encroachments, probate and authority questions, legal description mismatches, expired documents, and party-name inconsistencies, and cross-document contradictions in parcel ID, address, and party names across a full package — then returns a scored, itemized report with guidance on how to cure each finding.\n\nThe MCP server is a thin layer over the Curagent API. Your API key flows through it to the API, which does the analysis and meters usage.\n\n---\n\n## Pricing\n\n- **Sandbox tier** — 3 free analyses to start, for evaluation.\n- **Credit bundles** — prepaid credits, 1 per analysis. Credits don't expire.\n- **Volume** — for higher-throughput or platform use, get in touch.\n\nSee **[curagent.io](https://curagent.io)** for current details and to request access.\n\n---\n\n## Links\n\n- Website: [curagent.io](https://curagent.io)\n- API base: `https://api.curagent.io`\n- MCP endpoint: `https://mcp.curagent.io/`\n\n---\n\nCuragent is a product of Caldira LLC.\n",
  "bytes": 4108,
  "sha": "0137581d9cbe4b9544a33812889109902773af5de52b84a2eb70735da4ec60c0",
  "repo_slug": "ksh0rt/curagent-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_ksh0rt_curagent_mcp_f5b3f7ad/readme"
}