← coveragecat.com

INDIVIDUAL MCP TOOL

umbrella_consumer_attach

Upload declarations or auto declarations during the consumer-prefill umbrella post-choose flow.

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 umbrella_consumer_attach and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

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.
  • home_calculator — Estimate annual home insurance pricing for a California property by ZIP code, square footage, and risk factors.
  • umbrella_calculator — Research-only estimate of annual personal umbrella pricing bands by coverage limit and household risk factors.