mapbox_matrix_by_places
Generate travel time and distance matrices between locations based on place names, supporting driving, walking, or cycling modes. Input departure times and custom fallback speeds for accurate route planning.
Instructions
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 |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from mapbox-mcp-server
Related Tools
- @modelcontextprotocol/google-maps
- @AidenYangX/mapbox-mcp-server
- @AidenYangX/mapbox-mcp-server
- @AidenYangX/mapbox-mcp-server
- @GongRzhe/TRAVEL-PLANNER-MCP-Server