Aegis Gov Contracts MCP Server

Real-time US government contract data for AI agents. Search and details are completely free - no API key, no payment, no signup. Its 3 documented tools cluster into read & search, analyze. It is available as a remote MCP endpoint.

Teams that want a hosted finance endpoint instead of running a local process. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-22 · ★ 2 · #245 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Aegis Gov Contracts

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add aegisgovdao-aegisgov-contracts-mcp --transport http https://aegisgov-contracts.vercel.app/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "aegisgovdao-aegisgov-contracts-mcp": {
      "url": "https://aegisgov-contracts.vercel.app/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://aegisgov-contracts.vercel.app/mcp

transport: streamable-http

endpoint responds (non-MCP reply - review) · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to aegisgov-contracts.vercel.app

license MIT - declared in the repository

registry namespace io.github.AEGISGOVDAO is GitHub-verified and matches the repo owner

03 · What Aegis Gov Contracts can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 3 documented tools across read & search, analyze, including search_opportunities, get_opportunity_details, analyze_bid_potential.

The 3 tools it gives your agent

Extracted from the project's README - what Aegis Gov Contracts lets an agent do.

search_opportunities
- Search active SAM.gov contracts by keyword, NAICS, agency, value range
get_opportunity_details
- Full contract details, contacts, deadlines by notice ID
analyze_bid_potential
- AI bid/no-bid analysis with score, strengths, risks

04 · Who maintains Aegis Gov Contracts

Aegis Gov Contracts is maintained by aegisgovdao. It's the only MCP server we track from this author; the repo dates to Apr 2026.

05 · Facts

category
finance - ranked #245 of 283 actively-maintained finance servers as of 2026-08-25.
registry
io.github.AEGISGOVDAO/aegisgov-contracts-mcp (active, first published 2026-05-11)

06 · Aegis Gov Contracts FAQ

Is Aegis Gov Contracts still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-22. We re-verify nightly.

What can Aegis Gov Contracts do?

An agent gets 3 documented tools across read & search, analyze, including search_opportunities, get_opportunity_details, analyze_bid_potential.

How do I install Aegis Gov Contracts?

Run `claude mcp add aegisgovdao-aegisgov-contracts --transport http https://aegisgov-contracts.vercel.app/mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

07 · Alternatives to Aegis Gov Contracts