← api.insure
INDIVIDUAL MCP TOOL
listEOBs
List EOB records (X12 835-adjacent grain, labeled synthetic).
LIVE ENDPOINT
https://api.insure/mcp
Connect to this endpoint to inspect the live schema for listEOBs 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.api-insure]
url = "https://api.insure/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"api-insure": {
"type": "http",
"url": "https://api.insure/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: api-insure
Remote MCP URL: https://api.insure/mcp
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": {
"api-insure": {
"url": "https://api.insure/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"api-insure": {
"type": "http",
"url": "https://api.insure/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "api-insure",
"transport": "streamable-http",
"url": "https://api.insure/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
listClaims— List claim records (labeled synthetic sandbox corpus; typed PENDING_ADJUSTER where the next act is adjuster-reserved).getClaim— Get one claim record by id, with its stage-event journal and clock state.submitFNOL— First Notice of Loss: opens a Claim in the anon sandbox workspace (ephemeral, disclosed retention).listPolicies— List policy records (ACORD-grain, labeled synthetic).getPolicy— Get one policy record by id.listLossRuns— List normalized loss-run records.getLossRun— Get one loss-run record by id.listACORDForms— List ACORD form records (normalized, labeled synthetic).