The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the GovCon API listing page.
Most SAM.gov MCP servers wrap one dataset behind six to ten tools. This is 53 tools across five federal sources, already joined on the identifiers they share, including full text extracted from inside solicitation attachments.
US federal procurement data for agents: 668K SAM.gov opportunities, 10.6M FPDS prime contract transactions, 880K SAM-registered entities, 226K FFATA subawards, 164K exclusions, 14K decided GAO protests, and ~262K GSA CALC labor rates. Cross-linked on UEI, CAGE, PIID and NAICS, so one question does not become five integrations.
Counts as of 2026-08-31, rounded. The corpus grows daily, so this file is a snapshot: current per-source totals and freshness dates are always live at /api/v1/status, no key required.
Free 14-day trial, no credit card. Get a key, then
pipx install govconapi-mcp.
Most federal-contracting MCP servers are thin proxies over the official SAM.gov API. Four concrete differences.
/api/v1/status. A requirement like CMMC, a clearance level, or an option year is usually in the SOW, not the notice. Most tools structurally cannot see it.pipx puts the binary somewhere Claude Desktop's sandbox can spawn it. On macOS, brew install pipx first. With uv, use uvx --from govconapi-mcp govconapi-mcp. Python 3.10+.
Claude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json on macOS, %APPDATA%\Claude\claude_desktop_config.json on Windows):
Restart Claude. For Claude Code, Cursor, VS Code, Zed and custom Python agents, see the install reference.
Find DoD cybersecurity solicitations posted this month over $1M.
Which active solicitations mention CMMC anywhere in their attachments?
Find RFPs requiring an active Secret clearance, even when the notice itself does not say so.
Who are the entrenched incumbents in NAICS 541512, and how competitive is that market?
Is this contract entering recompete, and is the incumbent's set-aside certification expiring first?
Turn this UEI into a contractor profile: registration, awards, subcontracting activity, exclusions.
Has this vendor ever been excluded from federal contracts?
Full reference with parameters: TOOLS.md.
| Stage | Tools | Answers |
|---|---|---|
| Market research | 12 | where a NAICS gets bought, by whom, how contested |
| Opportunity discovery | 3 | what is live now that matches my capability |
| Capture and teaming | 12 | who is winning, who to team with, who to call |
| Bid, price and negotiate | 9 | what it should cost, labor rates, is my team clean |
| Award and compliance | 13 | who won, on what terms, was it protested |
| Agencies, awards, exclusions, identifiers | 4 | name resolution, award notices, screening, DUNS to UEI |
13 tools require Pro and return HTTP 402 on Developer. 4 more work on Developer with specific fields or filters gated. The other 36 have no plan distinction. Each is marked in TOOLS.md.
| Plan | Price | Limits |
|---|---|---|
| Free trial | $0, 14 days | 25 requests/day |
| Developer | $19/mo | 1,000 requests/hour |
| Pro | $39/mo | adds the 13 Pro tools and richer fields on 4 more |
MCP access is included with every plan, including the trial. No separate tier.
GOVCONAPI_KEY environment variable is not set , add it to the MCP config above and restart the client.
Invalid API key , keys start with gca_. Get one at govconapi.com.
At least one filter required , search_opportunities needs at least one filter (naics, keywords, state and so on). For a bulk sync, use recent_changes instead.
Rate limited (429) , free trial is 25 calls/day, Developer 1,000/hour.
A 402 naming a specific feature , that tool is Pro. TOOLS.md marks which.
Full policy: https://govconapi.com/privacy
What this server does with your data, in short:
GOVCONAPI_KEY in your own client's config and sent to https://govconapi.com in the Authorization header. This server process does not write it to disk or transmit it anywhere else.MIT licensed. Data sourced from SAM.gov, FPDS, USAspending, SBA DSBS and GSA CALC, all public federal data.