Back to Browse

Gov Contracts MCP Server

Developer ToolsUse Caution4.2MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

Government contract search and federal procurement data: SAM.gov opportunities + USASpending awards.

About

Government contract search and federal procurement data: SAM.gov opportunities + USASpending awards.

Remote endpoints: streamable-http: https://gov-contracts-mcp-production.up.railway.app/mcp

Security Report

4.2
Use Caution4.2High Risk

A well-architected government contract search MCP with thoughtful payment gating and reasonable authentication. Primary concerns are moderate: unauthenticated access to sensitive contract data, lack of comprehensive input validation on query parameters, and potential information disclosure through error messages. The payment gate is well-designed but depends entirely on external RPC verification. Permissions align with the server's purpose as a data search service. Supply chain analysis found 5 known vulnerabilities in dependencies (1 critical, 3 high severity).

7 files analyzed · 14 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

What You'll Need

Set these up before or after installing:

SUPABASE_URLRequired

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

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

Connect

  • MCP endpoint: https://gov-contracts-mcp-production.up.railway.app/mcp
  • Registry id: io.github.FoundryNet/gov-contracts-mcp
  • Agent card: https://gov-contracts-mcp-production.up.railway.app/.well-known/agent-card.json

Claude Desktop / Cursor / Claude Code

claude mcp add --transport http gov-contracts https://gov-contracts-mcp-production.up.railway.app/mcp

Tools

ToolPriceWhat it does
search_contracts$0.01Filtered search of opportunities + awards (keyword, agency, NAICS, state, value range, status, posted-after), newest first
contract_detailfreeFull record for one solicitation number
agency_spending$0.01Live spend-by-NAICS + top awardees for an agency / fiscal year
trending_opportunities$0.01Sectors ranked by new-solicitation volume over a window
daily_brief$10Curated daily federal-procurement brief
brief_summary$0.50Top-5 signals from today's brief as structured JSON — a cheap sample of daily_brief
mint_infofreeFoundryNet Data Network directory + attestation info

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 per query via x402: the tool returns an HTTP-402 with a payment memo — complete the returned payment challenge, then re-call with the same arguments plus payment_tx=<signature>. An Authorization: Bearer fnet_… key bypasses the paywall.

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

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 · forge@foundrynet.io

Live network activity

Real-time verified activity across 17 servers and autonomous agents in the FoundryNet Data Network.

Reviews

No reviews yet

Be the first to review this server!

Gov Contracts MCP Server - Government contract search and federal procurement data: | MCP Marketplace