You're viewing a demo portfolio

Join the waitlist
PRSM

directions_matrix

Active

Tool of Mapbox MCP Server

declared in 0.1.0

"Distance matrix" / "drive times between multiple points" / "travel times grid" / "all-to-all distances" — N×M distance and duration matrix between many coordinates. Use for traveling-salesman, delivery routing, nearest-warehouse, or "which of these N stores is closest to each of these M customers" questions.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "coordinates": [
        [
          -122.4194,
          37.7749
        ],
        [
          -118.2437,
          34.0522
        ],
        [
          -87.6298,
          41.8781
        ]
      ]
    },
    {
      "profile": "driving",
      "sources": "0",
      "coordinates": [
        [
          -74.006,
          40.7128
        ],
        [
          -73.9352,
          40.7306
        ],
        [
          -74.006,
          40.758
        ]
      ],
      "destinations": "1;2"
    }
  ],
  "required": [
    "coordinates"
  ],
  "properties": {
    "profile": {
      "type": "string"
    },
    "sources": {
      "type": "string"
    },
    "annotations": {
      "type": "string"
    },
    "coordinates": {
      "type": "array",
      "items": {
        "type": "array",
        "items": {
          "type": "number"
        }
      }
    },
    "destinations": {
      "type": "string"
    }
  }
}

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 →
directions_matrix — Mapbox MCP Server — PRSM MCP