You're viewing a demo portfolio

Join the waitlist
PRSM

weather-alerts

Active

Tool of The Stall

declared in 4.82.0

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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

The Stall

1/7 registries
View full server →
weather-alerts — The Stall — PRSM MCP