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.
Key Features
01Fetches and formats weather alerts for US states.
02Built with `fastmcp` library.
03Includes a client application for server interaction.
04Integrates conversation memory.
05Example showcases LLM integration with Langchain.
060 GitHub stars
Use Cases
01Retrieving real-time weather alerts for specific US states.
02Demonstrating MCP server implementation using `fastmcp`.
03Building client applications that interact with MCP servers.