Skip to main content
Glama

MCP Google Map Server

maps_distance_matrix

Calculate travel distances and times between multiple origins and destinations using driving, walking, bicycling, or transit modes for efficient route planning.

Instructions

計算多個起點和終點之間的距離和時間

Input Schema

NameRequiredDescriptionDefault
destinationsYes終點地址或座標列表
modeNo交通模式driving
originsYes起點地址或座標列表

Input Schema (JSON Schema)

{ "properties": { "destinations": { "description": "終點地址或座標列表", "items": { "type": "string" }, "type": "array" }, "mode": { "default": "driving", "description": "交通模式", "enum": [ "driving", "walking", "bicycling", "transit" ], "type": "string" }, "origins": { "description": "起點地址或座標列表", "items": { "type": "string" }, "type": "array" } }, "required": [ "origins", "destinations" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Google Map 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/cablate/mcp-google-map'

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