Skip to main content
Glama
GRABOSM

OpenStreetMap MCP Server

by GRABOSM

calculate_isochrone

Calculate travel time areas reachable from a location within specified time limits using Valhalla routing for driving, walking, or cycling profiles.

Instructions

Calculate travel time isochrone (areas reachable within time limit) using Valhalla

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
center_longitudeYesCenter longitude
center_latitudeYesCenter latitude
max_duration_secondsYesMaximum travel time in seconds (1 minute to 1 hour)
profileNoRouting profile (default: driving). Maps to Valhalla costing: driving->auto, walking->pedestrian, cycling->bicycle
contoursNoOptional: Array of contours to generate. If not provided, uses max_duration_seconds as single contour. Example: [{"time": 5}, {"time": 10}, {"time": 15}]
polygonsNoReturn polygons (true) or lines (false). Default: true

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/GRABOSM/osm-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server