WeatherAI MCP
OfficialWeatherAI MCP-Server
11 Live-Wetter-Tools für Ihren KI-Assistenten — eine URL, keine Einrichtung.
Der WeatherAI MCP-Server bietet Claude Desktop, Cursor, Windsurf und jedem MCP-kompatiblen KI-Assistenten sofortigen Zugriff auf Echtzeit-Wetterdaten, Vorhersagen, historische Daten, Luftqualität, Astronomie, Sonneneinstrahlung und eine KI-Wetter-Schnittstelle in natürlicher Sprache.
Gehosteter Endpunkt: https://api.weatherai.io/mcp
Transport: Streamable HTTP (zustandslos, MCP-Spezifikation 2025-03-26)
Authentifizierung: API-Schlüssel via Query-Parameter, Header oder Bearer-Token
Kostenloses Kontingent: 1.000 Standard-Aufrufe/Tag · 50 Premium-Aufrufe/Tag
Schnellstart
1. Kostenlosen API-Schlüssel erhalten
Registrieren Sie sich auf weatherai.io — keine Kreditkarte erforderlich.
2. Zu Ihrem KI-Client hinzufügen
Ersetzen Sie YOUR_API_KEY durch den Schlüssel aus Ihrem Dashboard.
Claude Desktop
Bearbeiten Sie ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) oder%APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"weatherai": {
"url": "https://api.weatherai.io/mcp?apiKey=YOUR_API_KEY"
}
}
}Starten Sie Claude Desktop nach dem Speichern neu.
Cursor
Gehen Sie zu Cursor → Settings → MCP oder bearbeiten Sie ~/.cursor/mcp.json:
{
"mcpServers": {
"weatherai": {
"url": "https://api.weatherai.io/mcp?apiKey=YOUR_API_KEY"
}
}
}Windsurf
Bearbeiten Sie ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"weatherai": {
"url": "https://api.weatherai.io/mcp?apiKey=YOUR_API_KEY",
"type": "http"
}
}
}Jeder andere MCP-Client (generisch mcp.json)
{
"mcpServers": {
"weatherai": {
"url": "https://api.weatherai.io/mcp?apiKey=YOUR_API_KEY",
"type": "http",
"transport": "streamable-http"
}
}
}3. Wetterfragen stellen
"What's the weather like in Tokyo right now?"
"Will it rain in London this weekend?"
"What were temperatures in Paris on 14 July 2023?"
"What's the air quality like in Beijing?"
"When does the sun set in Dubai today?"Related MCP server: ambient-mcp
Verfügbare Tools
Alle 11 Tools werden automatisch registriert — keine Konfiguration erforderlich.
Tool | Stufe | Beschreibung | Wichtige Parameter |
| Standard | Echtzeit-Bedingungen für jeden Ort |
|
| Standard | Tägliche & stündliche Vorhersage bis zu 14 Tage |
|
| Premium | Tatsächliches vergangenes Wetter für jedes Datum |
|
| Premium | Vorhersagen 14–300 Tage im Voraus |
|
| Standard | AQI, PM2.5, PM10, CO, NO2, SO2, O3 |
|
| Standard | Aktive amtliche Wetterwarnungen |
|
| Standard | Sonnenaufgang, Sonnenuntergang, Mondphase & Beleuchtung |
|
| Premium | Sonneneinstrahlung & Energieschätzungen |
|
| Standard | UTC-Offset, lokale Zeit, Sommerzeit-Status |
|
| Standard | Städte/Orte nach Teilnamen finden |
|
| Premium | Wetterfragen in natürlicher Sprache via Claude AI |
|
Tool-Details
get_current_weather
Liefert Temperatur, gefühlte Temperatur, Luftfeuchtigkeit, Windgeschwindigkeit/-richtung, UV-Index, Sichtweite, Luftdruck und Bewölkung.
location (required) City name, US zip, UK postcode, lat/lon, or IP address
units (optional) "metric" | "imperial" — default: metricget_weather_forecast
Tägliche Höchst-/Tiefstwerte und stündliche Aufschlüsselung für bis zu 14 Tage, einschließlich Niederschlagswahrscheinlichkeit und UV-Index.
location (required) City name, zip/postcode, coordinates, or IP address
days (optional) 1–14 — default: 3
units (optional) "metric" | "imperial" — default: metricget_historical_weather
Stündlich aufgezeichnetes Wetter für jedes vergangene Datum.
location (required) City name, zip/postcode, coordinates, or IP address
date (required) YYYY-MM-DD format — must be a past date
units (optional) "metric" | "imperial" — default: metricget_future_weather
KI-gestützte erweiterte Vorhersage von 14 bis 300 Tagen in der Zukunft. Kostet 2 Premium-Credits pro Anfrage.
location (required) City name, zip/postcode, coordinates, or IP address
start_date (required) YYYY-MM-DD — 14–300 days from today
end_date (optional) YYYY-MM-DD — max 30 days per request
units (optional) "metric" | "imperial" — default: metricget_air_quality
Echtzeit-AQI-Index plus individuelle Schadstoffwerte (PM2.5, PM10, CO, NO2, SO2, O3).
location (required) City name, zip/postcode, coordinates, or IP addressget_weather_alerts
Aktive, von Behörden herausgegebene Sturm-, Hochwasser-, Hitze- und andere Wetterwarnungen.
location (required) City name, zip/postcode, coordinates, or IP addressget_astronomy
Sonnenaufgang, Sonnenuntergang, Mondaufgang, Monduntergang, Name der Mondphase und Beleuchtungsprozentsatz.
location (required) City name, zip/postcode, coordinates, or IP address
date (optional) YYYY-MM-DD — defaults to todayget_solar_data
Sonneneinstrahlung (W/m²) und geschätzte tägliche Energieerzeugung (kWh/m²).
location (required) City name, zip/postcode, coordinates, or IP address
date (optional) YYYY-MM-DD — defaults to today
units (optional) "metric" | "imperial" — default: metricget_timezone
IANA-Zeitzonenname, UTC-Offset (Stunden), aktuelle lokale Zeit und Sommerzeit-Flag.
location (required) City name, zip/postcode, coordinates, or IP addresssearch_locations
Liefert bis zu 10 passende Orte mit Name, Region, Land und Koordinaten.
query (required) Partial or full city/location nameask_ai_weather ⭐
Stellen Sie jede Wetterfrage in natürlicher Sprache. Die KI interpretiert die Absicht, ruft die relevanten Tools auf und liefert eine Antwort in natürlicher Sprache sowie die zugrunde liegenden JSON-Daten. Kostet 2 Premium-Credits pro Anfrage.
question (required) e.g. "Will it be good weather for hiking in the Lake District next weekend?"Authentifizierung
Es werden drei Methoden unterstützt — alle sind gleichwertig:
Methode | Beispiel |
Query-Parameter |
|
|
|
Bearer-Token |
|
Der Query-Parameter wird für Client-Konfigurationsdateien empfohlen. Verwenden Sie Header für den programmatischen Zugriff.
Preisgestaltung
Stufe | Kostenloses Kontingent | Überschreitung |
Standard-Tools | 1.000 Aufrufe/Tag | $0,0005 / Aufruf |
Premium-Tools | 50 Aufrufe/Tag | $0,001 / Aufruf |
Credits sind Prepaid — laden Sie diese über Ihr Dashboard auf. Kein Abonnement erforderlich.
Standard-Tools: get_current_weather, get_weather_forecast, get_air_quality, get_weather_alerts, get_astronomy, get_timezone, search_locations
Premium-Tools: get_historical_weather, get_future_weather, get_solar_data, ask_ai_weather
Maschinenlesbare Discovery
Datei | URL |
MCP-Manifest | |
LLM-Kontext | |
OpenAPI-Spezifikation |
Quellcode
Dieses Repository enthält die Implementierung des MCP-Servers. Der Server läuft als Teil der WeatherAI.io-Plattform unter https://api.weatherai.io/mcp.
src/index.ts ist eine in sich geschlossene Anpassung, die auch eigenständig ausgeführt werden kann:
npm install
WEATHERAI_API_KEY=your_key npm startDer eigenständige Server lauscht auf PORT (Standard 3000) und stellt denselben /mcp-Endpunkt bereit.
Links
Website: weatherai.io
MCP-Dokumentation: weatherai.io/mcp
API-Dokumentation: weatherai.io/docs
Preisgestaltung: weatherai.io/pricing
Registrierung: weatherai.io/register
Lizenz
MIT — siehe LICENSE.
Entwickelt von Zoomash Ltd, England (Firmen-Nr. 7838145).
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for weather with reasoning — umbrella advice, outdoor checks, city comparisons.
The official Model Context Protocol server for Ambee. It gives any MCP-compatible AI assistant — Claude, ChatGPT, Cursor, VS Code, Ollama, and more direct access to live air quality, pollen, and weather data. To get started, including information on signing up and obtaining your Ambee key, check out the Ambee documentation on https://docs.ambeedata.com
Open-Meteo MCP — weather forecast + historical reanalysis + sister APIs
Hosted MCP server for Xweather weather data: conditions, forecasts, alerts, and more.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol (MCP) server built with the mcp-framework to provide weather-related tools and data to AI clients. It enables integration of weather capabilities and custom tools into the MCP ecosystem for use with platforms like Claude Desktop.7 npm-
- AlicenseNot gradedqualityDmaintenanceAn MCP server that wraps the Ambient Weather REST API. Query your personal weather stations conversationally from Claude Code, Claude.ai, or any MCP-compatible client.1MIT
- AlicenseAqualityCmaintenanceAn MCP server that provides weather and time tools, enabling users to get current time, weather alerts, and forecasts through natural language with Claude Desktop.4MIT
- FlicenseAqualityDmaintenanceAI-powered weather aggregation from 6 sources with intelligent deduction, working as both a REST API and MCP Server for AI assistants like Claude and Cursor.62-