Skip to main content
Glama
FoundryNet

Government Contracts MCP

Government Contracts MCP

Government contract search and federal procurement data for AI agents. Search SAM.gov opportunities and USASpending.gov / FPDS contract awards from one aggregated, deduplicated dataset — plus contract detail, agency spending breakdowns, and trending solicitation sectors.

Live MCP endpoint (Streamable HTTP): https://gov-contracts-mcp-production.up.railway.app/mcp

Tools

Tool

Price

What it does

search_contracts

$0.01

Filtered search of opportunities + awards (keyword, agency, NAICS, state, value range, status, posted-after), newest first

contract_detail

free

Full record for one solicitation number

agency_spending

$0.01

Live spend-by-NAICS + top awardees for an agency / fiscal year

trending_opportunities

$0.01

Sectors ranked by new-solicitation volume over a window

Free tier: 25 paid-tool queries/day per agent (plus unlimited free contract_detail). Pass agent_id to scope your allowance. After that, each query costs $0.01 USDC on Solana via x402: the tool returns an HTTP-402 with a payment memo — send the USDC with that memo, then re-call with the same arguments plus payment_tx=<signature>. An Authorization: Bearer fnet_… key bypasses the paywall.

Related MCP server: USASpending MCP Server

Data sources

  • SAM.gov Opportunities API — open solicitations / opportunity notices.

  • USASpending.gov Award API — awarded contracts (FPDS data flows through here).

A background agent refreshes the dataset every 6 hours; agency_spending queries USASpending live so it always reflects the full federal record.

Connect

Smithery: @foundrynet/gov-contracts · MCP registry: io.github.FoundryNet/gov-contracts-mcp

{
  "mcpServers": {
    "gov-contracts": {
      "url": "https://gov-contracts-mcp-production.up.railway.app/mcp"
    }
  }
}

Develop

pip install -r requirements.txt
export SUPABASE_URL=... SUPABASE_SERVICE_KEY=...
python server.py        # serves /mcp + /sse on :8080, /health for liveness

Apply sql/0001_gov_contracts.sql to the Supabase project before first run.

Built by FoundryNet · hello@foundrynet.io

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/FoundryNet/gov-contracts-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server