← Registry

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.

1 endpoint10 known toolsFirst detected September 26, 2026Last detected September 26, 2026

ENDPOINT 1

https://api.insure/mcp

No auth detected

MCP server metadata

Name
api.insure
Version
0.1.0
Capabilities
tools

Known tools 10

listClaims

List claim records (labeled synthetic sandbox corpus; typed PENDING_ADJUSTER where the next act is adjuster-reserved).

Inferred read-only
getClaim

Get one claim record by id, with its stage-event journal and clock state.

Inferred read-only
submitFNOL

First Notice of Loss: opens a Claim in the anon sandbox workspace (ephemeral, disclosed retention).

Inferred read-only
listPolicies

List policy records (ACORD-grain, labeled synthetic).

Inferred read-only
getPolicy

Get one policy record by id.

Inferred read-only
listLossRuns

List normalized loss-run records.

Inferred read-only
getLossRun

Get one loss-run record by id.

Inferred read-only
listACORDForms

List ACORD form records (normalized, labeled synthetic).

Inferred read-only
listCOIs

List certificate-of-insurance records (ACORD 25 grain).

Inferred read-only
listEOBs

List EOB records (X12 835-adjacent grain, labeled synthetic).

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.