geocode_reverse
ActiveTool of Mapbox MCP Server
"What's at [lat,lng]" / "reverse geocode coordinates" / "what address is at these coords" / "what place is at this GPS point" — convert longitude / latitude into the nearest street address, neighborhood, city, region, or country via Mapbox's global geocoder. Works worldwide.
Parameters schema
{
"type": "object",
"examples": [
{
"lat": 40.7128,
"lon": -74.006
},
{
"lat": 48.8584,
"lon": 2.2945,
"limit": 3,
"country": "FR"
}
],
"required": [
"lon",
"lat"
],
"properties": {
"lat": {
"type": "number"
},
"lon": {
"type": "number"
},
"limit": {
"type": "number"
},
"types": {
"type": "string"
},
"country": {
"type": "string"
},
"language": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Mapbox MCP Server
https://github.com/pipeworx-io/mcp-mapbox
2/7 registries