fcc-broadband-mcp-server
FCC broadband availability, coverage analysis, and digital divide data for US geographies.
Deployment
https://fcc-broadband.caseyjhand.com/mcpPackage Details
@cyanheads/fcc-broadband-mcp-server
Package Arguments
Positional
runstart:stdioEnvironment Variables
FCC account email for BDC API. Required for fcc_list_downloads and BDC filing periods.
API token hash from broadbandmap.fcc.gov Manage API Access page.
Socrata app token for FCC Open Data. Increases rate limits; not required.
falseServe Form 477 queries from a local SQLite mirror when its coverage allows (bootstrap with `bun run mirror:init`). Default: false.
data/fcc-mirrorDirectory holding the Form 477 mirror SQLite files.
infoSets the minimum log level for output (e.g., 'debug', 'info', 'warn').
@cyanheads/fcc-broadband-mcp-server
Package Arguments
Positional
runstart:httpEnvironment Variables
FCC account email for BDC API. Required for fcc_list_downloads and BDC filing periods.
API token hash from broadbandmap.fcc.gov Manage API Access page.
Socrata app token for FCC Open Data. Increases rate limits; not required.
falseServe Form 477 queries from a local SQLite mirror when its coverage allows (bootstrap with `bun run mirror:init`). Default: false.
data/fcc-mirrorDirectory holding the Form 477 mirror SQLite files.
127.0.0.1The hostname for the HTTP server.
3010The port to run the HTTP server on.
/mcpThe endpoint path for the MCP server.
noneAuthentication mode to use: 'none', 'jwt', or 'oauth'.
infoSets the minimum log level for output (e.g., 'debug', 'info', 'warn').