geocode
ActiveTool of Maptiler
"Geocode [address]" / "find coordinates of [place]" / "lat lng for [city]" / "search OpenStreetMap-backed places" — forward geocoding via MapTiler (OpenStreetMap-curated). Returns ranked candidates with lat/lng, address components, and feature IDs for re-lookup via geocode_by_id. Alternative to Mapbox/Google geocoders when you want OSM data.
Parameters schema
{
"type": "object",
"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.70.
Parent server
Maptiler
https://github.com/pipeworx-io/mcp-maptiler
1/7 registries