census_area
ActiveTool of Fcc
Resolve a US latitude/longitude (decimal degrees) to its full Census area record: block/county/state FIPS + names plus 2020 block population and FCC market-area codes (BEA, BTA, CMA, EAG, MEA, MTA, PEA, REA, RPC, VPC). Richer than census_block; use when you need population or FCC licensing market codes for a point.
Parameters schema
{
"type": "object",
"required": [
"lat",
"lon"
],
"properties": {
"lat": {
"type": "number",
"description": "Latitude in decimal degrees (e.g. 38.8976)."
},
"lon": {
"type": "number",
"description": "Longitude in decimal degrees (e.g. -77.0365)."
},
"censusYear": {
"enum": [
"2010",
"2020"
],
"type": "string",
"description": "Census vintage: \"2020\" (default) or \"2010\"."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Fcc
https://github.com/pipeworx-io/mcp-fcc
1/7 registries