
Aegis Gov Contracts MCP
- 1 repo stars
- Updated June 13, 2026
- AEGISGOVDAO/aegisgov-contracts-mcp
Aegis Gov Contracts MCP is an MCP server that searches SAM.gov federal contracts and supports AI bid analysis across 33k+ live opportunities.
About
Aegis Gov Contracts MCP connects coding agents to SAM.gov federal contracting data with search, detail views, and AI bid analysis. developers and tiny agencies rarely have dedicated BD staff to monitor SAM.gov; this server lets you research solicitations, compare requirements, and stress-test fit from Claude Code or Cursor during the idea phase. The catalog cites 33k+ live opportunities, indicating scale suitable for ongoing scans rather than one-off lookups. Hosted on streamable HTTP, it fits agents that support remote MCP without local installs. It supports business research for govtech consultancies, specialized SaaS, or subcontracting plays—not full proposal automation by itself. Move to validate once you shortlist niches and need scoped prototypes or pricing models.
- SAM.gov federal contract search and detail retrieval via MCP
- AI bid analysis tooling on live opportunity data
- 33k+ live opportunities referenced in catalog description
- Hosted streamable-http MCP at `https://aegisgov-contracts.vercel.app/mcp`
Aegis Gov Contracts MCP by the numbers
- Data as of Aug 10, 2026 (Skillselion catalog sync)
claude mcp add --transport http aegisgov-contracts-mcp https://aegisgov-contracts.vercel.app/mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| repo stars | ★ 1 |
|---|---|
| Transport | HTTP |
| Auth | None |
| Last updated | June 13, 2026 |
| Repository | AEGISGOVDAO/aegisgov-contracts-mcp ↗ |
What it does
Search SAM.gov federal contract opportunities and run AI bid analysis from your agent while exploring viable or small-team revenue angles.
Who is it for?
govtech founders, niche SaaS developers, and consultancies exploring federal subcontract or product-fit opportunities.
Skip if: Pure consumer app developers with no interest in government contracting or teams blocked from using cloud bid-analysis services.
What you get
After you connect the remote MCP endpoint, your agent can search contracts, pull details, and assist bid analysis while you narrow viable opportunities.
- Searchable federal opportunity context inside agent sessions
- AI-assisted bid fit notes for shortlisted solicitations
- Research backlog for validate-stage scoping and pricing
By the numbers
- 33k+ live opportunities (catalog description)
- Remote MCP: https://aegisgov-contracts.vercel.app/mcp
- Server version 1.0.0
README.md
AegisGov Contract Intelligence MCP
Real-time US government contract data for AI agents. Search and details are completely free — no API key, no payment, no signup.
Live endpoint: https://aegisgov-contracts-mcp.vercel.app
Add to Claude Desktop / Cline / Cursor in 60 seconds
{
"mcpServers": {
"aegisgov-contracts": {
"url": "https://aegisgov-contracts-mcp.vercel.app/mcp",
"type": "streamable-http"
}
}
}
That's it. Your agent can now search 33,000+ live US federal contract opportunities.
Tools
| Tool | Price | Description |
|---|---|---|
search_opportunities |
🆓 FREE | Search active SAM.gov contracts by keyword, NAICS, agency, value range |
get_opportunity_details |
🆓 FREE | Full contract details, contacts, deadlines by notice ID |
analyze_bid_potential |
$0.05 USDC | AI bid/no-bid analysis with score, strengths, risks |
Quick Start
# Search active contracts
curl -X POST https://aegisgov-contracts-mcp.vercel.app/search \
-H "Content-Type: application/json" \
-d '{"keywords": "cybersecurity", "limit": 5}'
# Full contract details
curl -X POST https://aegisgov-contracts-mcp.vercel.app/details \
-H "Content-Type: application/json" \
-d '{"noticeId": "<noticeId from search>"}'
# AI bid/no-bid analysis
curl -X POST https://aegisgov-contracts-mcp.vercel.app/analyze \
-H "Content-Type: application/json" \
-d '{"noticeId": "<noticeId>"}'
MCP Discovery
GET https://aegisgov-contracts-mcp.vercel.app/.well-known/mcp.json
Payment (x402)
Uses x402 protocol — HTTP 402 with USDC micropayments. No accounts. No API keys. Agents pay autonomously.
Supported networks:
- Base mainnet (
eip155:8453) — USDC - Solana mainnet (
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp) — USDC
Facilitator: PayAI — free tier, no key required
Why use this?
- No SAM.gov API hassle — registration, rate limits, field normalization all handled
- 33,000+ live opportunities — always current
- AI analysis built in — bid scoring, risk flags, competition level
- Agent-native — designed for MCP, works with Claude, GPT, any LLM toolchain
- Dual-network x402 — pay in USDC on Base or Solana
Data Source
SAM.gov — official US government procurement data (FPDS/USASpending.gov)
Links
Recommended MCP Servers
How it compares
Federal contract research MCP, not a generic CRM or invoice finance plugin.
FAQ
Who is Aegis Gov Contracts MCP MCP for?
It is for developers and small firms researching U.S. federal contract opportunities on SAM.gov with MCP-enabled agents.
When should I use Aegis Gov Contracts MCP MCP?
Use it in the idea and early validate stage when you are scanning markets, comparing solicitations, and deciding whether to pursue gov contracting.
How do I add Aegis Gov Contracts MCP MCP to my agent?
Add the remote MCP URL `https://aegisgov-contracts.vercel.app/mcp` as streamable-http in your agent config and complete any API or site signup steps documented at aegisgov.ai.