Summary
Two calls, two horizons, and nothing else to learn.
The split is by how far ahead you are looking: twelve hours when the question is about today, up to fifteen days when it is about next week. Both take a location and a units argument and return the forecast, and that is the entire surface. There is no current-conditions call and no historical data — this forecasts, and stops there.
What it is
A two-tool AccuWeather forecast server split by time horizon rather than by data type.
What you get
- weather-get_hourly, the next 12 hours for a location
- weather-get_daily, up to 15 days, with the number of days as an argument
- A units argument on both tools
Requirements
An AccuWeather API key in ACCUWEATHER_API_KEY.
Setup effort
One command plus a key — npx -y @timlukahorstmann/mcp-weather, then supply credentials
