You're viewing a demo portfolio

Join the waitlist
PRSM

reverse_geocode

Active

Tool of mcp-geoapify

declared in 0.1.0

Reverse geocoding: convert latitude/longitude coordinates into the nearest street address. Returns formatted address, country, city, street, house number, and postcode. Example: reverse_geocode({ lat: 48.8584, lon: 2.2945 })

Parameters schema

{
  "type": "object",
  "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"
    },
    "_apiKey": {
      "type": "string",
      "description": "Optional — your own Geoapify API key for higher limits; omit to use the shared Pipeworx key."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

mcp-geoapify

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

2/7 registries
View full server →
reverse_geocode — mcp-geoapify — PRSM MCP