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.
主な機能
01Connects to the US National Weather Service API.
020 GitHub stars
03Provides weather forecast and alert tools.
04Offers remote connectivity via HTTP.
05Implements MCP over SSE transport.
06Supports multiple client connections.
ユースケース
01Building custom weather applications.
02Integrating weather data into AI assistants.
03Providing weather information to remote clients.