AccuWeather · Capability
AccuWeather Weather Intelligence
Unified workflow combining AccuWeather's location, conditions, forecasts, air quality, and storm tracking APIs into a single capability for weather-aware applications. Used by developers, IoT platforms, travel apps, and emergency management systems.
What You Can Do
GET
Search locations
— Search for weather locations by text query
/v1/locations
GET
Get current weather
— Get current weather conditions
/v1/weather/current/{locationKey}
GET
Get hourly forecast
— Get hourly weather forecast
/v1/weather/forecast/hourly/{locationKey}
GET
Get daily forecast
— Get daily weather forecast
/v1/weather/forecast/daily/{locationKey}
GET
Get minutecast
— Get MinuteCast precipitation forecast
/v1/weather/minutecast/{locationKey}
GET
Get air quality
— Get current air quality
/v1/air-quality/{locationKey}
GET
Get active storms
— Get all active global storms
/v1/storms/active/{locationKey}
MCP Tools
search-locations
Search for weather locations by partial name or query text
read-only
get-current-weather
Get current weather conditions for a location key
read-only
get-hourly-forecast
Get hourly weather forecast for the next 12-120 hours
read-only
get-daily-forecast
Get 1, 5, 7, 10, or 15 day weather forecast
read-only
get-minutecast
Get AccuWeather MinuteCast minute-by-minute precipitation forecast
read-only
get-air-quality
Get current air quality index and pollutant data
read-only
get-hourly-air-quality
Get hourly air quality forecast
read-only
get-active-storms
Get all currently active tropical storms globally
read-only
get-storm-details
Get detailed tracking data for a specific tropical storm
read-only
APIs Used
accuweather