@pipeworx/mapbox

Connect: https://gateway.pipeworx.io/mapbox/mcp · Install: one-click buttons

Tools: 8

Mapbox MCP — geocoding, directions, matrix, isochrones, static maps URLs, tilequery. Free tier ~50k req/mo.

Auth

  • Platform: PLATFORM_MAPBOX_KEY. BYO: ?_apiKey=… (Mapbox access token).

Tools

  • geocode_forward(query, country?, types?, proximity?, bbox?, autocomplete?, limit?, language?, fuzzyMatch?) — address → coords
  • geocode_reverse(lon, lat, country?, types?, language?, limit?) — coords → address
  • directions(coordinates, profile?, alternatives?, geometries?, overview?, steps?, annotations?, voice_instructions?, banner_instructions?, language?) — routing
  • directions_matrix(coordinates, profile?, sources?, destinations?, annotations?) — distance/time matrix
  • isochrone(profile, coordinates, contours_minutes?, contours_meters?, contours_colors?, polygons?, denoise?, generalize?) — isochrones
  • map_matching(coordinates, profile?, geometries?, radiuses?, steps?, annotations?, overview?, timestamps?, tidy?) — snap GPS trace to roads
  • tilequery(tileset_id, lon, lat, radius?, limit?, dedupe?, geometry?, layers?) — tile feature query
  • static_image_url(style_id, lon, lat, zoom, width, height, bearing?, pitch?, retina?) — returns a Static Image API URL (image not fetched server-side)

profile: driving | walking | cycling | driving-traffic. coordinates: [[lon, lat], …].

Data source

https://api.mapbox.com

Tools

Tools

Regenerated from source · build May 21, 2026