{
  "markdown": "# AegisGov Contract Intelligence MCP\n\nReal-time US government contract data for AI agents. Search and details are **completely free** — no API key, no payment, no signup.\n\n**Live endpoint:** `https://aegisgov-contracts-mcp.vercel.app`\n\n## Add to Claude Desktop / Cline / Cursor in 60 seconds\n\n```json\n{\n  \"mcpServers\": {\n    \"aegisgov-contracts\": {\n      \"url\": \"https://aegisgov-contracts-mcp.vercel.app/mcp\",\n      \"type\": \"streamable-http\"\n    }\n  }\n}\n```\n\nThat's it. Your agent can now search 33,000+ live US federal contract opportunities.\n\n## Tools\n\n| Tool | Price | Description |\n|------|-------|-------------|\n| `search_opportunities` | 🆓 FREE | Search active SAM.gov contracts by keyword, NAICS, agency, value range |\n| `get_opportunity_details` | 🆓 FREE | Full contract details, contacts, deadlines by notice ID |\n| `analyze_bid_potential` | $0.05 USDC | AI bid/no-bid analysis with score, strengths, risks |\n\n## Quick Start\n\n```bash\n# Search active contracts\ncurl -X POST https://aegisgov-contracts-mcp.vercel.app/search \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"keywords\": \"cybersecurity\", \"limit\": 5}'\n\n# Full contract details\ncurl -X POST https://aegisgov-contracts-mcp.vercel.app/details \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"noticeId\": \"<noticeId from search>\"}'\n\n# AI bid/no-bid analysis\ncurl -X POST https://aegisgov-contracts-mcp.vercel.app/analyze \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"noticeId\": \"<noticeId>\"}'\n```\n\n## MCP Discovery\n\n```\nGET https://aegisgov-contracts-mcp.vercel.app/.well-known/mcp.json\n```\n\n## Payment (x402)\n\nUses [x402 protocol](https://x402.org) — HTTP 402 with USDC micropayments. No accounts. No API keys. Agents pay autonomously.\n\n**Supported networks:**\n- Base mainnet (`eip155:8453`) — USDC\n- Solana mainnet (`solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp`) — USDC\n\n**Facilitator:** [PayAI](https://payai.network) — free tier, no key required\n\n## Why use this?\n\n- **No SAM.gov API hassle** — registration, rate limits, field normalization all handled\n- **33,000+ live opportunities** — always current\n- **AI analysis built in** — bid scoring, risk flags, competition level\n- **Agent-native** — designed for MCP, works with Claude, GPT, any LLM toolchain\n- **Dual-network x402** — pay in USDC on Base or Solana\n\n## Data Source\n\n[SAM.gov](https://sam.gov) — official US government procurement data (FPDS/USASpending.gov)\n\n## Links\n\n- **Live:** https://aegisgov-contracts-mcp.vercel.app\n- **Docs:** https://aegisgov.ai/mcp\n- **GitHub:** https://github.com/AEGISGOVDAO/aegisgov-contracts-mcp\n",
  "bytes": 2564,
  "sha": "dd32a77d971eed3e539d00df352cc66e4d6d81ff420107783c6b8ec14a8a15fb",
  "repo_slug": "aegisgovdao/aegisgov-contracts-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_aegisgovdao_aegisgov_contracts_45c06a6c/readme"
}