Weather Server
0
Provides weather forecast and alert tools via Server-Sent Events (SSE) using the Model Context Protocol (MCP).
소개
This TypeScript server implements the Model Context Protocol (MCP) to deliver weather information tools through Server-Sent Events (SSE). It offers remote connectivity via HTTP, allowing clients to connect over a network and access tools like `get-forecast` and `get-alerts`, which connect to the US National Weather Service API.
주요 기능
- Connects to the US National Weather Service API.
- 0 GitHub stars
- Provides weather forecast and alert tools.
- Offers remote connectivity via HTTP.
- Implements MCP over SSE transport.
- Supports multiple client connections.
사용 사례
- Building custom weather applications.
- Integrating weather data into AI assistants.
- Providing weather information to remote clients.