Tools / Weather Forecast
Weather Forecast icon

Weather Forecast

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.

3 skillsv0.05
Current Weather

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.

Returns: Comprehensive current conditions with UV index, air quality (US + EU AQI), pollen counts, visibility, dew point, snowfall, and daylight duration
Parameters
location *stringCity name or lat,lon coordinates (e.g. "London" or "51.5,-0.12")
unitsstringUnit system for temperature and wind speed ("metric" or "imperial")
Example
Current weather in London
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
  -d '{
  "tool": "weather-forecast",
  "skill": "current_weather",
  "input": {
    "location": "London"
  }
}' \
  https://api.toolrouter.com/v1/tools/call
Weather Forecast

Get 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.

Returns: Daily forecast with temperatures, rain/snowfall, precipitation hours, wind direction, UV index, sunshine duration, solar radiation, and sunrise/sunset
Parameters
location *stringCity name or lat,lon coordinates (e.g. "Tokyo" or "35.68,139.69")
daysnumberNumber of forecast days (1-16, default 7)
unitsstringUnit system for temperature and wind speed ("metric" or "imperial")
Example
5-day forecast for Tokyo
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
  -d '{
  "tool": "weather-forecast",
  "skill": "forecast",
  "input": {
    "location": "Tokyo",
    "days": 5
  }
}' \
  https://api.toolrouter.com/v1/tools/call
Air Quality

Get 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.

Returns: Air quality indices (US + EU), pollutants, dust, aerosol depth, UV index, and pollen counts for 6 species with severity categories
Parameters
location *stringCity name or lat,lon coordinates (e.g. "Beijing" or "39.9,116.4")
Example
Air quality in Beijing
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
  -d '{
  "tool": "weather-forecast",
  "skill": "air_quality",
  "input": {
    "location": "Beijing"
  }
}' \
  https://api.toolrouter.com/v1/tools/call
Loading reviews...
Loading activity...
v0.052026-03-22
  • Added subtitle, expanded description, and agent instructions
v0.042026-03-20
  • Add pollen counts (alder, birch, grass, mugwort, olive, ragweed) to current_weather and air_quality
  • Add visibility, dew point, snowfall, showers, is_day to current_weather
  • Add dust, aerosol optical depth, European AQI to air quality data
  • Add sunshine/daylight duration, rain/snowfall breakdown, wind direction, solar radiation to forecast
  • Add compass direction labels to wind data across all skills
v0.032026-03-20
  • Add UV index and air quality data to current_weather skill
v0.022026-03-20
  • Remove provider branding from user-facing output
v0.012026-03-20
  • Initial release

Quick Start

MCP (Claude Code)
claude mcp add --transport stdio \
  --env TOOLROUTER_API_KEY=YOUR_API_KEY \
  toolrouter -- npx -y toolrouter-mcp
REST API
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
  -d '{"tool":"weather-forecast","skill":"current_weather","input":{}}' \
  https://api.toolrouter.com/v1/tools/call

Use Cases

Open Get Weather Forecasts for Event Planning

Get Weather Forecasts for Event Planning

Check weather conditions for upcoming events to make informed decisions about venues, timing, and contingency plans.

Weather Forecast icon
Weather Forecast
4 agent guides
Open Search Papers by Topic

Search Papers by Topic

Find relevant academic papers on any research topic across millions of scholarly publications.

Academic Research icon
Academic Research
4 agent guides
Open Geocode Addresses to Coordinates

Geocode Addresses to Coordinates

Convert street addresses into precise latitude and longitude coordinates for mapping and spatial analysis.

Address Geocoding icon
Address Geocoding
4 agent guides
View all use cases for Weather Forecast

Workflows

Open Environmental Monitoring

Environmental Monitoring

Monitor environmental conditions combining seismic activity, weather forecasts, near-Earth object tracking, and visual dashboards.

Earthquake Monitor icon
Earthquake Monitor
Weather Forecast icon
Weather Forecast
Space Data icon
Space Data
Generate Chart icon
Generate Chart
4 steps4 tools
Open Global Team Coordinator

Global Team Coordinator

Coordinate distributed teams across timezones, holidays, and languages with one unified workflow.

Timezone Converter icon
Timezone Converter
Public Holidays icon
Public Holidays
Weather Forecast icon
Weather Forecast
Translate icon
Translate
4 steps4 tools
Open Travel Planning Assistant

Travel Planning Assistant

Plan a complete trip from flights and hotels to weather, currency, and local events in one workflow.

Flight Search icon
Flight Search
Hotel Search icon
Hotel Search
Weather Forecast icon
Weather Forecast
Currency Exchange icon
Currency Exchange
Events Nearby icon
Events Nearby
5 steps5 tools
Open Event Planning Suite

Event Planning Suite

Plan events end-to-end with venue discovery, weather checks, page optimization, and hotel recommendations.

Events Nearby icon
Events Nearby
Weather Forecast icon
Weather Forecast
GEO icon
GEO
Hotel Search icon
Hotel Search
4 steps4 tools
View all 6workflows →

Frequently Asked Questions

Can I use coordinates instead of city names?

Yes. It works with both city names and latitude and longitude coordinates.

Does it include health and outdoor planning signals?

Yes. UV index, air quality, pollen counts, and pollutant breakdowns are included.

How far ahead can I plan?

It provides current conditions plus multi-day forecasts.

Can I set a default location?

Yes. Latitude and longitude can be stored as defaults for repeated weather checks.