Connects Claude to Open Topo Data's global elevation API through Pipeworx's gateway. You get two tools: one queries elevation for up to 100 coordinates at once across multiple DEM datasets, the other lists available datasets. Useful when you need terrain data for mapping, route planning, or geospatial analysis without managing your own elevation service. Part of the broader Pipeworx gateway that bundles 673+ data sources, so you can add just this or get the full collection. Includes an ask_pipeworx wrapper that lets you query in plain English instead of calling tools directly.
Open Topo Data MCP.
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|---|
elevation | Elevation at points. Up to 100 locations per request. |
datasets | List available DEM datasets. |
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"opentopodata": {
"url": "https://gateway.pipeworx.io/opentopodata/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Opentopodata data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
com.mcparmory/google-sheets
domdomegg/google-sheets-mcp
henilcalagiya/google-sheets-mcp
cct15/war-dashboard-data
moooonad/mcp-google-sheets-full
io.github.br0ski777/csv-to-json