You're viewing a demo portfolio

Join the waitlist
PRSM

reverse_geocode

Active

Tool of nominatim

declared in 0.1.0

Convert latitude/longitude coordinates to a human-readable address. Returns nearest address, place name, and administrative boundaries.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "lat": 48.8584,
      "lon": 2.2945
    },
    {
      "lat": 40.7128,
      "lon": -74.006
    }
  ],
  "required": [
    "lat",
    "lon"
  ],
  "properties": {
    "lat": {
      "type": "number",
      "description": "Latitude in decimal degrees (e.g. 48.8584)."
    },
    "lon": {
      "type": "number",
      "description": "Longitude in decimal degrees (e.g. 2.2945)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

nominatim

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

1/7 registries
View full server →