← coveragecat.com
INDIVIDUAL MCP TOOL
umbrella_select
Select an umbrella offer after the user confirms a choice.
LIVE ENDPOINT
https://coveragecat.com/api/agent/mcp
Connect to this endpoint to inspect the live schema for umbrella_select 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
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-operator-mcp]
url = "https://coveragecat.com/api/agent/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"coverage-cat-operator-mcp": {
"type": "http",
"url": "https://coveragecat.com/api/agent/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: coverage-cat-operator-mcp
Remote MCP URL: https://coveragecat.com/api/agent/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-operator-mcp": {
"url": "https://coveragecat.com/api/agent/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"coverage-cat-operator-mcp": {
"type": "http",
"url": "https://coveragecat.com/api/agent/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "coverage-cat-operator-mcp",
"transport": "streamable-http",
"url": "https://coveragecat.com/api/agent/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
homeowners_quotes— Create, patch, or poll a delegated homeowners quote request for an operator-authenticated agent.homeowners_dashboard— List coarse non-PII homeowners request status rows for the authenticated operator.homeowners_dashboard_session— Mint a short-lived browser dashboard URL for the authenticated operator.homeowners_fix_issues_email— Ask Coverage Cat to email the homeowner a secure fix-issues link for a delegated homeowners request.umbrella_draft— Create or patch a delegated umbrella intake from approved operator-side context.umbrella_quotes— Submit a reviewed umbrella intake for quoting.umbrella_bind— Continue bind-stage questions after an umbrella offer is selected.umbrella_status— Poll a delegated umbrella request for the next user-visible state.