You're viewing a demo portfolio

Join the waitlist
PRSM

directions

Active

Tool of Mapbox MCP Server

declared in 0.1.0

"Directions from A to B" / "how long does it take to drive from X to Y" / "how far is [A] from [B]" / "walking / cycling / driving directions" / "navigation between points" / "shortest route" — turn-by-turn routing between two or more coordinates. Returns geometry, distance (meters), duration (seconds), voice + banner instructions, and alternatives. Profile: driving, driving-traffic, walking, or cycling. Backed by Mapbox's commercial-grade traffic data and global road network.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "coordinates": [
        [
          -122.4194,
          37.7749
        ],
        [
          -118.2437,
          34.0522
        ]
      ]
    },
    {
      "steps": true,
      "profile": "walking",
      "language": "en",
      "coordinates": [
        [
          -74.006,
          40.7128
        ],
        [
          -73.9352,
          40.7306
        ]
      ]
    }
  ],
  "required": [
    "coordinates"
  ],
  "properties": {
    "steps": {
      "type": "boolean"
    },
    "profile": {
      "type": "string"
    },
    "language": {
      "type": "string"
    },
    "overview": {
      "type": "string"
    },
    "geometries": {
      "type": "string"
    },
    "annotations": {
      "type": "string"
    },
    "coordinates": {
      "type": "array",
      "items": {
        "type": "array",
        "items": {
          "type": "number"
        }
      }
    },
    "alternatives": {
      "type": "boolean"
    },
    "voice_instructions": {
      "type": "boolean"
    },
    "banner_instructions": {
      "type": "boolean"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Mapbox MCP Server

https://github.com/pipeworx-io/mcp-mapbox

2/7 registries
View full server →