com.dropwatchhq/govcon-feed
Official4 toolsTrack US federal contract changes: what changed, deltas, competitor award watch, award search.
Track US federal contract changes and competitor award activity with delta monitoring.
Captured live from the server via tools/list.
whats_changed_since
Return federal contract awards that are NEW or MODIFIED since a cursor token. Pass the cursor from a prior call to get only changes since then (cursor = your bookmark). Filter by NAICS, awarding agency, recipient/contractor, keyword, and $ range. This is the GovCon delta feed's core lock-in primitive.
Parameters (8)
- cursorstring
Opaque cursor from a previous response; omit for first call.
- naicsarray
NAICS code prefixes, e.g. ['5415'].
- agencystring
Awarding agency name substring, e.g. 'Defense'.
- recipientstring
Contractor name substring.
- keywordstring
- minAmountnumber
- maxAmountnumber
- limitnumber
Max changes to return (default 100).
delta_digest
Weekly delta digest for a filter: new awards, modifications, and contracts EXPIRING in the next N days (recompete opportunities). Best signal for BD teams.
Parameters (8)
- naicsarray
- agencystring
- recipientstring
- keywordstring
- minAmountnumber
- maxAmountnumber
- daysnumber
Lookback days for new/modified (default 7).
- expiringDaysnumber
Expiry horizon, 90 or 180 (default 90).
competitor_watch
Given a contractor name, return their recent federal awards (last 180d live) plus any win/lose/modify events the feed has accrued over time.
Parameters (1)
- contractorstringrequired
search_awards
Direct live search of US federal awards (USAspending.gov) by NAICS, agency, recipient, keyword, date range, and $ range. Use for ad-hoc lookups.
Parameters (9)
- naicsarray
- agencystring
- recipientstring
- keywordstring
- startstring
- endstring
- minAmountnumber
- maxAmountnumber
- limitnumber
Default 50, max 200.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"govcon-feed": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://govcon.dropwatchhq.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.