Skip to main content
Glama

Google Maps MCP Server

maps_directions

Find optimal travel routes between two locations using Google Maps. Choose driving, walking, bicycling, or transit modes for precise directions tailored to your journey.

Instructions

Get directions between two points

Input Schema

NameRequiredDescriptionDefault
destinationYesEnding point address or coordinates
modeNoTravel mode (driving, walking, bicycling, transit)
originYesStarting point address or coordinates

Input Schema (JSON Schema)

{ "properties": { "destination": { "description": "Ending point address or coordinates", "type": "string" }, "mode": { "description": "Travel mode (driving, walking, bicycling, transit)", "enum": [ "driving", "walking", "bicycling", "transit" ], "type": "string" }, "origin": { "description": "Starting point address or coordinates", "type": "string" } }, "required": [ "origin", "destination" ], "type": "object" }

Other Tools from Google Maps MCP 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/modelcontextprotocol/google-maps'

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