weather-alerts
ActiveTool of The Stall
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.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"event": {
"type": "string",
"description": "Filter by event type (e.g. 'Tornado Warning', 'Flash Flood Watch', 'Hurricane Warning'). Partial matches not supported — use exact NWS event names."
},
"limit": {
"type": "integer",
"description": "Max alerts to return (1–100, default 25). Sorted by severity descending."
},
"state": {
"type": "string",
"description": "2-letter US state code to filter by (e.g. 'TX', 'FL'). Omit to get all active US alerts."
},
"severity": {
"type": "string",
"description": "Minimum severity level to return: Extreme, Severe, Moderate, Minor. Default: no filter (all severities)."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
The Stall
1/7 registries