elevation
ActiveTool of Opentopodata
declared in 0.1.0
Elevation at points. Up to 100 locations per request.
Parameters schema
{
"type": "object",
"examples": [
{
"locations": [
{
"lat": 40.7128,
"lon": -74.006
},
{
"lat": 34.0522,
"lon": -118.2437
}
]
},
{
"format": "geojson",
"dataset": "srtm90m",
"samples": 10,
"locations": {
"lat": 51.5074,
"lon": -0.1278
}
}
],
"required": [
"locations"
],
"properties": {
"format": {
"type": "string",
"description": "json (default) | geojson"
},
"dataset": {
"type": "string",
"description": "Default \"srtm90m\"."
},
"samples": {
"type": "number",
"description": "Optional: interpolate N samples between first and last point."
},
"locations": {
"type": "array",
"items": {
"type": "object"
},
"description": "Array of {lat, lon} (up to 100). Single object also accepted."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Opentopodata
https://github.com/pipeworx-io/mcp-opentopodata
1/7 registries