mcpserver.lol
registry/nws-weather-mcp-server
Connection check verified live · 27h ago

nws-weather-mcp-server

Get US weather forecasts, active alerts, and current observations.

Tools 7
GitHub stars 1
Installs / wk 393
Licence Apache-2.0
Transport streamable-http, stdio
Last checked 27h ago

Tools & capabilities

7 tools

Read from the running server on 27h ago.

nws_find_stations read-only limitcursorlatitude*longitude*
Find weather observation stations near a location. Returns stations sorted by proximity with distance and bearing. Use to discover station IDs for nws_get_observations.
nws_get_forecast read-only cursorhourlylatitude*longitude*
Get the weather forecast for a US location. Returns either named 12-hour periods (default) or hourly breakdowns.
nws_get_observations read-only latitudelongitudestation_id
Get current weather observations (actual measured conditions). Accepts coordinates (resolves nearest station automatically) or a station ID directly (e.g., "KSEA").
nws_get_office_discussion read-only office*product_type
Get the latest narrative forecast product from a Weather Forecast Office (WFO). The default product is AFD (Area Forecast Discussion), which explains the meteorological reasoning b…
nws_get_zone_forecast read-only zone_id*
Get the text forecast for a public NWS forecast zone. Returns named forecast periods (e.g., "Today", "Tonight", "Monday") with detailed narrative text — the human-readable, zone-le…
nws_list_alert_types read-only
List all valid NWS alert event type names. Use to discover valid values for the event filter in nws_search_alerts, or to browse alert categories. No parameters required.
nws_search_alerts read-only areazoneeventlimitpointcursor +6
Search active weather alerts (watches, warnings, advisories) across the US. Filter by state, coordinates, zone, land/marine region, event type, severity, urgency, or certainty. are…