reverse_geocode
ActiveTool of geo
declared in 0.1.0
Convert coordinates to a physical address. Returns street address, city, country, and postal code. Use to identify locations from lat/lng pairs.
Parameters schema
{
"type": "object",
"examples": [
{
"latitude": 40.7128,
"longitude": -74.006
},
{
"latitude": 48.8584,
"longitude": 2.2945
}
],
"required": [
"latitude",
"longitude"
],
"properties": {
"latitude": {
"type": "number",
"description": "Latitude"
},
"longitude": {
"type": "number",
"description": "Longitude"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
geo
https://github.com/pipeworx-io/mcp-geo
1/7 registries