Skip to main content
Version: Latest

Open-Meteo Weather

Note: this connector has no hand-written README yet. Only the auto-generated reference below is available. See the connector's manifest at connectors/identos.weather-openmeteo/connector.v1.json for the source.

Manifest reference

  • ID: identos.weather-openmeteo
  • Version: 1.0.0
  • Resource type: urn:connector:identos:weather-openmeteo

Supported auth modes

TypeDetails
none

Setup fields

None — this connector needs no configuration.

Scopes

Scope
weather:forecast:read

Routes

MethodPatternScopeResource template
GET/v1/forecastweather:forecast:read
GET/v1/forecastweather:forecast:read
GET/v1/forecastweather:forecast:read

MCP tools

NameScopeDescription
current_weatherweather:forecast:readGet current weather for a location (latitude/longitude). Returns temperature, wind speed, and weather code.
daily_forecastweather:forecast:readGet a daily weather forecast for a location. Returns one entry per day with the requested variables (highs/lows, precipitation totals, weather codes, sunrise/sunset, etc.). Default is the next 7 days.
hourly_forecastweather:forecast:readGet an hourly weather forecast for a location. Returns one entry per hour with the requested variables (temperature, precipitation, wind, etc.). Default is the next 7 days at hourly resolution.