county_for_point
ActiveTool of Fcc
Lightweight reverse geocode: return just the county and state for a US latitude/longitude (decimal degrees) — county FIPS + name, state FIPS + code + name. Convenience wrapper over the FCC block-find service for when you only need the containing county/state, not the full block record.
Parameters schema
{
"type": "object",
"required": [
"lat",
"lon"
],
"properties": {
"lat": {
"type": "number",
"description": "Latitude in decimal degrees."
},
"lon": {
"type": "number",
"description": "Longitude in decimal degrees."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Fcc
https://github.com/pipeworx-io/mcp-fcc
1/7 registries