You're viewing a demo portfolio

Join the waitlist
PRSM

openmeteo_get_elevation

Active

Tool of io.github.cyanheads/open-meteo-mcp-server

declared in 0.2.0

Terrain elevation from the Copernicus Digital Elevation Model (~90m resolution) for one or more coordinate pairs. Accepts up to 100 pairs per call. Useful for geographic context, elevation-adjusted weather interpretation, or route planning.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "latitudes",
    "longitudes"
  ],
  "properties": {
    "latitudes": {
      "type": "array",
      "items": {
        "type": "number",
        "maximum": 90,
        "minimum": -90
      },
      "maxItems": 100,
      "minItems": 1,
      "description": "Array of latitudes in decimal degrees (up to 100). Must be same length as longitudes."
    },
    "longitudes": {
      "type": "array",
      "items": {
        "type": "number",
        "maximum": 180,
        "minimum": -180
      },
      "maxItems": 100,
      "minItems": 1,
      "description": "Array of longitudes in decimal degrees (up to 100). Must be same length as latitudes."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

io.github.cyanheads/open-meteo-mcp-server

https://github.com/cyanheads/open-meteo-mcp-server

1/7 registries
View full server →
openmeteo_get_elevation — io.github.cyanheads/open-meteo-mcp-server — PRSM MCP