← coveragecat.com

INDIVIDUAL MCP TOOL

umbrella_draft

Create or patch a delegated umbrella intake from approved operator-side context.

coveragecat.comnone authenticationAvailability not checked

LIVE ENDPOINT

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

No auth detected

Connect to this endpoint to inspect the live schema for umbrella_draft 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-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_quotes — Submit a reviewed umbrella intake for quoting.
  • umbrella_select — Select an umbrella offer after the user confirms a choice.
  • 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.