Mapbox MCP
UpMapbox MCP Server is the company's official server: 24 tools, including 8 offline geo-calculations (distance, area, buffer, bounding box) and 16 Mapbox API calls — geocoding, category-based POI search, traffic-aware routing, distance matrices, isochrones, map matching and static map images. A hosted HTTP endpoint or a local stdio server; auth via an Access Token.
Why this server
- 8 offline geo-calculations (area, buffer, bounding box) run with no API call at all
- Routing accounts for traffic, and isochrones plus map matching cover logistics tasks end to end
- A hosted mcp.mapbox.com HTTP endpoint or a local stdio server — pick what fits your infrastructure
- Open source (MIT, 350 stars), though the README leaves some details to be looked up separately
Usage examples
Prompt: Build a traffic-aware route from the office to the warehouse and show a 15-minute isochrone
Result: The agent called directions with the driving-traffic profile, then isochrone with a 15-minute contour around the warehouse.
Prompt: Find all coffee shops within a kilometer of this point
Result: The agent called category search for the cafe category with a 1,000-meter radius around the coordinates.
Health
1 reports in the last 30 days · Last report: 25 Jul 2026
Reports by day (30 days)
| date | works | partial | broken |
|---|---|---|---|
| 2026-07-25 | 1 | 0 | 0 |
Reviews
No reviews yet.