Skip to main content
Glama

🌦️ Weather Israel MCP

MCP(Model Context Protocol)プロジェクトで、LLMがイスラエルの都市の天気予報を取得できるようにします。APIなしで、Playwrightを使ってブラウザから直接取得します。


🎯 プロジェクトの目的

組み込みAPIに依存する代わりに、エージェントがChromeブラウザを開き、weather2day.co.il に移動して都市を検索し、リストから選択してから、ページの内容を読み取って完全な予報を提供します。


🛠️ 技術スタック

ツール

役割

MCP SDK

Toolsの定義とMCPサーバーの実行

Playwright

ブラウザ操作 — ナビゲーション、入力、クリック

OpenAI API

会話を管理する言語モデル

uv

環境と依存関係の管理


📁 プロジェクト構成

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 sync

2. Playwright用のChromeブラウザのインストール

uv run playwright install chromium

3. APIキーの設定

ディレクトリに .env ファイルを作成します:

OPENAI_API_KEY=your_openai_api_key_here

4. 実行

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?

🧩 weather_Israel MCP のツール

Tool

説明

open_weather_forecast_israel

ブラウザを開いて天気サイトに移動する

enter_weather_forecast_city_israel

検索フィールドに都市名を入力する

select_weather_forecast_city_israel

ドロップダウンリストから該当する都市を選択する

extract_weather_data_from_page

ページの内容を読み取り、予報をLLMに返す(RAG)


🧩 weather_USA MCP のツール

Tool

説明

get_alerts_in_USA

国コードに基づいて気象警報を返す(例:CANY

get_forecast_in_USA

地理座標に基づいて予報を返す

-
license - not tested
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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.

View all MCP Connectors

Latest Blog Posts

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