Weather Server icon

Weather Server

65

Provides real-time weather data to AI agents like GitHub Copilot using the Model Context Protocol.

Acerca de

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.

Características Principales

  • No API key required (uses Open-Meteo)
  • Converts city names to coordinates for accurate weather fetching
  • Works with GitHub Copilot and other MCP-compatible AI tools
  • Real-time weather data for any city
  • 51 GitHub stars
  • Easy to test with MCP Inspector

Casos de Uso

  • Ask GitHub Copilot: "What's the weather like in Tokyo?"
  • Inquire: "How's the weather in London today?"
  • Request: "Give me the current weather for Paris"
Advertisement

Advertisement