fcc mcp for VS Code
io.github.mrfentmen/fcc-mcp
FCC Census Block API: find census block, state, county and tract for coordinates.
client:VS Code
transport:stdio
runtime:npm
Install fcc mcp in VS Code
.vscode/mcp.json
{
"servers": {
"fcc-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"fcc-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs