Open source · MIT · Keyless-first

150 keyless tools for US government
contracting, spending & vetting — in your AI agent

A Model Context Protocol (MCP) server that puts SAM.gov, USAspending, Grants.gov, OFAC, FDIC, EPA, CourtListener and 45+ more public sources one npx away — federal and state/local (SLED). No API key, no signup.

Listed on the official MCP Registry · io.github.cliwant/mcp-sam-gov

Quick start

Add one server entry to your MCP client. It runs locally over stdio — nothing to host, nothing to sign up for.

Claude Desktop / Claude Code Cursor · Continue · Codex CLI
{
  "mcpServers": {
    "sam-gov": {
      "command": "npx",
      "args": ["-y", "@cliwant/mcp-sam-gov"]
    }
  }
}

Then ask your agent, in plain language: “Find active SAM.gov solicitations under NAICS 541512 closing this month.” Prefer to try it first? Run npx -y @cliwant/mcp-sam-gov in a terminal.

What it gives your agent

Seven domains of US government intelligence, unified behind one tool surface.

🔍 Opportunities & solicitations

Search live federal and SLED bids; read the SOW, points of contact, and attachments.

“SAM.gov solicitations under NAICS 541512 closing this month”

💰 Spending, awards & competition

Who won what, where, and for how much — agencies, recipients, PSC/NAICS, expiring contracts.

“Booz Allen wins at the VA last fiscal year”

🕵️ Entity & partner vetting

Screen a firm across sanctions, exclusions, single-audit findings, bank health, and environmental compliance.

“Screen this firm: OFAC, SAM exclusions, EPA compliance”

🛒 Product safety & recalls

FDA / NHTSA / CPSC recalls and enforcement against a supplier’s products.

“Any recalls tied to this supplier?”

⚖️ Litigation & courts

Court of Federal Claims bid protests and federal opinions involving a contractor.

“Bid protests involving this contractor”

📜 Regulation & reference

eCFR, the Federal Register, FAR/DFARS clauses, NAICS/PSC lookups, NIST 800-53.

“What does FAR 52.204-21 require?”

Why this exists

The federal data underneath is public domain. There’s no good reason it should cost a five-figure subscription to query.

Status quoWith this MCP
$30K–$100K/yr per seat for a bid platformFree, MIT-licensed
API-key registration → wait → quota-tier shoppingnpx → working in 60 seconds, keyless
5+ separate vendor APIs and scrapers1 unified surface, 150 tools across 50+ sources
LLMs hallucinate NAICS codes and agency namesAnti-hallucination autocomplete guards built in

Engineered not to lie to your agent

Most tools fail silently — a page size reported as a total, an outage returned as “no results,” a missing value shown as $0. Those quiet lies corrupt an agent’s reasoning. This server holds five honesty invariants, enforced by a 3,400+ assertion fault-injection suite in CI.

Keyless & private by design

The server runs locally and collects nothing.

See the full privacy policy.