Get Weather Forecasts for Event Planning
Check weather conditions for upcoming events to make informed decisions about venues, timing, and contingency plans.
Weather, air quality & UV anywhere
Comprehensive weather data for any city or coordinates: current conditions, multi-day forecasts, UV index, air quality, pollen counts, and pollutant breakdowns. For travel planning, outdoor events, health apps, and agriculture.
Current conditions in one call: temperature, wind, humidity, precipitation, snowfall, UV index, AQI (US + EU), pollen, visibility, dew point, and more. Accepts city name or coordinates.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "weather-forecast",
"skill": "current_weather",
"input": {
"location": "London"
}
}' \
https://api.toolrouter.com/v1/tools/callGet a multi-day weather forecast for any location. Returns daily high/low temperatures, rain/snowfall breakdown, precipitation hours and probability, wind with compass direction, UV index with category, sunshine/daylight duration, solar radiation, and sunrise/sunset for up to 16 days.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "weather-forecast",
"skill": "forecast",
"input": {
"location": "Tokyo",
"days": 5
}
}' \
https://api.toolrouter.com/v1/tools/callGet detailed air quality, pollen, and UV data for any location. Returns US and European AQI, PM2.5, PM10, gas concentrations (ozone, NO2, SO2, CO), dust, aerosol depth, UV index, and pollen counts for 6 species with severity.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "weather-forecast",
"skill": "air_quality",
"input": {
"location": "Beijing"
}
}' \
https://api.toolrouter.com/v1/tools/callclaude mcp add --transport stdio \
--env TOOLROUTER_API_KEY=YOUR_API_KEY \
toolrouter -- npx -y toolrouter-mcpcurl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{"tool":"weather-forecast","skill":"current_weather","input":{}}' \
https://api.toolrouter.com/v1/tools/callCheck weather conditions for upcoming events to make informed decisions about venues, timing, and contingency plans.
Monitor weather conditions along shipping routes to anticipate delays and reroute shipments proactively.
Find relevant academic papers on any research topic across millions of scholarly publications.
Convert street addresses into precise latitude and longitude coordinates for mapping and spatial analysis.
Monitor environmental conditions combining seismic activity, weather forecasts, near-Earth object tracking, and visual dashboards.
Coordinate distributed teams across timezones, holidays, and languages with one unified workflow.
Plan a complete trip from flights and hotels to weather, currency, and local events in one workflow.
Plan events end-to-end with venue discovery, weather checks, page optimization, and hotel recommendations.
Yes. It works with both city names and latitude and longitude coordinates.
Yes. UV index, air quality, pollen counts, and pollutant breakdowns are included.
It provides current conditions plus multi-day forecasts.
Yes. Latitude and longitude can be stored as defaults for repeated weather checks.