Skip to main content
Glama

mapbox-mcp-server

by AidenYangX

mapbox_directions_by_places

Generate navigation routes between multiple places by name, supporting driving, walking, cycling, and traffic modes. Specify language for geocoding results and get optimized directions.

Instructions

Get navigation route between multiple places using their names

Input Schema

NameRequiredDescriptionDefault
languageNoLanguage for geocoding results
placesYesArray of place names to route between
profileNoNavigation modedriving

Input Schema (JSON Schema)

{ "properties": { "language": { "description": "Language for geocoding results", "pattern": "^[a-z]{2}$", "type": "string" }, "places": { "description": "Array of place names to route between", "items": { "type": "string" }, "minItems": 2, "type": "array" }, "profile": { "default": "driving", "description": "Navigation mode", "enum": [ "driving-traffic", "driving", "walking", "cycling" ], "type": "string" } }, "required": [ "places" ], "type": "object" }

You must be authenticated.

Other Tools from mapbox-mcp-server

Related Tools

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/AidenYangX/mapbox-mcp-server'

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