Connects to the FCC's public geo and census APIs at geo.fcc.gov through a streamable HTTP transport. The source doesn't list specific tools, but FCC's geo API typically covers things like census block lookups by coordinates, area data queries, and geographic boundary information for regulatory and demographic analysis. Hosted through Pipeworx's gateway, which means you can either connect directly to this FCC endpoint or access it as part of their larger 693+ data source collection. If you're building anything that needs to map coordinates to census blocks, check FCC license coverage areas, or pull demographic data tied to specific locations, this gives you that access through MCP without writing API client code.
FCC public geo/census APIs (geo.fcc.gov) MCP.
Part of Pipeworx — an MCP gateway connecting AI agents to 693+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"fcc": {
"url": "https://gateway.pipeworx.io/fcc/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 693+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Fcc data" })
The gateway picks the right tool and fills the arguments automatically.
MIT