A
licenseNot graded
qualityD
maintenanceA Model Context Protocol server that enables AI models to fetch weather alerts and detailed forecasts for US locations using the National Weather Service API.
98 npm
GPL 3.0
No user-submitted related servers found.
Scored across 3 tools
get_alerts is clearly distinct, while get_forecast and get_hourly_forecast overlap in inputs but differ in time granularity. The descriptions make the distinction clear enough for an agent.
All tools follow the consistent verb_noun pattern 'get_<resource>' with clear resource names (alerts, forecast, hourly_forecast). No naming irregularities.
Three tools is slightly thin for a weather domain, but each serves a core need (alerts, daily forecast, hourly forecast). The set is well-scoped and not bloated.
Covers alerts and forecast types, but lacks current conditions or historical data. The main forecast lifecycle is covered, with minor gaps an agent could work around.