isochrone
Generate travel-time or travel-distance reachability polygons from an origin with multiple bands in a single call. Returns GeoJSON for use with Mapbox, Leaflet, and other mapping tools.
Instructions
Generate travel-time or travel-distance reachability polygons from an origin. Pass MULTIPLE bands in one call — e.g. contours_minutes:[10,20,30] returns three nested polygons in a single response. Output is GeoJSON ready for Mapbox / Leaflet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Implementation Reference
- bin/server.js:62-67 (registration)Tool registration for 'isochrone' in the static tool catalog array. This is a reference adapter that only defines the tool metadata (name, description, inputSchema) but does NOT implement real handler logic — execution is intended to happen on the hosted server at https://geo.thinair.co/mcp.
{ name: "isochrone", description: "Generate travel-time or travel-distance reachability polygons from an origin. Pass MULTIPLE bands in one call — e.g. `contours_minutes:[10,20,30]` returns three nested polygons in a single response. Output is GeoJSON ready for Mapbox / Leaflet.", inputSchema: { type: "object" }, },