This project offers a Python-built Weather Model Context Protocol (MCP) server, designed for efficient fetching, processing, and serving of real-time weather information. It integrates with external APIs like OpenWeatherMap to provide current, forecast, and historical weather data. The server is structured as a FastMCP instance, exposing a single tool to retrieve weather details by geographical coordinates or location names, making it an ideal backend for IoT systems, dynamic dashboards, and various automation workflows requiring reliable weather insights.
주요 기능
01Configurable with OpenWeatherMap API key via environment variables
020 GitHub stars
03Fetches current weather data from OpenWeatherMap
04Modular design for integration into diverse systems
05Supports weather data retrieval by latitude/longitude or location name
06Built as a lightweight FastMCP server in Python