isochrone
ActiveTool of Mapbox MCP Server
"How far can I get in [N] minutes from [point]" / "reachable area in [time]" / "drive-time / walk-time / cycle-time polygons" / "delivery zone within [radius]" / "service area around [location]" — isochrone polygons (reachable area within X minutes or meters) from a starting coordinate by car, walking, or cycling. Use for site-selection, delivery-zone, commute-shed, and "how big a catchment do I have" questions.
Parameters schema
{
"type": "object",
"examples": [
{
"profile": "driving",
"coordinates": [
-122.4194,
37.7749
],
"contours_minutes": "10,20,30"
},
{
"profile": "walking",
"polygons": true,
"coordinates": [
-74.006,
40.7128
],
"contours_minutes": "5,10,15"
}
],
"required": [
"profile",
"coordinates"
],
"properties": {
"denoise": {
"type": "number"
},
"profile": {
"type": "string"
},
"polygons": {
"type": "boolean"
},
"generalize": {
"type": "number"
},
"coordinates": {
"type": "array",
"items": {
"type": "number"
},
"description": "[lon, lat]"
},
"contours_colors": {
"type": "string"
},
"contours_meters": {
"type": "string"
},
"contours_minutes": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Mapbox MCP Server
https://github.com/pipeworx-io/mcp-mapbox
2/7 registries