io.github.cyanheads

fcc-broadband-mcp-server

FCC broadband availability, coverage analysis, and digital divide data for US geographies.

Hosted
communityknowledge

Deployment

Hosted
streamable-httphttps://fcc-broadband.caseyjhand.com/mcp

Package Details

@cyanheads/fcc-broadband-mcp-server

Transportstdio
Runtimenode

Package Arguments

Positional
Position 0
run
Position 1
start:stdio

Environment Variables

FCC_BDC_USERNAME(str)

FCC account email for BDC API. Required for fcc_list_downloads and BDC filing periods.

FCC_BDC_HASH_VALUE(str)

API token hash from broadbandmap.fcc.gov Manage API Access page.

FCC_OPENDATA_APP_TOKEN(str)

Socrata app token for FCC Open Data. Increases rate limits; not required.

FCC_MIRROR_ENABLED(str)
Default:false

Serve Form 477 queries from a local SQLite mirror when its coverage allows (bootstrap with `bun run mirror:init`). Default: false.

FCC_MIRROR_PATH(str)
Default:data/fcc-mirror

Directory holding the Form 477 mirror SQLite files.

MCP_LOG_LEVEL(str)
Default:info

Sets the minimum log level for output (e.g., 'debug', 'info', 'warn').

@cyanheads/fcc-broadband-mcp-server

TransportStreamable HTTP
Runtimenode

Package Arguments

Positional
Position 0
run
Position 1
start:http

Environment Variables

FCC_BDC_USERNAME(str)

FCC account email for BDC API. Required for fcc_list_downloads and BDC filing periods.

FCC_BDC_HASH_VALUE(str)

API token hash from broadbandmap.fcc.gov Manage API Access page.

FCC_OPENDATA_APP_TOKEN(str)

Socrata app token for FCC Open Data. Increases rate limits; not required.

FCC_MIRROR_ENABLED(str)
Default:false

Serve Form 477 queries from a local SQLite mirror when its coverage allows (bootstrap with `bun run mirror:init`). Default: false.

FCC_MIRROR_PATH(str)
Default:data/fcc-mirror

Directory holding the Form 477 mirror SQLite files.

MCP_HTTP_HOST(str)
Default:127.0.0.1

The hostname for the HTTP server.

MCP_HTTP_PORT(str)
Default:3010

The port to run the HTTP server on.

MCP_HTTP_ENDPOINT_PATH(str)
Default:/mcp

The endpoint path for the MCP server.

MCP_AUTH_MODE(str)
Default:none

Authentication mode to use: 'none', 'jwt', or 'oauth'.

MCP_LOG_LEVEL(str)
Default:info

Sets the minimum log level for output (e.g., 'debug', 'info', 'warn').