Skip to main content
Glama

Visual Crossing Weather MCP

visuelle_kreuzung_mcp

Grundlegender MCP-Server für historische Wetterdaten von Visual Crossing

Ermöglicht das Abrufen historischer Wetterdaten von Visual Crossing.

Die Visual Crossing-API wird hier beschrieben: https://www.visualcrossing.com/resources/documentation/weather-api/timeline-weather-api/

Der MCP-Server kann für einen angegebenen Standort für ein Datum oder einen Datumsbereich die folgenden Daten abrufen:

  • Temperatur
  • Maximaltemperatur
  • Mindesttemperatur
  • Niederschlag
  • Sonneneinstrahlung
  • Wolkendecke
  • Schneehöhe
  • Wettertyp
  • Wetterbedingungen
  • Hitzeindex
  • Windchill

Installieren Sie zuerst die Anforderungen:

pip install -r requirements.txt

Erstellen oder ändern Sie die .env-Datei im Projektstammverzeichnis, sodass sie wie folgt lautet:

API_KEY=XXXXXXXXXXX

...wobei XXXXXXXXXXX Ihr API-Schlüssel von Visual Crossing ist

Um es im Claude-Client zu aktivieren, fügen Sie der Datei claude_desktop_config.json Folgendes hinzu:

"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

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.

Ein MCP-Server, der das Abrufen historischer Wetterdaten (Temperatur, Niederschlag, Bedingungen usw.) von Visual Crossing für bestimmte Orte und Daten ermöglicht.

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
    2
    Python
    MIT License
    • Linux
    • Apple
  • -
    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 -
    1
    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 -
    23
    TypeScript
    MIT License
  • A
    security
    F
    license
    A
    quality
    MCP server that provides Korean weather information using grid coordinates and the Korea Meteorological Administration API, allowing users to query current weather conditions and forecasts for specific locations in Korea.
    Last updated -
    2
    3
    Python
    • Apple
    • Linux

View all related MCP servers

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