Connects Claude to Mapbox's full geocoding and routing stack. You get forward and reverse geocoding, turn-by-turn directions, distance matrices for multi-point optimization, isochrone generation for travel time analysis, map matching to snap GPS traces to road networks, and tilequery for feature lookups. Also generates static map image URLs. Runs through Pipeworx's gateway, which means you can either use this standalone or tap into their full catalog of 250+ data sources. The ask_pipeworx wrapper lets you skip manual tool calls and just ask location questions in plain English. Solid pick if you're building anything that needs address resolution or route planning.
Mapbox MCP.
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|---|
geocode_forward | Address → coords. |
geocode_reverse | Coords → address. |
directions | Routing. |
directions_matrix | Distance/time matrix. |
isochrone | Isochrones. |
map_matching | Snap GPS trace to roads. |
tilequery | Tile feature query. |
static_image_url | Static Image URL. |
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"mapbox": {
"url": "https://gateway.pipeworx.io/mapbox/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Mapbox data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
io.github.mindstone/mcp-server-microsoft-teams
com.mintmcp/outlook-email
helbertparanhos/resend-email-mcp
marlinjai/email-mcp
io.github.mindstone/mcp-server-email-imap
io.github.osamahassouna/email-playbook-mcp