← api.insure

INDIVIDUAL MCP TOOL

listPolicies

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

api.insurenone authenticationAvailability not checked

LIVE ENDPOINT

https://api.insure/mcp

No auth detected

Connect to this endpoint to inspect the live schema for listPolicies 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

api.insure

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).
  • 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).
  • listCOIs — List certificate-of-insurance records (ACORD 25 grain).