Provides weather information via the National Weather Service (NWS) API using the Model Context Protocol.
This TypeScript-based server leverages the Model Context Protocol (MCP) to deliver weather-related data. It fetches weather alerts by state and forecasts by geographic coordinates, all while supporting GeoJSON formats. Designed for maintainability with a clear TypeScript interface, it offers a practical demonstration of an MCP server implementation.
주요 기능
01Provides weather forecasts by geographic coordinates
02Implemented in TypeScript for improved maintainability
03Retrieves weather alerts by state
04Supports GeoJSON data format
050 GitHub stars
사용 사례
01Demonstrating a basic MCP server implementation
02Fetching weather alerts and forecasts programmatically
03Integrating weather data into applications via MCP