Offers a Model Context Protocol server demonstrating a weather query tool.
This repository features a practical Model Context Protocol (MCP) server developed in TypeScript, designed to demonstrate core MCP functionalities. It includes a `fetch-weather` tool that leverages Open-Meteo to provide current weather information for any specified city. The server handles input validation using Zod and communicates via `stdio`, enabling seamless integration with MCP-compatible clients like Claude Desktop. It serves as an excellent starting point for developers looking to understand or build their own MCP tools.