com.dropwatchhq/govcon-recompete
Official3 toolsPredict federal contract recompetes: expiring contracts, likely competitors, win odds.
Forecasts federal contract recompetes, competitor likelihood, and win probability.
Captured live from the server via tools/list.
predict_recompete
Predict WHO will win an expiring federal contract recompete. Pass a contract identifier (USAspending generated_internal_id / award gid) OR a NAICS+incumbent pair. Returns the incumbent with an adjusted incumbent-advantage probability plus top likely competitors ranked by recent award velocity in the NAICS/agency lane, the BASE RATES used, sample size, and an honest confidence band. Probabilistic estimate from PUBLIC USAspending data — not insider info.
Parameters (5)
- gidstring
USAspending generated_internal_id (award gid). Best input.
- naicsstring
6-digit NAICS, used to build the competitor field (required if no gid).
- incumbentstring
Incumbent contractor name (required if no gid).
- agencystring
Awarding agency name (optional, sharpens the lane).
- topNnumber
Number of competitors to return (default 5).
expiring_recompetes
List federal contracts EXPIRING in a horizon window (period-of-performance end), with a winner prediction for each. Filter by NAICS and agency. This is the recompete pipeline feed.
Parameters (6)
- naicsstring
6-digit NAICS.
- agencystring
- minDaysnumber
Window floor in days (default 90).
- maxDaysnumber
Window ceiling in days (default 180).
- minAmountnumber
Minimum award $ (default 1,000,000).
- limitnumber
Max contracts (default 20).
lane_competitors
Return the firms with the most recent award velocity in a NAICS (and optional agency) lane — i.e. the likely bidders on any recompete in that lane, ranked by recent wins and dollars.
Parameters (3)
- naicsstringrequired
- agencystring
- limitnumber
Default 15.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"govcon-recompete": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://recompete.dropwatchhq.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.