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.jsonfor the source.
Manifest reference
- ID:
identos.weather-openmeteo - Version:
1.0.0 - Resource type:
urn:connector:identos:weather-openmeteo
Supported auth modes
| Type | Details |
|---|---|
none | — |
Setup fields
None — this connector needs no configuration.
Scopes
| Scope |
|---|
weather:forecast:read |
Routes
| Method | Pattern | Scope | Resource template |
|---|---|---|---|
GET | /v1/forecast | weather:forecast:read | — |
GET | /v1/forecast | weather:forecast:read | — |
GET | /v1/forecast | weather:forecast:read | — |
MCP tools
| Name | Scope | Description |
|---|---|---|
current_weather | weather:forecast:read | Get current weather for a location (latitude/longitude). Returns temperature, wind speed, and weather code. |
daily_forecast | weather:forecast:read | Get 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_forecast | weather:forecast:read | Get 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. |