← Index

io.github.cliwant/mcp-sam-gov

io.github.cliwant/mcp-sam-gov·v0.3.0·Other
Quality Score
80
/100

Keyless MCP — 36 tools for SAM.gov, USAspending, Federal Register, eCFR, Grants.gov.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-sam-gov": {
      "command": "npx",
      "args": [
        "-y",
        "@cliwant/mcp-sam-gov"
      ],
      "env": {
        "SAM_GOV_API_KEY": "<your-sam_gov_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-sam-gov": {
      "command": "npx",
      "args": [
        "-y",
        "@cliwant/mcp-sam-gov"
      ],
      "env": {
        "SAM_GOV_API_KEY": "<your-sam_gov_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @cliwant/mcp-sam-gov
§02  Environment variables
SAM_GOV_API_KEY
secret

Optional. SAM.gov public API key. Leave unset for keyless mode (default). Set only for higher rate limits + archives older than 12 months.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other