Servidor MCP meteorológico
Un servidor de Protocolo de Contexto de Modelo (MCP) para datos meteorológicos, desarrollado con FastAPI y el framework MCP. Este servidor proporciona diversas herramientas meteorológicas que los asistentes de IA pueden usar para obtener información sobre las condiciones meteorológicas actuales, pronósticos, datos de calidad del aire y más.
Características
- Condiciones meteorológicas actuales
- Previsiones meteorológicas (1-14 días)
- Datos meteorológicos históricos
- alertas meteorológicas
- Información sobre la calidad del aire
- Datos astronómicos (amanecer, atardecer, fases lunares)
- Búsqueda de ubicación
- Información de zona horaria
- eventos deportivos
Requisitos
- Python 3.13+
- administrador de paquetes uv
- Clave API de WeatherAPI
Instalación
Instalación mediante herrería
Para instalar Weather Data Server para Claude Desktop automáticamente a través de Smithery :
Instalación manual
- Clonar este repositorio:
- Instalar dependencias usando uv:
- Cree un archivo
.env
en la raíz del proyecto con su clave WeatherAPI:
Uso
Ejecutar el servidor:
El servidor se iniciará en http://localhost:8000 de forma predeterminada.
Licencia
Este proyecto está licenciado bajo la licencia MIT: consulte el archivo de LICENCIA para obtener más detalles.
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
servidor meteorológico mcp
Related MCP Servers
- -securityFlicense-qualityThis SSE-based MCP server allows users to connect and interact with National Weather Service APIs to retrieve weather alerts and forecasts.Last updated -90Python
- AsecurityAlicenseAqualityAn MCP server that provides real-time weather information including temperature, humidity, wind speed, and sunrise/sunset times through the OpenWeatherMap API.Last updated -1PythonMIT License
- -securityFlicense-qualityAn MCP server implementation that allows users to fetch and display weather information for specified cities, including temperature, humidity, wind speed, and weather descriptions.Last updated -Python
- -securityAlicense-qualityAn MCP server that connects to OpenWeatherMap's API to provide current weather data and multi-day forecasts for locations worldwide in different measurement units.Last updated -12TypeScriptMIT License