here_reverse_geocode
ActiveTool of Here
declared in 0.1.0
Turn coordinates into the nearest street address (reverse geocoding) via HERE — "what address is at 40.7484, -73.9857". Returns the normalized address, place title, and distance to the matched location.
Parameters schema
{
"type": "object",
"required": [
"lat",
"lng"
],
"properties": {
"lat": {
"type": "number",
"description": "Latitude, e.g. 40.7484."
},
"lng": {
"type": "number",
"description": "Longitude, e.g. -73.9857."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Here
https://github.com/pipeworx-io/mcp-here
1/7 registries