Pulls real-time weather data from the National Weather Service API with two focused tools: get_alerts fetches active alerts by state code, and get_forecast grabs the next five forecast periods for any lat/long point in the US. Reach for this when you need Claude to check current weather warnings or pull a quick forecast without leaving the conversation. It's a thin wrapper over api.weather.gov, so you get official NWS data with minimal overhead. Install via pip, run the stdio transport, and point your MCP client at the Python module. No API keys needed since it uses public NOAA endpoints.