loading…
Search for a command to run...
loading…
Federal procurement intelligence toolkit that searches SAM.gov contract opportunities, analyzes agency spending patterns, tracks competitor wins, and monitors s
Federal procurement intelligence toolkit that searches SAM.gov contract opportunities, analyzes agency spending patterns, tracks competitor wins, and monitors small business set-aside programs (8a, HUBZone, SDVOSB, WOSB). 4 tools using SAM.gov and USASpending.gov data.
AI-powered federal procurement intelligence via the Model Context Protocol (MCP). Give your AI assistant the ability to search federal contracts, analyze agency spending, track competitor wins, and monitor small business set-aside opportunities — all using SAM.gov, USASpending.gov, and FPDS data.
| Tool | Description |
|---|---|
search_contracts |
Search federal contract opportunities on SAM.gov — filter by NAICS code, set-aside type, agency, dollar range, and keywords. Returns active solicitations with due dates, contact info, and bid requirements. |
analyze_agency |
Analyze a federal agency's spending patterns and contracting behavior — top contractors, spending trends, preferred NAICS codes, contract types, and upcoming opportunities. Uses USASpending.gov data. |
competitor_win_analysis |
Analyze a competitor's federal contract wins — awarded contracts, agencies they work with, contract values, NAICS codes, and win patterns. Find out who's winning in your space. |
set_aside_tracker |
Track small business set-aside opportunities across federal agencies — 8(a), HUBZone, SDVOSB, WOSB, and SBA set-asides. Shows trending categories, upcoming deadlines, and agency set-aside spending patterns. |
No installation required. Use the hosted version:
{
"mcpServers": {
"ezbiz-govcon": {
"url": "https://govcon.ezbizservices.com/mcp",
"headers": {
"x-api-key": "YOUR_API_KEY"
}
}
}
}
git clone https://github.com/ezbiz-services/mcp-govcon.git
cd mcp-govcon
bun install
cp .env.example .env
# Edit .env with your OpenAI API key and admin secret
bun run server.ts
| Variable | Required | Description |
|---|---|---|
OPENAI_API_KEY |
Yes | OpenAI API key for AI-powered analysis |
ADMIN_SECRET |
Yes | Secret for admin API endpoints |
MCP_PORT |
No | Server port (default: 4203) |
| Tier | Price | Requests/Month |
|---|---|---|
| Free | $0 | 10 |
| Starter | $19/mo | 200 |
| Pro | $49/mo | 1,000 |
| Business | $99/mo | 5,000 |
Start free at govcon.ezbizservices.com
MIT — see LICENSE
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"govcon": {
"command": "npx",
"args": []
}
}
}