You're viewing a demo portfolio

Join the waitlist
PRSM

isochrone

Active

Tool of Mapbox MCP Server

declared in 0.1.0

"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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Mapbox MCP Server

https://github.com/pipeworx-io/mcp-mapbox

2/7 registries
View full server →
isochrone — Mapbox MCP Server — PRSM MCP