Provides real-time weather data to AI agents like GitHub Copilot using the Model Context Protocol.
The Weather Server is a simple Model Context Protocol (MCP) server designed to deliver real-time weather information to AI agents. It functions by offering a 'get-weather' tool that first converts city names into geographical coordinates via geocoding, then fetches current weather data from the free Open-Meteo API. The server returns this information as structured data, enabling AI agents to process and present it beautifully without requiring any API keys.