US Government Data for Grok
io.github.malonestar/gov-data-mcp
US government open-data APIs as MCP tools: EPA, FEMA, USGS, NOAA, FDIC, HUD, CMS and more.
client:Grok
transport:stdio
runtime:npm
Install US Government Data in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"gov-data-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"gov-data-mcp"
],
"env": {
"APIFY_TOKEN": "<APIFY_TOKEN>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs