Fetches daily weather forecasts for any city using the Open-Meteo API.
Serves as a TypeScript-based Model Context Protocol (MCP) server, offering a streamlined interface to retrieve daily weather forecasts for any city. It leverages public APIs like Open-Meteo to provide structured weather data to MCP clients, demonstrating how custom tools can integrate with external APIs within the MCP framework.
주요 기능
01Communication through standard input/output streams (Stdio Transport)
02Seamless MCP handling via `@modelcontextprotocol/sdk`
03Runtime validation of tool parameters using Zod
040 GitHub stars
05Real-time weather data fetching using Open-Meteo APIs
사용 사례
01Retrieve daily weather forecasts for any specified city
02Integrate external weather data APIs into an MCP client application
03Serve as an example for developing custom MCP server tools that interact with external services