← dropwatchhq.com

INDIVIDUAL MCP TOOL

coverage_pulse

Free aggregate pulse: how many entities newly needed coverage in the window, broken down by source, lead-value tier, and coverage line — with a small redacted sample.

dropwatchhq.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://coverage.dropwatchhq.com/mcp

No auth detected

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

dropwatchhq.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-trigger]
url = "https://coverage.dropwatchhq.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "coverage-trigger": {
      "type": "http",
      "url": "https://coverage.dropwatchhq.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: coverage-trigger
Remote MCP URL: https://coverage.dropwatchhq.com/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-trigger": {
      "url": "https://coverage.dropwatchhq.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "coverage-trigger": {
      "type": "http",
      "url": "https://coverage.dropwatchhq.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "coverage-trigger",
  "transport": "streamable-http",
  "url": "https://coverage.dropwatchhq.com/mcp"
}
MCP Inspector

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

Related tools

  • coverage_trigger_feed — Return businesses that JUST legally/practically NEED commercial insurance, drawn from public trigger events (new FMCSA DOT operating authority + newly formed commercial entities).
  • coverage_sources — List the public trigger-event sources this feed normalizes, their geographic coverage, and the agent buyer each is best for.