Coverage Trigger
Official3 toolsby dropwatchhq
Leads of businesses that just legally need commercial insurance: new FMCSA authority + new entities.
Identifies businesses requiring commercial insurance based on FMCSA authority and new entity formation.
Captured live from the server via tools/list.
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). Each lead is normalized to a NAICS family and a MANDATED-COVERAGE MAP (which policies it now needs: general liability, commercial auto, motor cargo, workers-comp, surety bond, etc.), deduped so one entity hitting multiple triggers = ONE lead, and tiered by lead value. Built for B2B insurance & surety AGENTS sourcing fresh, high-intent commercial leads.
Parameters (6)
- daysnumber
Lookback window in days (default 7).
- sourcesarray
Subset of sources: 'fmcsa', 'ct-sos'. Omit for all.
- coverageLinestring
Filter to leads needing a line, e.g. 'commercial-auto', 'general-liability', 'surety-bond'.
- statestring
Two-letter state filter, e.g. 'CT'.
- minLeadValuenumber
Only leads with estLeadValueUsd >= this.
- limitnumber
Max leads (default 100).
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. No contact data.
Parameters (2)
- daysnumber
- statestring
coverage_sources
List the public trigger-event sources this feed normalizes, their geographic coverage, and the agent buyer each is best for.
No parameters.
README not available yet.
Install
Remote endpoint
Streamable HTTPHosted server - connect over the network, no local install.
https://coverage.dropwatchhq.com/mcpclaude_desktop_config.json
{
"mcpServers": {
"coverage-trigger": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://coverage.dropwatchhq.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.