A
licenseNot graded
qualityD
maintenanceProvides US weather alerts and forecasts via the National Weather Service API.
95 npm
GPL 3.0
No user-submitted related servers found.
Scored across 2 tools
get_alerts and get_forecast have clearly distinct purposes: one for weather alerts by state, the other for forecast by coordinates. No overlap exists.
Both tools follow a consistent verb_noun pattern (get_alerts, get_forecast), making them predictable.
With only 2 tools, the server feels thin for a weather domain, bordering on insufficient scope.
Common weather operations like current conditions, hourly forecast, or radar are missing, leaving significant gaps for typical use cases.