FCC broadband availability, coverage analysis, and digital divide data for US geographies.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Access FCC broadband availability, coverage analysis, and digital divide data for US geographies and census blocks via MCP. STDIO or Streamable HTTP.
Public Hosted Server: https://fcc-broadband.caseyjhand.com/mcp
9 tools for working with FCC broadband data β block-level availability, geography-level coverage analysis, provider search, and BDC bulk download manifests:
| Tool | Description |
|---|---|
fcc_geocode_block | Converts a latitude/longitude coordinate to a 2010-vintage census block FIPS code (15-digit), county FIPS, county name, state FIPS, state code, and state name. Required prerequisite for fcc_search_availability. |
fcc_search_availability | Queries broadband providers and advertised speeds at a census block, filtered by technology type and speed threshold. The starting point for any address-level broadband lookup. |
fcc_get_coverage_summary | Returns a broadband coverage summary for a geography β population with zero, one, two, or three-plus providers at a given speed threshold, split by urban/rural and tribal/non-tribal. |
fcc_compare_areas | Compares broadband coverage metrics across multiple geographies of the same type and returns a ranked table sorted by unserved or underserved population. |
fcc_find_underserved | Finds geographic areas with limited or no broadband coverage at a given speed threshold, ranked by underserved population. The core tool for BEAD program analysis and broadband equity research. |
fcc_search_providers | Searches for ISPs by holding company name, filtered by state and technology type. Returns a deduplicated list with hoconum identifiers for follow-up calls, each carrying that company's complete national states and technologies, and reports when the live path returned a sample of the matching companies rather than every one. |
fcc_get_provider | Returns a national-level coverage profile for a specific holding company β technologies deployed and the population covered at each download speed tier. |
fcc_list_filing_periods | Returns available data vintages: Form 477 filing periods (Jun 2015βJun 2021) and BDC as-of dates (Jun 2022 onward, requires credentials). |
fcc_list_downloads | Lists downloadable BDC data files for a specific as-of date β availability by state and provider, mobile coverage, and challenge data. Requires BDC API credentials. |
fcc_geocode_blockConvert geographic coordinates to a census block FIPS code for broadband availability lookups.
fcc_search_availability directlyfcc_search_availability β the broadband deployment dataset is indexed by census block, not addressfcc_search_availabilityQuery which ISPs serve a specific census block and what speeds they advertise.
fcc_geocode_block to convert coordinates firsthoconum, techcode, maxaddown, maxadup, consumer, businessfcc_get_coverage_summaryAnalyze broadband access across any US geography at a given speed threshold.
nation, state, county, cd (congressional district), place (census-designated place), cbsa (metro area), tribalacfosw), fiber only (f), cable (c), DSL (a), satellite (s), fixed wireless (w), or combinationsfcc_compare_areasRank geographies by broadband access metrics to identify where underservice is worst.
compare_all_states: truefcc_find_underservedFind the most broadband-underserved areas within a state or nationwide.
min_unserved_pop defaults to 1, so fully covered areas stay out of the ranking; set it to 0 to rank every area, or higher to drop small gapsfcc_search_providersLook up ISPs by name or state to get hoconum identifiers for follow-up queries.
"Comcast", "T-Mobile", "Frontier"hoconum, states served, and technology codesfcc_search_availabilityfcc_list_filing_periodsDiscover valid data vintages before querying download manifests.
FCC_BDC_USERNAME and FCC_BDC_HASH_VALUEfcc_list_downloads to determine valid as_of_date valuesfcc_list_downloadsList BDC bulk data files available for download for a specific filing period.
FCC_BDC_USERNAME, FCC_BDC_HASH_VALUE)limit (default 50, max 200) and offset β totalFiles counts every file matching the filters, and each response reports its offset, its file count, and a nextOffset to pass back, omitted on the last pageas_of_date that is not a calendar date, or that falls before the first BDC period (2022-06-30), is rejected without credentials; a well-formed date BDC does not publish is rejected once credentials allow the published set to be readNo reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/fcc-broadband-mcp-server)<a href="https://allmcps.com/mcp/fcc-broadband-mcp-server"><img src="https://allmcps.com/api/badge/fcc-broadband-mcp-server?style=directory" alt="Fcc Broadband MCP Server on AllMCPs" /></a>