Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI → MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
  • Remote MCP ↗ (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) ↗ (opens in a new tab)
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ⚖️ Legal
  3. Aegis Gov Contracts
A
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:44:16 PM

Aegis Gov Contracts

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time — check back soon.
View RepositoryVisit Website

SAM.gov federal contracts: search, details, AI bid analysis. 33k+ live opportunities.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON ▾

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "aegis-gov-contracts": {
      "command": "npx",
      "args": [
        "-y",
        "aegis-gov-contracts"
      ]
    }
  }
}

💡 Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing Alternatives⚖️ More in Legal

Documentation Overview

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

config.json
{
  "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

ToolPriceDescription
search_opportunities🆓 FREESearch active SAM.gov contracts by keyword, NAICS, agency, value range
get_opportunity_details🆓 FREEFull contract details, contacts, deadlines by notice ID
analyze_bid_potential$0.05 USDCAI bid/no-bid analysis with score, strengths, risks

Quick Start

bash
# 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

Code
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

  • Live: https://aegisgov-contracts-mcp.vercel.app
  • Docs: https://aegisgov.ai/mcp
  • GitHub: https://github.com/AEGISGOVDAO/aegisgov-contracts-mcp

Related MCP Servers

View all in Legal View all alternatives
  • A
    Alphago2580 Naramarketmcp

    Access Korea’s G2B procurement and Nara Market data for bid notices, awards, contracts, statistics…

    ⚖️ Legal0 views
    Compare vs Alphago2580 Naramarketmcp →
  • Contract Compass logoContract Compass

    Korean public procurement law: rule-engine rulings, statutes search, live court precedents

    ⚖️ Legal0 views
    Compare vs Contract Compass →
  • Contract Compass logoContract Compass

    Korean public procurement law: rule-engine rulings, statutes search, live court precedents

    ⚖️ Legal0 views
    Compare vs Contract Compass →
  • T
    Tango

    MCP access to the U.S. federal procurement graph: contracts, opportunities, entities, and more.

    ⚖️ Legal0 views
    Compare vs Tango →

Frequently Asked Questions about Aegis Gov Contracts

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "aegis-gov-contracts": { "command": "npx", "args": ["-y", "Aegis Gov Contracts"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewAegis Gov Contracts AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/aegis-gov-contracts?style=directory)](https://allmcps.com/mcp/aegis-gov-contracts)
HTML Embed
<a href="https://allmcps.com/mcp/aegis-gov-contracts"><img src="https://allmcps.com/api/badge/aegis-gov-contracts?style=directory" alt="Aegis Gov Contracts on AllMCPs" /></a>

Technical Specs & Signals

Category⚖️Legal
More technical detailsExpand ▾
TransportSTDIO
RuntimeNode.js
0/4 checks healthy over the last 11h
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging · 27/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

★ FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 3,181+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge — we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ⚖️ Legal →Best MCP servers for Legal →Alternatives to Aegis Gov Contracts →Install in Claude DesktopInstall in CursorInstall in VS Code