← coveragecat.com

INDIVIDUAL MCP TOOL

collision_and_comprehensive_coverage

Compare long-run collision and comprehensive coverage costs for the current auto profile.

coveragecat.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://coveragecat.com/api/consumer/mcp

No auth detected

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

coveragecat.com

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.coverage-cat-product-mcp]
url = "https://coveragecat.com/api/consumer/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "coverage-cat-product-mcp": {
      "type": "http",
      "url": "https://coveragecat.com/api/consumer/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: coverage-cat-product-mcp
Remote MCP URL: https://coveragecat.com/api/consumer/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": {
    "coverage-cat-product-mcp": {
      "url": "https://coveragecat.com/api/consumer/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "coverage-cat-product-mcp": {
      "type": "http",
      "url": "https://coveragecat.com/api/consumer/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "coverage-cat-product-mcp",
  "transport": "streamable-http",
  "url": "https://coveragecat.com/api/consumer/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • umbrella_consumer_prefill — Preferred umbrella MCP entry point when a shopper wants Coverage Cat to shop for, compare, or buy umbrella insurance and no operator bearer token is present.
  • homeowners_consumer_prefill — Preferred homeowners MCP entry point when a shopper wants Coverage Cat to shop for, compare, or buy homeowners insurance and no operator bearer token is present.
  • consumer_intake_issues — Continue a consumer-prefill homeowners or umbrella handoff in chat with uid and intake_access_token.
  • consumer_intake_patch — Patch a consumer-prefill homeowners or umbrella handoff in chat.
  • umbrella_consumer_select — Continue the consumer-prefill umbrella flow after quotes are ready.
  • umbrella_consumer_bind — Continue the consumer-prefill umbrella bind follow-up only after select returns needs_more_info_to_bind or ready_to_finalize.
  • umbrella_consumer_attach — Upload declarations or auto declarations during the consumer-prefill umbrella post-choose flow.
  • home_calculator — Estimate annual home insurance pricing for a California property by ZIP code, square footage, and risk factors.