Weather
Provides a lightweight and modular server to fetch, process, and serve real-time weather data from APIs.
Acerca de
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.
Características Principales
- Configurable with OpenWeatherMap API key via environment variables
- 0 GitHub stars
- Fetches current weather data from OpenWeatherMap
- Modular design for integration into diverse systems
- Supports weather data retrieval by latitude/longitude or location name
- Built as a lightweight FastMCP server in Python
Casos de Uso
- Integrating real-time weather data into IoT systems
- Populating dashboards with current and forecast weather information
- Automating workflows based on weather conditions