Weather Israel MCP
🌦️ Wetter Israel MCP
Ein MCP-Projekt (Model Context Protocol), das es LLMs ermöglicht, Wettervorhersagen für Städte in Israel abzurufen – direkt über den Browser, ohne API, mithilfe von Playwright.
🎯 Projektziel
Anstatt sich auf eine eingebaute API zu verlassen, öffnet der Agent einen Chrome-Browser, navigiert zur Website weather2day.co.il, sucht eine Stadt, wählt sie aus der Liste aus – und liest dann den Seiteninhalt, um eine vollständige Vorhersage zu liefern.
🛠️ Technologie-Stack
Tool | Rolle |
Einrichtung von Tools und Ausführung des MCP-Servers | |
Browsersteuerung – Navigation, Eingabe, Klicks | |
Sprachmodell, das das Gespräch führt | |
Verwaltung der Umgebung und Abhängigkeiten |
📁 Projektstruktur
project-template/
├── client.py # MCP Client גנרי — מתחבר לשרתי MCP
├── host.py # צ'אט טרמינל שמחבר את הכל יחד
├── weather_USA.py # MCP Server לתחזית ארה"ב (דרך NWS API)
├── weather_Israel.py # MCP Server לתחזית ישראל (דרך Playwright)
├── .env # מפתח API (לא מועלה ל-Git)
└── pyproject.toml # תלויות הפרויקט🚀 Projektausführung
1. Abhängigkeiten installieren
uv sync2. Chrome-Browser für Playwright installieren
uv run playwright install chromium3. API-Schlüssel konfigurieren
Erstelle eine Datei .env im Verzeichnis:
OPENAI_API_KEY=your_openai_api_key_here4. Ausführen
uv run host.py💬 Beispielfragen
Query: what is the weather in Jerusalem?
Query: מה התחזית לתל אביב?
Query: האם גשום היום בחיפה?
Query: what is the weather forecast for Bnei Brak?
Query: what are the weather alerts in NY?
Query: what is the forecast for latitude 40.7, longitude -74.0?🧩 Die Tools des Wetter-Israel-MCP
Tool | Beschreibung |
| Öffnet einen Browser und navigiert zur Wetter-Website |
| Gibt einen Stadtnamen in das Suchfeld ein |
| Wählt die passende Stadt aus der Dropdown-Liste aus |
| Liest den Seiteninhalt und liefert die Vorhersage an das LLM (RAG) |
🧩 Die Tools des Wetter-USA-MCP
Tool | Beschreibung |
| Liefert Wetterwarnungen basierend auf dem Staatscode (z. B. |
| Liefert eine Vorhersage basierend auf geografischen Koordinaten |
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
Open-Meteo MCP — weather forecast + historical reanalysis + sister APIs
US weather & geo for AI agents: forecasts, alerts, earthquakes, elevation, geocoding. No keys.
US weather, alerts, earthquakes and elevation for AI agents, from NWS/NOAA and USGS. No API keys.
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/miri0612/weather-mcp-with-playwright'
If you have feedback or need assistance with the MCP directory API, please join our Discord server