get_elevations
Pack: open-elevation · Endpoint: https://gateway.pipeworx.io/open-elevation/mcp
Batch elevation lookup. Pass an array of {latitude, longitude} points (up to 1,000 per call recommended). Returns each with elevation in metres.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
locations | array | yes | Array of {latitude, longitude} objects |
Example call
curl -X POST https://gateway.pipeworx.io/open-elevation/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_elevations","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"open-elevation": {
"url": "https://gateway.pipeworx.io/open-elevation/mcp"
}
}
}
See Getting Started for client-specific install steps.