You're viewing a demo portfolio

Join the waitlist
PRSM

get_elevations

Active

Tool of Open Elevation

declared in 0.1.0

Batch elevation lookup. Pass an array of {latitude, longitude} points (up to 1,000 per call recommended). Returns each with elevation in metres.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "locations": [
        {
          "latitude": 40.7128,
          "longitude": -74.006
        },
        {
          "latitude": 34.0522,
          "longitude": -118.2437
        },
        {
          "latitude": 41.8781,
          "longitude": -87.6298
        }
      ]
    }
  ],
  "required": [
    "locations"
  ],
  "properties": {
    "locations": {
      "type": "array",
      "description": "Array of {latitude, longitude} objects"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Open Elevation

https://github.com/pipeworx-io/mcp-open-elevation

1/7 registries
View full server →
get_elevations — Open Elevation — PRSM MCP