reverse_geocode
ActiveTool of mcp-geoapify
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."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-geoapify
https://github.com/pipeworx-io/mcp-geoapify
2/7 registries