isochrone
Pack: mapbox · Endpoint: https://gateway.pipeworx.io/mapbox/mcp
Isochrones.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
profile | string | yes | |
coordinates | array | yes | [lon, lat] |
items | number | no | |
contours_minutes | string | no | |
contours_meters | string | no | |
contours_colors | string | no | |
polygons | boolean | no | |
denoise | number | no | |
generalize | number | no |
Example call
curl -X POST https://gateway.pipeworx.io/mapbox/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"isochrone","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"mapbox": {
"url": "https://gateway.pipeworx.io/mapbox/mcp"
}
}
}
See Getting Started for client-specific install steps.