Weather Israel MCP
🌦️ Weather Israel MCP
Proyecto MCP (Model Context Protocol) que permite al LLM obtener el pronóstico del tiempo para ciudades de Israel — directamente desde el navegador, sin API, mediante Playwright.
🎯 Objetivo del proyecto
En lugar de depender de una API integrada, el agente abre un navegador Chrome, navega al sitio weather2day.co.il, busca una ciudad, la selecciona de la lista — y luego lee el contenido de la página y proporciona un pronóstico completo.
🛠️ Stack tecnológico
Herramienta | Función |
Definición de Tools y ejecución del servidor MCP | |
Control del navegador — navegación, escritura, clic | |
Modelo de lenguaje que gestiona la conversación | |
Gestión del entorno y dependencias |
📁 Estructura del proyecto
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 # תלויות הפרויקט🚀 Ejecución del proyecto
1. Instalación de dependencias
uv sync2. Instalación del navegador Chrome para Playwright
uv run playwright install chromium3. Configuración de la clave API
Crea un archivo .env en la carpeta:
OPENAI_API_KEY=your_openai_api_key_here4. Ejecución
uv run host.py💬 Ejemplos de preguntas
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?🧩 Las Tools de weather_Israel MCP
Tool | Descripción |
| Abre el navegador y navega al sitio del clima |
| Escribe el nombre de una ciudad en el campo de búsqueda |
| Selecciona la ciudad adecuada de la lista desplegable |
| Lee el contenido de la página y devuelve el pronóstico al LLM (RAG) |
🧩 Las Tools de weather_USA MCP
Tool | Descripción |
| Devuelve alertas meteorológicas según el código de estado (p. ej. |
| Devuelve el pronóstico según coordenadas geográficas |
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