Mapbox MCP: Documentation
Updated:
Connection
Managed HTTP: https://mcp.mapbox.com/mcp. Locally: a Node.js server over stdio, or a Docker image. Auth: a Mapbox Access Token (a free tier is available) — create one in your account at mapbox.com.
Tools
24 tools:
- Offline geo-calculations (8, no API call) — distance, point-in-polygon, bearing, midpoint, centroid, area, bounding box, buffer, geometry simplification.
- Mapbox API calls (16) — reverse geocoding, forward geocoding/search, category search, traffic-aware directions, distance matrix, isochrone, map matching, route optimization, static map images.
Agent flow
"Build a traffic-aware route from A to B and show a 15-minute isochrone", "find all coffee shops within a kilometer of this point", "generate a static map with a pin at this address".
Pricing
Mapbox's free tier covers a base volume of requests; usage above the limit is billed at standard Mapbox API rates. The MCP server itself is open source (MIT) and free.