NWS Weather Alerts
com.olyport/nws-alertsActive weather alerts and warnings from the National Weather Service
Tools · 3
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 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 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"
}
}
}