Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by ankitgmishra • Uncategorized
An MCP server providing active weather alerts for US states using the National Weather Service API.
Fetch and present real-time weather alerts for US states.
Demonstrate MCP server-client interaction with LLM integration.
Example implementations of MCP using the fastmcp and mcp_use libraries.
This repository implements a simple MCP (Model Context Protocol) server that fetches and formats weather alert information for US states by leveraging the National Weather Service API. It includes an example client demonstrating interaction with the MCP server using the mcp_use library and Langchain integration. The project showcases how to build MCP servers and clients with conversation memory and LLM integration, facilitating hands-on learning of the MCP ecosystem.