Skip to main content
Glama

Google Maps MCP Server

maps_elevation

Retrieve elevation data for specific geographic coordinates using the Google Maps MCP Server. Input latitude and longitude points to generate accurate elevation metrics for targeted locations.

Instructions

Get elevation data for locations on the earth

Input Schema

NameRequiredDescriptionDefault
locationsYesArray of locations to get elevation for

Input Schema (JSON Schema)

{ "properties": { "locations": { "description": "Array of locations to get elevation for", "items": { "properties": { "latitude": { "type": "number" }, "longitude": { "type": "number" } }, "required": [ "latitude", "longitude" ], "type": "object" }, "type": "array" } }, "required": [ "locations" ], "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