You're viewing a demo portfolio

Join the waitlist
PRSM

maps_distance_matrix

Active

Tool of Google_maps

declared in 0.1.0

"Travel time matrix between [N] origins and [M] destinations" / "drive-time grid via Google Maps" / "transit times between addresses" — N×M distance and duration matrix between many points via Google Maps. Modes: driving, walking, bicycling, transit. Use for delivery routing, multi-stop optimization, transit-heavy planning.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "_apiKey": "your-google_maps-api-key",
      "origins": "New York|Los Angeles",
      "destinations": "Chicago|Houston"
    },
    {
      "mode": "transit",
      "_apiKey": "your-google_maps-api-key",
      "origins": "40.7128,-74.0060|34.0522,-118.2437",
      "destinations": "41.8781,-87.6298"
    }
  ],
  "required": [
    "origins",
    "destinations",
    "_apiKey"
  ],
  "properties": {
    "mode": {
      "type": "string",
      "description": "Travel mode: driving, walking, bicycling, transit"
    },
    "_apiKey": {
      "type": "string",
      "description": "Google Maps API key"
    },
    "origins": {
      "type": "string",
      "description": "Pipe-separated origins (e.g., \"New York|Boston\")"
    },
    "destinations": {
      "type": "string",
      "description": "Pipe-separated destinations (e.g., \"Philadelphia|Washington DC\")"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Google_maps

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

1/7 registries
View full server →
maps_distance_matrix — Google_maps — PRSM MCP