Skip to main content
Glama
peterjohnbeck

Visual Crossing Weather MCP

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"]
    }

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityInactive
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/peterjohnbeck/visual_crossing_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server