streamable-httpMITupdated 29d ago
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.
该仓库已被所有者归档。仍可使用,但不再更新。
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
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
| 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 |
daily_brief |
$10 | Curated daily federal-procurement brief |
brief_summary |
$0.50 | Top-5 signals from today's brief as structured JSON — a cheap sample of daily_brief |
mint_info |
free | FoundryNet 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.
安装
把 Government Contracts MCP 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport http government-contracts-mcp https://gov-contracts-mcp-production.up.railway.app/mcpcodex mcp add government-contracts-mcp --url https://gov-contracts-mcp-production.up.railway.app/mcp{
"mcpServers": {
"government-contracts-mcp": {
"url": "https://gov-contracts-mcp-production.up.railway.app/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"government-contracts-mcp": {
"type": "http",
"url": "https://gov-contracts-mcp-production.up.railway.app/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"government-contracts-mcp": {
"url": "https://gov-contracts-mcp-production.up.railway.app/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"government-contracts-mcp": {
"serverUrl": "https://gov-contracts-mcp-production.up.railway.app/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
7 个工具
Government Contracts MCP 向已连接的智能体提供 7 个工具。
- search_contracts
- $0.01
- contract_detail
- **free**
- agency_spending
- $0.01
- trending_opportunities
- $0.01
- daily_brief
- $10
- brief_summary
- $0.50
- mint_info
- **free**
评分
67 / 100
良好
- 文档22/25
- 维护14/25
- 可信度13/20
- 能力6/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 21 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 7 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.0最新 | 2026年6月18日 |