Elevation By Coordinate
x402/elevation-by-coordinateGround elevation in meters for a latitude and longitude via the Open-Meteo elevation service, no key. Returns the elevation for the point. For AI agents in mapping, terrain, drone, and outdoor planning use cases. [x402: $0.06/call on base, category=data]
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"elevation_by_coordinate": {
"url": "https://proxy.suverse.io/v1/data/suverse-elevation",
"transport": "http"
}
}
}