reverse_geocode
ActiveTool of mcp-tomtom
Reverse geocoding: convert latitude/longitude coordinates into a human-readable street address. Returns the freeform address, country, municipality, street name, postal code, and position. Example: reverse_geocode({ lat: 40.748, lon: -73.985 })
Parameters schema
{
"type": "object",
"required": [
"lat",
"lon"
],
"properties": {
"lat": {
"type": "number",
"description": "Latitude of the point to reverse geocode"
},
"lon": {
"type": "number",
"description": "Longitude of the point to reverse geocode"
},
"_apiKey": {
"type": "string",
"description": "Optional — your own TomTom API key for higher limits; omit to use the shared Pipeworx key."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-tomtom
https://github.com/pipeworx-io/mcp-tomtom
2/7 registries