Skip to content
Back to search
100
MCP live v1.1.0 streamable-http

NWS Weather Alerts

com.olyport/nws-alerts

Active weather alerts and warnings from the National Weather Service

Uptime
11.1%
27 probes
Response
484ms
last probe
Tools
3
callable

Tools · 3

get_alerts

Get active NWS weather alerts for a US state. Returns current weather alerts including watches, warnings, and advisories issued by the National Weather Service. Args: state: Two-…

get_alert_detail

Get full details of a specific NWS weather alert by its ID. Returns the complete alert including description, instructions, and affected areas. Use alert IDs from get_alerts results. Arg…

get_forecast

Get the weather forecast for a specific latitude/longitude location. Returns a multi-day forecast from the National Weather Service. Works for any location within the United States and its te…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "nws_weather_alerts": {
      "url": "https://mcp.olyport.com/nws-alerts/mcp",
      "transport": "streamable-http"
    }
  }
}