OpenWeather for your agents.
Connect OpenWeather once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 8 curated tools, discovered on demand, with your key stored on your machine and every call going direct to OpenWeather.
What agents can do with OpenWeather
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
openweather_currentCurrent weather for a city.
openweather_forecast5-day / 3-hour forecast for a city.
openweather_geocodeFor an AI agent: convert a place name to coordinates. `q` is "City,ST,Country" (state/country optional). Returns lat/lon to feed into air_pollution or coordinate-based lookups.
openweather_reverse_geocodeFor an AI agent: convert coordinates to nearby place names.
openweather_air_pollutionFor an AI agent: current air quality (AQI plus pollutant concentrations) at coordinates. Needs lat/lon (call geocode first if you only have a city name).
openweather_air_pollution_forecastFor an AI agent: hourly air-quality forecast (next ~5 days) at coordinates.
openweather_onecallOne Call API 3.0: current weather, minute/hourly/daily forecast, and weather alerts all in one response. Requires a One Call 3.0 plan subscription.
openweather_find_citiesFind cities by name. Returns matching city names, coordinates, and country codes.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Sign in and open the API keys tab.
- Copy the default key or generate a new one.
- New keys take a few minutes to activate.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect OpenWeather to Even: call connect_begin("openweather") on the even-connect MCP and walk me through it.
Get current weather for city, retrieve 5-day forecast, and check air pollution levels at coordinates.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.