Visual Crossing Weather MCP

GPL 3.0

cruce visual_mcp

Servidor MCP básico para datos meteorológicos históricos de Visual Crossing

Permite la recuperación de datos meteorológicos históricos de Visual Crossing.

La API de Visual Crossing se describe aquí: https://www.visualcrossing.com/resources/documentation/weather-api/timeline-weather-api/

El servidor MCP puede recuperar los siguientes datos para una ubicación específica para una fecha o un rango de fechas:

  • temperatura
  • temperatura máxima
  • temperatura mínima
  • precipitación
  • radiación solar
  • cobertura de nubes
  • profundidad de la nieve
  • tipo de clima
  • condiciones climáticas
  • índice de calor
  • sensación térmica

Primero instale los requisitos:

pip install -r requirements.txt

Cree o modifique el archivo .env en la raíz del proyecto para que se lea de la siguiente manera:

CLAVE API=XXXXXXXXXX

...donde XXXXXXXXXXX es su clave API de Visual Crossing

Para habilitarlo en el cliente Claude, agregue lo siguiente al archivo claude_desktop_config.json:

"weather": { "command": "C:\\Programs\\Python\\Python311\\python.exe", "args": ["C:\\Path\\To\\Server\\Python\\File\\visual_crossing_mcp.py"] }
-
security - not tested
A
license - permissive license
-
quality - not tested

Un servidor MCP que permite la recuperación de datos meteorológicos históricos (temperatura, precipitación, condiciones, etc.) de Visual Crossing para ubicaciones y fechas específicas.

Related MCP Servers

  • A
    security
    A
    license
    A
    quality
    An MCP server that provides real-time weather information including temperature, humidity, wind speed, and sunrise/sunset times through the OpenWeatherMap API.
    Last updated -
    1
    Python
    MIT License
    • Linux
    • Apple
  • -
    security
    A
    license
    -
    quality
    Provides real-time weather alerts, forecasts, stock prices, historical data, and stock-related news through an MCP interface.
    Last updated -
    75
    JavaScript
    MIT License
  • -
    security
    F
    license
    -
    quality
    An 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
    • Linux
    • Apple
  • -
    security
    A
    license
    -
    quality
    An 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 -
    51
    TypeScript
    MIT License

View all related MCP servers

ID: yx9lu9x9qo