com.dropwatchhq/govcon-contractor-signals
Official3 toolsFederal contractor M&A signals: rising contractors, growth momentum, award search.
Tracks federal contractor M&A activity, growth trends, and contract award history.
Captured live from the server via tools/list.
contractor_signals
Given a federal contractor NAME, return its acquisition-likelihood / rising-contractor signal profile: a 0-100 pattern-based score with full reasoning, plus award-velocity, multi-year trajectory, agency/NAICS mix, biggest win, set-aside footprint, and (if public) SEC EDGAR ticker + recent corporate-event filings. Built on PUBLIC USAspending.gov + EDGAR data. Probabilistic leading-signal estimate — NOT certainty, NOT insider/MNPI, NOT investment advice.
Parameters (1)
- namestringrequired
Contractor name, e.g. 'Palantir' or 'ECS Federal'.
rising_contractors
Return the current ranked 'Rising Contractors / Likely M&A Targets' feed — small/mid federal contractors showing the strongest leading acquisition signals, refreshed daily.
Parameters (1)
- limitnumber
Max rows (default 20).
search_awards
Direct live search of US federal awards (USAspending.gov) by NAICS, agency, recipient, keyword, date and $ range.
Parameters (9)
- naicsarray
- agencystring
- recipientstring
- keywordstring
- startstring
- endstring
- minAmountnumber
- maxAmountnumber
- limitnumber
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"govcon-contractor-signals": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://ma.dropwatchhq.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.