Weather
Createdjulienlucas
Provides weather information via the National Weather Service (NWS) API using the Model Context Protocol.
About
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.
Key Features
- Provides weather forecasts by geographic coordinates
- Implemented in TypeScript for improved maintainability
- Retrieves weather alerts by state
- Supports GeoJSON data format
- 0 GitHub stars
Use Cases
- Demonstrating a basic MCP server implementation
- Fetching weather alerts and forecasts programmatically
- Integrating weather data into applications via MCP