weather-alerts
Retrieve active NOAA weather alerts for any US state, including tornado warnings, flash flood watches, and hurricane warnings. Filter by state, event type, or severity to get real-time emergency information.
Instructions
Active NOAA weather alerts for any US state — tornado warnings, flash flood watches, hurricane warnings, blizzard advisories, heat alerts, and 80+ other NWS event types. Real-time data from api.weather.gov; no API key. Filterable by state, event type, or severity. Returns event, severity, certainty, urgency, affected areas, onset/expiry, headline, and protective action instructions. Complements weather.js (forecasts) — this cap covers active emergencies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | 2-letter US state code to filter by (e.g. 'TX', 'FL'). Omit to get all active US alerts. | |
| event | No | Filter by event type (e.g. 'Tornado Warning', 'Flash Flood Watch', 'Hurricane Warning'). Partial matches not supported — use exact NWS event names. | |
| severity | No | Minimum severity level to return: Extreme, Severe, Moderate, Minor. Default: no filter (all severities). | |
| limit | No | Max alerts to return (1–100, default 25). Sorted by severity descending. |