Get forecasts, current conditions, and air quality via Open-Meteo. Free, no API key needed.
45+ deploysYour AI agent gets 5 capabilities in one connection. Deploy once, use from any client.
get_current_weather
Get current temperature, wind speed, wind direction, and weather code for any latitude/longitude
https://api.open-meteo.com/v1/forecast?latitude={latitude}&longitude={longitude}¤t_weather=true
get_hourly_forecast
Get hourly temperature and precipitation probability for 1-7 days ahead. Pass 'days' (1-7).
https://api.open-meteo.com/v1/forecast?latitude={latitude}&longitude={longitude}&hourly=temperature_2m,precipitation_probability&forecast_days={days}
get_daily_forecast
Get daily max/min temperature and total precipitation sum for 1-7 days ahead. Pass 'days' (1-7).
https://api.open-meteo.com/v1/forecast?latitude={latitude}&longitude={longitude}&daily=temperature_2m_max,temperature_2m_min,precipitation_sum&forecast_days={days}
get_air_quality
Get current US AQI, PM2.5, and PM10 particulate readings for any latitude/longitude
https://air-quality-api.open-meteo.com/v1/air-quality?latitude={latitude}&longitude={longitude}¤t=pm10,pm2_5,us_aqi
geocode_location
Search city name to get latitude and longitude coordinates. Returns up to 5 matches with country and elevation.
https://geocoding-api.open-meteo.com/v1/search?name={city}&count=5&language=en&format=json
Connect Open-Meteo to Claude Code with one command:
claude mcp add openmeteo https://datafaucet.dev/api/mcp/t/openmeteoThis server runs live in our sandbox. Connect your AI agent directly:
claude mcp add datafaucet-sandbox https://datafaucet.dev/api/sandbox
First thing to ask your AI
Live health check
{notion_token}) with your real credentialsReplace these placeholders with your real values before deploying:
{city}Your value{days}Your value{latitude}Your value{longitude}Your valuePreview:
GET https://api.open-meteo.com/v1/forecast?latitude={latitude}&longitude={longitude}¤t_weather=trueclaude mcp add openmeteo --url https://datafaucet.dev/api/mcp/t/openmeteo
Paste into your client's MCP configuration file · most users connect in under 60s
claude mcp add openmeteo --url https://datafaucet.dev/api/mcp/t/openmeteoWhat your AI agent sees
I have access to 5 tools from Open-Meteo: get_current_weather, get_hourly_forecast, get_daily_forecast, and 2 more.
“Get current temperature, wind speed, wind direction, and weather code for any latitude/longitude”
Calling get_current_weather... Done. Here are the results.
Try these prompts
“Get current temperature, wind speed, wind direction, and weather code for any latitude/longitude”
Copy“Get hourly temperature and precipitation probability for 1-7 days ahead. Pass 'days' (1-7)”
Copy“Get daily max/min temperature and total precipitation sum for 1-7 days ahead. Pass 'days' (1-7)”
CopyClick any prompt to copy, then paste into your AI client.