Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by oyzh888 • Analytics & Monitoring
An MCP server that exposes U.S. National Weather Service alerts and location-based forecasts for use by agents and tools.
Retrieve active weather alerts for a given US state (e.g., get_alerts("CA")).
Obtain detailed hourly/daily forecasts for a specific location using latitude and longitude (e.g., get_forecast(38.5816, -121.4944)).
Integrate real-time U.S. weather data into conversational assistants or dashboards via the MCP protocol (e.g., integration with Claude for Desktop).
This MCP server provides weather alerts for US states and detailed forecasts for specific latitude/longitude coordinates using the National Weather Service API. It exposes two programmatic tools: get_alerts(state) to retrieve state-level alerts and get_forecast(latitude, longitude) to fetch forecasts for a location. The project is designed to be run locally (requires Python 3.12+ and the uv package manager) and can be integrated with agents such as Claude for Desktop. Note that the underlying NWS API only covers locations within the United States.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.