Skip to main content
Glama

mapbox-mcp-server

by AidenYangX

mapbox_directions

Calculate navigation routes between two points using specified coordinates and travel modes such as driving, walking, or cycling.

Instructions

Get navigation route between two points

Input Schema

NameRequiredDescriptionDefault
coordinatesYesArray of coordinates
profileNoNavigation modedriving-traffic

Input Schema (JSON Schema)

{ "properties": { "coordinates": { "description": "Array of coordinates", "items": { "properties": { "latitude": { "description": "Latitude", "maximum": 90, "minimum": -90, "type": "number" }, "longitude": { "description": "Longitude", "maximum": 180, "minimum": -180, "type": "number" } }, "required": [ "longitude", "latitude" ], "type": "object" }, "type": "array" }, "profile": { "default": "driving-traffic", "description": "Navigation mode", "enum": [ "driving-traffic", "driving", "walking", "cycling" ], "type": "string" } }, "required": [ "coordinates" ], "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