data
OpenWeather MCP, CLI, and Lua Integration for AI Agents
OpenWeather integration docs for AI agents: MCP gateway setup, OpenWeather CLI commands, Lua API reference, credentials, and function schemas.OpenWeather for agents
Credentials can be configured manually in web or CLI hosts.
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 |
|---|---|---|---|
openweather.openweather_current_weather | Read read | 0 | Get current weather data. |
openweather.openweather_forecast_5_day | Read read | 0 | Get 5 day / 3 hour forecast data. |
openweather.openweather_one_call | Read read | 0 | Get One Call API 3.0 current weather, forecasts, and alerts. |
openweather.openweather_one_call_timemachine | Read read | 0 | Get One Call API 3.0 data for a timestamp. |
openweather.openweather_one_call_day_summary | Read read | 0 | Get daily aggregated weather data. |
openweather.openweather_one_call_overview | Read read | 0 | Get human-readable weather overview output. |
openweather.openweather_air_pollution | Read read | 0 | Get current air pollution data. |
openweather.openweather_air_pollution_forecast | Read read | 0 | Get forecasted air pollution data. |
openweather.openweather_air_pollution_history | Read read | 0 | Get historical air pollution data. |
openweather.openweather_geocoding_direct | Read read | 0 | Convert a location name into coordinates. |
openweather.openweather_geocoding_reverse | Read read | 0 | Convert coordinates into location names. |
openweather.openweather_geocoding_zip | Read read | 0 | Convert a zip or post code into coordinates. |