Skip to content
Back to search
100
MCP live v1.0.0 MCP 2025-11-25 streamable-http

FCC Broadband Map

com.olyport/fcc-broadband

Broadband availability, providers, speeds, and BEAD classification from the FCC

Uptime
100.0%
1 direct probes · 30d
Response
951ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

get_broadband_by_location

Get broadband providers and availability at a specific lat/lon location. Returns a list of broadband providers serving the location with their advertised download/upload speeds and technology…

get_broadband_summary_by_county

Get broadband availability statistics for a county. Returns aggregated broadband data including provider counts, technology availability, and BEAD-relevant metrics (unserved/underserved/serve…

get_broadband_summary_by_state

Get state-level broadband availability summary. Returns aggregated broadband statistics for the state including provider counts and technology deployment. Useful for BEAD program analysis to …

get_providers_by_county

Get list of broadband providers serving a county. Returns provider names, technology types, and speed tiers available in the specified county. Useful for BEAD applications to identify whi…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "fcc_broadband_map": {
      "url": "https://mcp.olyport.com/fcc-broadband/mcp",
      "transport": "streamable-http"
    }
  }
}