elevation_point
ActiveTool of Openrouteservice
"Elevation / altitude at [coordinates]" / "how high is [location]" / "height above sea level for [lat,lng]" — elevation (meters above sea level) at a single point. Use for "what's the elevation of Denver", terrain queries, or attaching altitude to GPS records.
Parameters schema
{
"type": "object",
"examples": [
{
"geometry": [
8.681495,
49.41461
],
"format_in": "point"
},
{
"geometry": {
"type": "Point",
"coordinates": [
2.352222,
48.856613
]
},
"format_in": "geojson"
}
],
"required": [
"format_in",
"geometry"
],
"properties": {
"geometry": {
"description": "Per format_in (point: [lon, lat])"
},
"format_in": {
"type": "string",
"description": "point | geojson"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Openrouteservice
https://github.com/pipeworx-io/mcp-openrouteservice
1/7 registries