geocode

Pack: maptiler · Endpoint: https://gateway.pipeworx.io/maptiler/mcp

“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

NameTypeRequiredDescription
querystringyes
languagestringno
limitnumberno
bboxstringno
proximitystringno
countrystringno
typesstringno
autocompletebooleanno
fuzzyMatchbooleanno

Example call

curl -X POST https://gateway.pipeworx.io/maptiler/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"geocode","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "maptiler": {
      "url": "https://gateway.pipeworx.io/maptiler/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 14, 2026