mcpbeat Sign in

MCP Sam Gov MCP Server

local only

MCP Sam Gov runs on your own machine — the client starts it, so there is no endpoint to ping. 497 installs a week from npm. Last commit 17 Sep 2026.

Keyless-first MCP: 152 tools for US federal + state/local (SLED) contracting, spending & regulation

Installs per day peak 402 · avg 30 · +388% w/w
a month agotoday
497
Installs / week
npm · @cliwant/mcp-sam-gov
8
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 1 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

  const dm = /^(\d{4})-(\d{2})-(\d{2})$/.exec(args.date);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-sam-gov -- npx -y @cliwant/mcp-sam-gov
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-sam-gov": {
      "args": [
        "-y",
        "@cliwant/mcp-sam-gov"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-sam-gov]
command = "npx"
args = ["-y", "@cliwant/mcp-sam-gov"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-sam-gov": {
      "args": [
        "-y",
        "@cliwant/mcp-sam-gov"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-sam-gov": {
      "args": [
        "-y",
        "@cliwant/mcp-sam-gov"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SAM_GOV_API_KEY (Optional. SAM.gov key for higher rate limits + archives older than 12 months. Keyless by default.), CENSUS_API_KEY (Required only for census_business_patterns (the Census Data API has no keyless tier); every other tool works without it.), FRED_API_KEY (Required only for fred_search_series and fred_series_observations (FRED has no keyless tier); every other tool works without it.), BEA_API_KEY (Required only for bea_regional_data (the BEA Data API has no keyless tier); every other tool works without it.), BLS_API_KEY (Optional free key for BLS labor-statistics tools (raises rate limits).), DOL_API_KEY (Required only for dol_get_dataset (DOL's data endpoint has no keyless tier; dol_list_datasets works without it).), DATA_GOV_API_KEY (Optional free api.data.gov key; raises DEMO_KEY limits for Regulations.gov, Congress.gov, GovInfo, FAC, the data.gov catalog and GSA per-diem.), NVD_API_KEY (Optional free NVD key (raises CVE rate limits).), OPENFDA_API_KEY (Optional free openFDA key (raises rate limits).), SOCRATA_APP_TOKEN (Optional Socrata app token (raises rate limits on SLED Socrata hosts).), COURTLISTENER_API_TOKEN (Optional CourtListener (Free Law Project) token (raises rate limits).), LDA_API_KEY (Optional Senate LDA lobbying-disclosure key (raises rate limits).), EDGAR_USER_AGENT (Optional SEC EDGAR User-Agent string (courtesy identification; a sensible default is used otherwise).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Sam Gov

same job, measured the same way
Us Gov Contracts
by pipeworx-io

US state & local government contracts + spending, normalized across jurisdictions — keyless

39 tools answering
I
FAR Oracle
by blueskylineassets

Search Federal Acquisition Regulations (FAR) for government contracting.

78 installs/wk local only
Ynab Mcpb
by dizzlkheinz

Local-first YNAB MCP for reconciliation, receipt splitting, safe cleanup, and spending analysis

77 installs/wk local only
DicePDF
by ishan-maheshwari

Local-first PDF tools for AI agents: merge, split, extract, render, compress. Files stay on-device.

21 installs/wk local only
BidSparq
by bidsparq

55 tools for federal/state/local RFPs, awards, vendors, contact graph, contract vehicles, pursuits.

36 installs/wk answering
Contract Ops MCP
by drbaher

One MCP server for the contract-ops suite: all nine local-first CLIs as agent tools.

128 installs/wk local only
Enforcement Actions
by pipeworx-io

US federal enforcement actions MCP. Keyless.

answering
SAME - Stateless Agent Memory Engine
by sgx-labs

Persistent memory for AI coding agents. Local-first SQLite + vector search. 17 MCP tools.

48 installs/wk local only

MCP Sam Gov — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Sam Gov?
MCP Sam Gov runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @cliwant/mcp-sam-gov was installed 497 times last week.
How do I connect MCP Sam Gov?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @cliwant/mcp-sam-gov straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Sam Gov?
The npm package @cliwant/mcp-sam-gov was installed 497 times in the last week. Week over week that is +388%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Sam Gov open source?
Yes — it is published under the MIT licence, written in TypeScript and 8 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.