mapbox-mcp-server
by AidenYangX
mapbox_matrix
Calculate travel time and distance matrices between coordinates
Input Schema
Name | Required | Description | Default |
---|---|---|---|
annotations | No | Type of matrix to return | duration,distance |
approaches | No | Approaches to coordinates | |
bearings | No | Bearings for coordinates | |
coordinates | Yes | Array of coordinates | |
depart_at | No | Departure time in ISO 8601 format | |
destinations | No | Indices of destination coordinates | |
fallback_speed | No | Speed for direct path calculation when no route exists | |
profile | No | Navigation mode | driving |
sources | No | Indices of source coordinates |