Skip to main content

GovCon API MCP

MCP server 53 tools 5 federal sources from $19/mo

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.


Why this, and not the next SAM.gov wrapper

Most federal-contracting MCP servers are thin proxies over the official SAM.gov API. Four concrete differences.

  • It searches inside the documents, not just the notice. We extract and index the full text of every document attached to a notice. A corpus study on 2026-07-16 measured 506,382 documents across 209,095 opportunities, 31.4 billion characters, including 57,527 files recovered from archives nested up to five levels deep that never appear in SAM's own attachment list, and 41,764 scanned documents recovered with OCR. Those five figures are one dated measurement and belong together; the index has grown since, and the running total is on /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.
  • Five sources, already joined. SAM.gov opportunities and entities, FPDS contract transactions, USAspending/FFATA subawards, SAM exclusions, SBA DSBS certifications and GSA CALC rates, resolved onto shared identifiers. A wrapper hands your agent one dataset and leaves the joins to it.
  • No SAM.gov entity registration and no company UEI required. GSA documents 10 requests/day for a non-federal user without a SAM role, and 1,000/day with one. Access here is an email and a key.
  • 53 tools, organised by lifecycle stage. Market research, opportunity discovery, capture and teaming, bid and negotiate, award and compliance. You should not have to know our URL structure to know which tool answers your question.

Connect

pipx install govconapi-mcp

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):

{
  "mcpServers": {
    "govconapi": {
      "command": "govconapi-mcp",
      "env": { "GOVCONAPI_KEY": "gca_your_key_here" }
    }
  }
}

Restart Claude. For Claude Code, Cursor, VS Code, Zed and custom Python agents, see the install reference.


Ask it things like

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?


The 53 tools

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.


What it is not

  • Not a replacement for SAM.gov as the system of record. We normalize public federal data and preserve source provenance. For the authoritative record, or for a submission, go to SAM.gov.
  • Not real-time. Opportunities refresh daily. If your use case turns on minute-level freshness, this is the wrong tool and we would rather you knew now.
  • Not state or local. US federal procurement only.
  • Not a proposal writer, CRM, or BD platform. It is a data layer. If you want an end-to-end capture suite, buy one of those instead and point it here.
  • FPDS coverage starts 2024-10-01 (FY2025 onward). Deep multi-year historical market research is a real limitation, not an oversight.
  • Source defects pass through. SAM and FPDS contain impossible dates, $0 amounts and null UEIs. We surface them as they are and document the gotchas rather than silently cleaning them, because the corruption belongs to the system of record.

Plans

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.


Troubleshooting

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.


Privacy Policy

Full policy: https://govconapi.com/privacy

What this server does with your data, in short:

  • Your API key is read from 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.
  • Your tool calls become ordinary GovCon API requests. As with any request to the API, we log the timestamp, endpoint, query parameters, response status, response time and which key made the call, for billing, rate-limit enforcement and abuse detection. Usage logs are retained for 90 days.
  • No conversation content leaves your machine. Only the tool parameters your client fills in are sent, never the surrounding chat, and we log the status a request returned, not the contents of the response.
  • We do not sell your data.
  • The data returned is public US federal procurement data from SAM.gov, FPDS, USAspending, SBA DSBS and GSA CALC.

Links

MIT licensed. Data sourced from SAM.gov, FPDS, USAspending, SBA DSBS and GSA CALC, all public federal data.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

govconapi_mcp-0.2.2.tar.gz (35.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

govconapi_mcp-0.2.2-py3-none-any.whl (38.6 kB view details)

Uploaded Python 3

File details

Details for the file govconapi_mcp-0.2.2.tar.gz.

File metadata

  • Download URL: govconapi_mcp-0.2.2.tar.gz
  • Upload date:
  • Size: 35.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.14

File hashes

Hashes for govconapi_mcp-0.2.2.tar.gz
Algorithm Hash digest
SHA256 1a7401b502c9ae7109f940ad29a40d679f89b3b749ef8344652b9bf4220c637d
MD5 55ef545b838dd4e2f915c843194660b4
BLAKE2b-256 9ff26df6f705c6197ae349e0a7e363ed75badc525de02a26c73a77c9a9a311c6

See more details on using hashes here.

File details

Details for the file govconapi_mcp-0.2.2-py3-none-any.whl.

File metadata

  • Download URL: govconapi_mcp-0.2.2-py3-none-any.whl
  • Upload date:
  • Size: 38.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.14

File hashes

Hashes for govconapi_mcp-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 92211135f438acaef1b72135c89ac6e1b0ba7ea818774fab54efba8c20c7921b
MD5 efb26bfa7163ee49ef1d3c7e71ee7c45
BLAKE2b-256 286654167cebd46a74fed02582427195d76df4bde0dd2ddd5b0de4641a69997c

See more details on using hashes here.

Release history Release notifications | RSS feed

0.2.3

2 files

This release

0.2.2 This release

2 files

0.2.1

2 files

0.2.0

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page