INDIVIDUAL MCP TOOL
check_coverage
Returns what Curagent currently supports: which US states, which document types, and how analysis is priced.
LIVE ENDPOINT
https://mcp.curagent.io
Connect to this endpoint to inspect the live schema for check_coverage 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
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.curagent-mcp]
url = "https://mcp.curagent.io"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"curagent-mcp": {
"type": "http",
"url": "https://mcp.curagent.io"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: curagent-mcp
Remote MCP URL: https://mcp.curagent.io
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": {
"curagent-mcp": {
"url": "https://mcp.curagent.io"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"curagent-mcp": {
"type": "http",
"url": "https://mcp.curagent.io"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "curagent-mcp",
"transport": "streamable-http",
"url": "https://mcp.curagent.io"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_credit_balance— Returns the caller's remaining Curagent credit balance and tier.analyze_title_documents— Analyzes Florida real estate title documents and returns a structured risk report: a risk score (0-100, higher is safer) and level, findings with verbatim evidence from the documents and guidance on how to cure each one, and the Schedule B-I requirements extracted from any title commitment in the package.