maps_elevation
ActiveTool of Google_maps
declared in 0.1.0
"Elevation at [coords] via Google" / "altitude / height above sea level" — elevation in meters for one or more lat/lng pairs via Google Maps Elevation API. Pipe-separated locations for batch queries.
Parameters schema
{
"type": "object",
"examples": [
{
"_apiKey": "your-google_maps-api-key",
"locations": "39.7391,-104.9847"
},
{
"_apiKey": "your-google_maps-api-key",
"locations": "39.7391,-104.9847|36.4555,-116.8666"
}
],
"required": [
"locations",
"_apiKey"
],
"properties": {
"_apiKey": {
"type": "string",
"description": "Google Maps API key"
},
"locations": {
"type": "string",
"description": "Pipe-separated \"lat,lng\" pairs (e.g., \"39.7391,-104.9847|36.4555,-116.8666\")"
}
}
}Parent server
Google_maps
https://github.com/pipeworx-io/mcp-google_maps
1/7 registries