OpenWeather
Get current weather and 5-day forecasts for any city. Useful for local business sites, event pages, and travel websites.
🔑 Setup Required — Bring Your Own Key
This integration requires API credentials. Store them once via
setup_integration or the Dashboard Vault — they're encrypted
with AES-256-GCM and never exposed.
Required Credentials
openweather_api_key
API Key
API key from openweathermap.org → your account → API keys.
Get your API key at openweathermap.org →
Endpoints (2)
GET
current
Get current weather for a city: temperature, humidity, wind, description, and icon code. Uses metric units (Celsius, m/s).
| Field | Type | Required | Description |
|---|---|---|---|
city |
string | ✓ Yes | City name, optionally with country code. Examples: "Amsterdam", "London,GB", "New York,US". |
GET
forecast
Get 5-day / 3-hour weather forecast for a city. Returns 40 forecast entries with temperature, weather, and wind data.
| Field | Type | Required | Description |
|---|---|---|---|
city |
string | ✓ Yes | City name, optionally with country code. |
MCP Tool Names
When using this integration through an AI assistant (Claude, ChatGPT, Cursor, etc.), the endpoints are available as MCP tools:
| Endpoint | MCP Tool Name |
|---|---|
| current | openweather_current |
| forecast | openweather_forecast |