Weather Israel MCP
🌦️ Weather Israel MCP
An MCP (Model Context Protocol) project that enables an LLM to retrieve weather forecasts for cities in Israel — directly from the browser, without an API, using Playwright.
🎯 Project Purpose
Instead of relying on a built-in API, the agent opens a Chrome browser, navigates to weather2day.co.il, searches for a city, selects it from the list — and then reads the page content and provides a full forecast.
🛠️ Tech Stack
Tool | Role |
Defining Tools and running the MCP server | |
Browser control — navigation, typing, clicking | |
The language model that manages the conversation | |
Environment and dependency management |
📁 Project Structure
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 # תלויות הפרויקט🚀 Running the Project
1. Installing Dependencies
uv sync2. Installing the Chrome Browser for Playwright
uv run playwright install chromium3. Setting Up the API Key
Create a .env file in the directory:
OPENAI_API_KEY=your_openai_api_key_here4. Running
uv run host.py💬 Example Questions
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?🧩 The Tools of weather_Israel MCP
Tool | Description |
| Opens a browser and navigates to the weather website |
| Types a city name into the search field |
| Selects the appropriate city from the dropdown list |
| Reads the page content and returns the forecast to the LLM (RAG) |
🧩 The Tools of weather_USA MCP
Tool | Description |
| Returns weather alerts by state code (e.g. |
| Returns a forecast by geographic coordinates |
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