You're viewing a demo portfolio

Join the waitlist
PRSM

isochrones

Active

Tool of Openrouteservice

declared in 0.1.0

"Reachable area in [N] minutes" / "drive-time / walk-time / bike-time polygons" / "service area" / "catchment polygon" / "isochrone map" — generate isochrone polygons (area reachable from a point in time or distance) for car / truck / bike / foot / wheelchair profiles using OpenStreetMap. Use for delivery zones, commute sheds, site selection.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "range": [
        300,
        600
      ],
      "profile": "walking",
      "locations": [
        [
          8.681495,
          49.41461
        ]
      ],
      "range_type": "time"
    },
    {
      "range": [
        1000,
        2000
      ],
      "locations": [
        [
          2.352222,
          48.856613
        ]
      ],
      "range_type": "distance"
    }
  ],
  "required": [
    "locations",
    "range"
  ],
  "properties": {
    "range": {
      "type": "array",
      "items": {
        "type": "number"
      },
      "description": "Seconds or meters."
    },
    "profile": {
      "type": "string"
    },
    "locations": {
      "type": "array",
      "items": {
        "type": "array",
        "items": {
          "type": "number"
        }
      }
    },
    "range_type": {
      "type": "string",
      "description": "time (default) | distance"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Openrouteservice

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

1/7 registries
View full server →