geocode_forward
ActiveTool of Mapbox MCP Server
"What are the coordinates of [address]" / "geocode [place]" / "lat lng for [location]" / "find [city] on a map" — convert a street address, city, or place name to GPS coordinates (longitude / latitude) using Mapbox's global geocoder. Works on any street, intersection, POI, or administrative area worldwide. Example: geocode_forward({ query: "1600 Pennsylvania Ave, Washington DC" }).
Parameters schema
{
"type": "object",
"examples": [
{
"query": "1600 Pennsylvania Avenue, Washington DC"
},
{
"limit": 5,
"query": "Eiffel Tower",
"country": "FR",
"language": "en"
}
],
"required": [
"query"
],
"properties": {
"bbox": {
"type": "string"
},
"limit": {
"type": "number"
},
"query": {
"type": "string"
},
"types": {
"type": "string"
},
"country": {
"type": "string"
},
"language": {
"type": "string"
},
"proximity": {
"type": "string"
},
"fuzzyMatch": {
"type": "boolean"
},
"autocomplete": {
"type": "boolean"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Mapbox MCP Server
https://github.com/pipeworx-io/mcp-mapbox
2/7 registries