Open-Meteo
Fetch Open-Meteo forecasts, historical weather, air quality, geocoding, and weather threshold polling.
Tools
| Name | Description |
|---|---|
get_forecastGet Open-Meteo forecast and current weather variables for a coordinate. | Get Open-Meteo forecast and current weather variables for a coordinate. |
get_historical_weatherGet historical reanalysis weather from Open-Meteo for a coordinate and date range. | Get historical reanalysis weather from Open-Meteo for a coordinate and date range. |
get_air_qualityGet Open-Meteo CAMS air quality, pollutant, pollen, and UV forecast variables. | Get Open-Meteo CAMS air quality, pollutant, pollen, and UV forecast variables. |
geocode_locationSearch Open-Meteo geocoding results for city, region, country, and coordinates. | Search Open-Meteo geocoding results for city, region, country, and coordinates. |
Triggers
| Name | Description |
|---|---|
weather_thresholdTriggers when an Open-Meteo current variable crosses a threshold after the initial baseline. | Triggers when an Open-Meteo current variable crosses a threshold after the initial baseline. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('open-meteo', 'get_forecast', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'open-meteo',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Open-Meteo to my app?
Open-Meteo does not require an external account connection. Install the SDK, add the integration to a workspace, then execute tools programmatically.
What tools does Open-Meteo support?
Open-Meteo supports 4 tools including Get Forecast, Get Historical Weather, Get Air Quality, Geocode Location.
Can I use Open-Meteo with AI agents?
Yes. Add Open-Meteo to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can Open-Meteo be used in stateful agent workflows?
Yes. Agents can combine Open-Meteo tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Open-Meteo use?
Open-Meteo does not require external authentication.
How much does the Open-Meteo integration cost?
The Open-Meteo integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Open-Meteo support?
Open-Meteo supports 1 triggers including Weather Threshold Met.
Connect Open-Meteo in minutes
Get 20,000 free action executions every month. No credit card required.