Weather
bydsomel21
0Retrieves weather alerts and forecasts using the National Weather Service (NWS) API.
概要
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.
主な機能
- Retrieves active weather alerts for a US state.
- Provides weather forecasts for a specific location using latitude and longitude.
- 0 GitHub stars
ユースケース
- Providing location-based weather alerts via AI.
- Integrating real-time weather information into AI assistant workflows.
- Demonstrating MCP server implementation.