Skip to main content
Glama
RivkiRotenberg

weather-israel-mcp

README.md
# Weather Israel MCP šŸŒ¤ļø

MCP Server ×œ×Ŗ×—×–×™×Ŗ מזג אויר ×‘×™×©×Ø××œ ×‘××ž×¦×¢×•×Ŗ Playwright.

## מה ×”×¤×Ø×•×™×§×˜ עושה

MCP Server ×©×ž××¤×©×Ø ל-LLM לשלוף ×Ŗ×—×–×™×Ŗ מזג אויר עדכנית ×œ×¢×Ø×™× ×‘×™×©×Ø××œ.
השרת פותח דפדפן ×‘××ž×¦×¢×•×Ŗ Playwright, מנווט לאתר weather2day.co.il ×•×ž×—×–×™×Ø את ×Ŗ×•×›×Ÿ ×”×Ŗ×—×–×™×Ŗ ל-LLM.

## הטאק טכנולוגי

- **MCP SDK** — ×¤×Ø×•×˜×•×§×•×œ ×œ×—×™×‘×•×Ø כלים חיצוניים ל-LLM
- **Playwright** — אוטומציה של דפדפן
- **BeautifulSoup** — ניקוי ×Ŗ×•×›×Ÿ HTML
- **uv** — ניהול ×Ŗ×œ×•×™×•×Ŗ Python

## ×”×Ŗ×§× ×” והרצה

```bash
# ×”×Ŗ×§× ×Ŗ ×Ŗ×œ×•×™×•×Ŗ
uv sync

# ×”×Ŗ×§× ×Ŗ דפדפן
uv run playwright install chromium

# הגדרת API Key בקובׄ .env
ANTHROPIC_API_KEY=sk-ant-...

# הרצה
uv run host.py
```

## ×“×•×’×ž××•×Ŗ ×œ×©××œ×•×Ŗ
מה ×”×Ŗ×—×–×™×Ŗ היום ×‘×Ŗ×œ אביב?

מה מזג האויר ×‘×™×Ø×•×©×œ×™×?

האם יהיה גשם בחיפה השבוע?

## מבנה ×”×¤×Ø×•×™×§×˜
project-template/

ā”œā”€ā”€ weather_Israel.py   # MCP Server עם Playwright

ā”œā”€ā”€ weather_USA.py      # MCP Server ×œ××Ø×”"ב (דוגמא ×ž×§×•×Ø×™×Ŗ)

ā”œā”€ā”€ client.py           # MCP Client גנרי

ā”œā”€ā”€ host.py             # צ'אט ×˜×Ø×ž×™× ×œ

└── pyproject.toml      # ×Ŗ×œ×•×™×•×Ŗ

## איך זה עובד

1. ה-LLM מקבל בקשה ×œ×Ŗ×—×–×™×Ŗ מזג אויר
2. הוא מפעיל את הכלי `get_israel_weather` עם שם העיר
3. Playwright פותח דפדפן ומנווט לאתר weather2day.co.il
4. השרת מחלׄ את ×Ŗ×•×›×Ÿ הדף ×•×ž×—×–×™×Ø אותו ל-LLM
5. ה-LLM ×ž× ×Ŗ×— את המידע ועונה ×œ×ž×©×Ŗ×ž×©

TDQS

A3.8/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no ambiguity. The tool's purpose is clear and distinct.

Naming Consistency5/5

Single tool follows a clear verb_noun pattern (get_israel_weather). Consistency is inherent.

Tool Count3/5

One tool is minimal but acceptable for a focused weather server. However, it feels borderline thin for a comprehensive weather service.

Completeness2/5

Only a single forecast tool is provided; missing current conditions, alerts, or other common weather operations. Significant gaps exist for the domain.

Maintenance

ActivityInactive
ResponsivenessNo issues