get_alerts

Pack: nws · Endpoint: https://gateway.pipeworx.io/nws/mcp

Active NWS watches / warnings / advisories. Filter by US state (2-letter code), point (lat,lon), severity, or status. Returns event name, severity, urgency, headline, description, affected areas, and effective/expires times.

Parameters

NameTypeRequiredDescription
areastringno2-letter US state/territory code (e.g., “CA”, “TX”)
latitudenumbernoLatitude (use with longitude for point query)
longitudenumbernoLongitude (use with latitude for point query)
severitystringnoExtreme | Severe | Moderate | Minor | Unknown
urgencystringnoImmediate | Expected | Future | Past | Unknown
eventstringnoRestrict to a specific event type (e.g., “Tornado Warning”)
limitnumbernoCap alerts returned (default 50, max 500)

Example call

curl -X POST https://gateway.pipeworx.io/nws/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_alerts","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "nws": {
      "url": "https://gateway.pipeworx.io/nws/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build May 12, 2026