data
Open-Meteo MCP, CLI, and Lua Integration for AI Agents
Open-Meteo integration docs for AI agents: MCP gateway setup, Open-Meteo CLI commands, Lua API reference, credentials, and function schemas.Open-Meteo for agents
No credentials required; available in web and CLI hosts when runtime dependencies are installed.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Agent Surfaces
Machine-Readable Metadata
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
open-meteo.open_meteo_forecast | Read read | 0 | Get standard Open-Meteo forecast data. |
open-meteo.open_meteo_model_forecast | Read read | 0 | Get forecast data from a specific Open-Meteo model endpoint. |
open-meteo.open_meteo_historical_weather | Read read | 0 | Get historical weather archive data. |
open-meteo.open_meteo_historical_forecast | Read read | 0 | Get past forecast model runs. |
open-meteo.open_meteo_ensemble | Read read | 0 | Get ensemble forecast data. |
open-meteo.open_meteo_seasonal_forecast | Read read | 0 | Get seasonal and sub-seasonal forecast data. |
open-meteo.open_meteo_climate | Read read | 0 | Get climate projection data. |
open-meteo.open_meteo_marine | Read read | 0 | Get marine weather and wave forecasts. |
open-meteo.open_meteo_air_quality | Read read | 0 | Get air quality forecasts. |
open-meteo.open_meteo_satellite_radiation | Read read | 0 | Get satellite radiation data. |
open-meteo.open_meteo_flood | Read read | 0 | Get flood and river discharge forecasts. |
open-meteo.open_meteo_elevation | Read read | 0 | Get elevation for coordinates. |
open-meteo.open_meteo_geocoding_search | Read read | 0 | Search locations by name or postal code. |
open-meteo.open_meteo_geocoding_get | Read read | 0 | Resolve a geocoding location ID. |