Weather Israel MCP
Provides weather forecast data for US and Israel, using OpenAI's API for conversational interaction.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Weather Israel MCPwhat's the weather in Jerusalem?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
# 🌦️ Weather Israel MCP
פרויקט MCP (Model Context Protocol) שמאפשר ל-LLM לשלוף תחזית מזג אוויר לערים בישראל — ישירות מהדפדפן, ללא API, באמצעות Playwright.
🎯 מטרת הפרויקט
במקום להסתמך על API מובנה, ה-Agent פותח דפדפן כרום, מנווט לאתר weather2day.co.il, מחפש עיר, בוחר אותה מהרשימה — ואז קורא את תוכן הדף ומספק תחזית מלאה.
Related MCP server: Weather MCP Agent
🛠️ סטאק טכנולוגי
כלי | תפקיד |
הגדרת Tools והרצת שרת MCP | |
שליטה בדפדפן — ניווט, הקלדה, לחיצה | |
מודל השפה שמנהל את השיחה | |
ניהול סביבה ותלויות |
📁 מבנה הפרויקט
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 # תלויות הפרויקט🚀 הרצת הפרויקט
1. התקנת תלויות
uv sync2. התקנת דפדפן כרום עבור Playwright
uv run playwright install chromium3. הגדרת מפתח API
צור קובץ .env בתיקייה:
OPENAI_API_KEY=your_openai_api_key_here4. הרצה
uv run host.py💬 דוגמאות לשאלות
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?🧩 ה-Tools של weather_Israel MCP
Tool | תיאור |
| פותח דפדפן ומנווט לאתר מזג האוויר |
| מקליד שם עיר בשדה החיפוש |
| בוחר את העיר המתאימה מהרשימה הנפתחת |
| קורא את תוכן הדף ומחזיר את התחזית ל-LLM (RAG) |
🧩 ה-Tools של weather_USA MCP
Tool | תיאור |
| מחזיר התראות מזג אוויר לפי קוד מדינה (e.g. |
| מחזיר תחזית לפי קואורדינטות גיאוגרפיות |
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/rivka-git/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server