Skip to main content
Glama

Google Services MCP Server

distance-matrix

Calculate travel distances and durations between multiple origin and destination points using various transportation modes including driving, walking, bicycling, and transit.

Instructions

Calculate travel distance and time between multiple origins and destinations

Input Schema

NameRequiredDescriptionDefault
destinationsYesArray of destination locations
modeNoTravel mode
originsYesArray of origin locations

Input Schema (JSON Schema)

{ "properties": { "destinations": { "description": "Array of destination locations", "items": { "type": "string" }, "type": "array" }, "mode": { "description": "Travel mode", "enum": [ "driving", "walking", "bicycling", "transit" ], "type": "string" }, "origins": { "description": "Array of origin locations", "items": { "type": "string" }, "type": "array" } }, "required": [ "origins", "destinations" ], "type": "object" }

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/RichardFelix999/Google-Service-MCP'

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