MCP Server
MCP
io.github.cliwant/mcp-sam-gov
Keyless MCP: 150 tools for US federal + state/local (SLED) contracting, spending & regulation
Install
npx -y @cliwant/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@cliwant/mcp-sam-gov",
"version": "1.12.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Optional. SAM.gov key for higher rate limits + archives older than 12 months. Keyless by default.",
"isSecret": true,
"name": "SAM_GOV_API_KEY"
},
{
"description": "Optional free key for Census business-patterns tools.",
"isSecret": true,
"name": "CENSUS_API_KEY"
},
{
"description": "Optional free key for FRED economic-series tools.",
"isSecret": true,
"name": "FRED_API_KEY"
},
{
"description": "Optional free key for BEA regional/industry economic tools.",
"isSecret": true,
"name": "BEA_API_KEY"
},
{
"description": "Optional free key for BLS labor-statistics tools (raises rate limits).",
"isSecret": true,
"name": "BLS_API_KEY"
},
{
"description": "Optional free key for DOL data-endpoint tools.",
"isSecret": true,
"name": "DOL_API_KEY"
},
{
"description": "Optional free api.data.gov key (raises DEMO_KEY limits for DOL/govinfo tools).",
"isSecret": true,
"name": "DATA_GOV_API_KEY"
},
{
"description": "Optional free NVD key (raises CVE rate limits).",
"isSecret": true,
"name": "NVD_API_KEY"
},
{
"description": "Optional free openFDA key (raises rate limits).",
"isSecret": true,
"name": "OPENFDA_API_KEY"
},
{
"description": "Optional Socrata app token (raises rate limits on SLED Socrata hosts).",
"isSecret": true,
"name": "SOCRATA_APP_TOKEN"
},
{
"description": "Optional CourtListener (Free Law Project) token (raises rate limits).",
"isSecret": true,
"name": "COURTLISTENER_API_TOKEN"
},
{
"description": "Optional Senate LDA lobbying-disclosure key (raises rate limits).",
"isSecret": true,
"name": "LDA_API_KEY"
},
{
"description": "Optional SEC EDGAR User-Agent string (courtesy identification; a sensible default is used otherwise).",
"name": "EDGAR_USER_AGENT"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment