@pipeworx/maptiler
Connect: https://gateway.pipeworx.io/maptiler/mcp · Install: one-click buttons
Tools: 8
MapTiler Cloud MCP — geocoding, reverse-geocoding, static maps, elevation. Free 100k req/mo.
Auth
- Platform:
PLATFORM_MAPTILER_KEY. BYO:?_apiKey=….
Tools
geocode(query, language?, limit?, bbox?, proximity?, country?, types?, autocomplete?, fuzzyMatch?)— forward geocodinggeocode_reverse(lon, lat, language?, limit?, types?)— reverse geocodinggeocode_by_id(id, language?)— feature by Mapbox-style id (e.g.place.123456)elevation(lon, lat)— elevation at pointelevation_polyline(coordinates)— elevations along a polyline (coordinates: array of[lon, lat])static_map_url(style, lon, lat, zoom, width, height, retina?, marker?, attribution?)— static map URL (binary; pack returns the URL only)coordinates_convert(coordinates, target_crs)— CRS conversion (e.g. WGS84 → Web Mercator)tiles_json(tileset)— TileJSON for a tileset (e.g.streets-v2)
Data source
https://api.maptiler.com
Tools
- geocode — “Geocode [address]” / “find coordinates of [place]” / “lat lng for [city]” / “search OpenStreetMap-backed places” — forward geocoding via MapTiler (OpenStreetMap-curated). Returns ranked candidates wi
- geocode_reverse — “What address is at [lat,lng]” / “reverse geocode [coords]” / “what place is at this point” — reverse geocoding (coordinates → address / locality / region) via MapTiler.
- geocode_by_id — Re-fetch a MapTiler geocoding feature by its stable ID (returned in geocode / geocode_reverse results). Use to refresh or re-localize a previously discovered place.
- elevation — “Elevation at [coords]” / “altitude at [point]” / “how high is [location]” / “height above sea level” — elevation in meters above sea level at a single point via MapTiler’s SRTM/Maxar dataset.
- elevation_polyline — “Elevation profile along [route]” / “topographic profile of [path]” / “how hilly is this trail” — elevation samples along a polyline (sequence of lat/lng). Use for hiking elevation gain, cycling grade
- static_map_url — “Static map image of [location]” / “embed a map of [coords]” / “map thumbnail PNG” / “screenshot of map” — returns a MapTiler static-tile image URL for embedding in slack, docs, emails, dashboards. Pa
- coordinates_convert — “Convert WGS84 lat/lng to [other CRS]” / “reproject coordinates” / “EPSG:4326 → EPSG:[X]” / “Web Mercator coordinates” — Coordinate Reference System (CRS) reprojection. Use to convert standard lat/lng
- tiles_json — TileJSON spec metadata for a MapTiler tileset (zoom range, bounds, layer schema). Specialist tool for GIS integrators — most users want geocode / static_map_url instead.
Tools
-
coordinates_convert— Convert WGS84 lat/lng to [other CRS] / reproject coordinates / EPSG:4326 → EPSG:[X] / Web Mercator coordinates — Coordinate Reference System (CRS) reprojection. Use to convert standard lat/lng (EPSG:4 -
elevation— Elevation at [coords] / altitude at [point] / how high is [location] / height above sea level — elevation in meters above sea level at a single point via MapTiler's SRTM/Maxar dataset. -
elevation_polyline— Elevation profile along [route] / topographic profile of [path] / how hilly is this trail — elevation samples along a polyline (sequence of lat/lng). Use for hiking elevation gain, cycling grade, trai -
geocode— 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/l -
geocode_by_id— Re-fetch a MapTiler geocoding feature by its stable ID (returned in geocode / geocode_reverse results). Use to refresh or re-localize a previously discovered place. -
geocode_reverse— What address is at [lat,lng] / reverse geocode [coords] / what place is at this point — reverse geocoding (coordinates → address / locality / region) via MapTiler. -
static_map_url— Static map image of [location] / embed a map of [coords] / map thumbnail PNG / screenshot of map — returns a MapTiler static-tile image URL for embedding in slack, docs, emails, dashboards. Pass style -
tiles_json— TileJSON spec metadata for a MapTiler tileset (zoom range, bounds, layer schema). Specialist tool for GIS integrators — most users want geocode / static_map_url instead.