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.txtErstellen 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"]
}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.
This server cannot be installed
Maintenance
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
Hosted MCP server for Xweather weather data: conditions, forecasts, alerts, and more.
Visual Crossing Weather MCP — wraps the Visual Crossing Weather Timeline API
MCP server for weather with reasoning — umbrella advice, outdoor checks, city comparisons.
An MCP server for weather information by @kulybaba
Related MCP Servers
- AlicenseBqualityDmaintenanceProvides tools to retrieve current weather conditions and daily forecasts for cities worldwide using the Open-Meteo API. This Python-based server enables MCP-compatible clients to access real-time meteorological data through a standardized interface.2MIT
- AlicenseNot gradedqualityCmaintenanceMCP server for checking historical weather data for cities using OpenWeather API. Exposes a get_historical_weather tool.MIT
- AlicenseNot gradedqualityDmaintenanceMCP Server for global weather, forecasts, air quality, and climate data using Open-Meteo, no API key required.MIT
- FlicenseNot gradedqualityDmaintenanceMCP server that provides current weather and forecasts via Open-Meteo API, with an optional ML-based next-day max temperature prediction.-
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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