@pipeworx/open-elevation
Connect: https://gateway.pipeworx.io/open-elevation/mcp · Install: one-click buttons
No MCP client? Skip the connection: POST https://gateway.pipeworx.io/v1/tools/search_packs {"query":"..."} to find a tool below, GET /v1/tools/<name> for its schema, POST the same URL with arguments for the data — see For AI agents.
Tools: 2
Open-Elevation MCP — terrain elevation by lat/lon. No auth.
Tools
get_elevation(latitude, longitude)get_elevations(locations)
Data source
https://api.open-elevation.com/api/v1/
Tools
- get_elevation — Elevation in metres above mean sea level for a single lat/lon.
- get_elevations — Batch elevation lookup. Pass an array of {latitude, longitude} points (up to 1,000 per call recommended). Returns each with elevation in metres.
Tools
get_elevation— Elevation in metres above mean sea level for a single lat/lon.get_elevations— Batch elevation lookup. Pass an array of {latitude, longitude} points (up to 1,000 per call recommended). Returns each with elevation in metres.