API Tools
api.insure
An insurance claims and policy MCP server that lists and retrieves claim and policy records and submits first notice of loss in a synthetic sandbox.
ENDPOINT 1
https://api.insure/mcp
MCP server metadata
- Name
- api.insure
- Version
- 0.1.0
Known tools 10
listClaimsList claim records (labeled synthetic sandbox corpus; typed PENDING_ADJUSTER where the next act is adjuster-reserved).
Inferred read-onlysubmitFNOLFirst Notice of Loss: opens a Claim in the anon sandbox workspace (ephemeral, disclosed retention).
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.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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.