mapbox-mcp-server
by AidenYangX
mapbox_matrix_by_places
Calculate travel time and distance matrices between places using their names
Input Schema
Name | Required | Description | Default |
---|---|---|---|
annotations | No | Type of matrix to return | duration,distance |
depart_at | No | Departure time in ISO 8601 format | |
destinations | No | Indices of destination places | |
fallback_speed | No | Speed for direct path calculation when no route exists | |
language | No | Language for geocoding results | |
places | Yes | Array of place names | |
profile | No | Navigation mode | driving |
sources | No | Indices of source places |