Provides weather alert information for US states by leveraging the National Weather Service (NWS) API.
Hands-on provides a simple server that delivers weather alert information for US states using the National Weather Service (NWS) API. It includes an example client application demonstrating interaction with the server via the `mcp_use` library, showcasing how to build an MCP server using `fastmcp`. The server fetches and formats active weather alerts, while the client integrates conversation memory and showcases LLM integration, providing a practical example of MCP implementation.