AI & Machine Learning
curagent.io
Provides AI-powered analysis of Florida real estate title documents, including credit balance checks and coverage information.
ENDPOINT 1
https://mcp.curagent.io
MCP server metadata
- Name
- Curagent.Mcp
- Version
- 1.0.0.0
Known tools 3
get_credit_balanceReturns the caller's remaining Curagent credit balance and tier.
Inferred read-onlyanalyze_title_documentsAnalyzes 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.
Inferred read-onlycheck_coverageReturns what Curagent currently supports: which US states, which document types, and how analysis is priced.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for curagent.io was fetched 2026-08-15T12:14:42.831Z.
curagent.io is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.