You're viewing a demo portfolio

Join the waitlist
PRSM

county_for_point

Active

Tool of Fcc

declared in 0.1.0

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."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Fcc

https://github.com/pipeworx-io/mcp-fcc

1/7 registries
View full server →
county_for_point — Fcc — PRSM MCP