You're viewing a demo portfolio

Join the waitlist
PRSM

elevation_point

Active

Tool of Openrouteservice

declared in 0.1.0

"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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Openrouteservice

https://github.com/pipeworx-io/mcp-openrouteservice

1/7 registries
View full server →
elevation_point — Openrouteservice — PRSM MCP