HomeFinance › mcp-sam-gov

mcp-sam-gov

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

TypeScript Cloud macOSWindowsLinux
★ 9 stars Last pushed 2026-09-22 License: MIT

Topics: Finance & Fintech

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.16.0)

npx -y @cliwant/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-sam-gov": {
      "command": "npx",
      "args": [
        "-y",
        "@cliwant/[email protected]"
      ],
      "env": {
        "SAM_GOV_API_KEY": "<YOUR_VALUE>",
        "CENSUS_API_KEY": "<YOUR_VALUE>",
        "FRED_API_KEY": "<YOUR_VALUE>",
        "BEA_API_KEY": "<YOUR_VALUE>",
        "BLS_API_KEY": "<YOUR_VALUE>",
        "DOL_API_KEY": "<YOUR_VALUE>",
        "DATA_GOV_API_KEY": "<YOUR_VALUE>",
        "NVD_API_KEY": "<YOUR_VALUE>",
        "OPENFDA_API_KEY": "<YOUR_VALUE>",
        "SOCRATA_APP_TOKEN": "<YOUR_VALUE>",
        "COURTLISTENER_API_TOKEN": "<YOUR_VALUE>",
        "LDA_API_KEY": "<YOUR_VALUE>",
        "EDGAR_USER_AGENT": "<YOUR_VALUE>",
        "MCP_SAM_GOV_TOOLSETS": "<YOUR_VALUE>"
      }
    }
  }
}
  • SAM_GOV_API_KEY secret — Optional. SAM.gov key for higher rate limits + archives older than 12 months. Keyless by default.
  • CENSUS_API_KEY secret — Required only for census_business_patterns (the Census Data API has no keyless tier); every other tool works without it.
  • FRED_API_KEY secret — Required only for fred_search_series and fred_series_observations (FRED has no keyless tier); every other tool works without it.
  • BEA_API_KEY secret — Required only for bea_regional_data (the BEA Data API has no keyless tier); every other tool works without it.
  • BLS_API_KEY secret — Optional free key for BLS labor-statistics tools (raises rate limits).
  • DOL_API_KEY secret — Required only for dol_get_dataset (DOL's data endpoint has no keyless tier; dol_list_datasets works without it).
  • DATA_GOV_API_KEY secret — 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 secret — Optional free NVD key (raises CVE rate limits).
  • OPENFDA_API_KEY secret — Optional free openFDA key (raises rate limits).
  • SOCRATA_APP_TOKEN secret — Optional Socrata app token (raises rate limits on SLED Socrata hosts).
  • COURTLISTENER_API_TOKEN secret — Optional CourtListener (Free Law Project) token (raises rate limits).
  • LDA_API_KEY secret — 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).
  • MCP_SAM_GOV_TOOLSETS — Optional. Comma-separated toolset names to load (e.g. core,sled). Blank or 'all' loads all 152 tools.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry