US Government Data for Cursor
io.github.malonestar/gov-data-mcp
US government open-data APIs as MCP tools: EPA, FEMA, USGS, NOAA, FDIC, HUD, CMS and more.
client:Cursor
transport:stdio
runtime:npm
Install US Government Data in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"gov-data-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"gov-data-mcp"
],
"env": {
"APIFY_TOKEN": "<APIFY_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs