Weather
Createddsomel21
Retrieves weather alerts and forecasts using the National Weather Service (NWS) API.
About
This project serves as a practical learning exercise in implementing the Model Context Protocol (MCP) by creating a simple weather service. It demonstrates how to build an MCP server that interacts with the National Weather Service API to provide weather alerts and forecasts, making it accessible to AI assistants like Claude.
Key Features
- Retrieves active weather alerts for a US state.
- Provides weather forecasts for a specific location using latitude and longitude.
- 0 GitHub stars
Use Cases
- Providing location-based weather alerts via AI.
- Integrating real-time weather information into AI assistant workflows.
- Demonstrating MCP server implementation.