שרת MCP לגישה לנתוני מזג אוויר מהשירות המטאורולוגי הישראלי (שמ"י). מספק מידע על תחנות ניטור מזג אוויר ברחבי ישראל, נתוני תחזית לפי מיקום, התרעות מזג אוויר עדכניות, ניתוח מזג אוויר בזמן אמת, מיפוי כיווני רוח, תיאורי קודי תנאי מזג אוויר ומידע מקיף של פורטל עירוני המשלב מספר נקודות נתונים. תומך בתגובות בעברית ובאנגלית דרך StreamableHttp.
שכפלו מ-GitHub להתקנה
git clone https://github.com/GuyKh/ims-mcp
cd ims-mcp
pip install -r requirements.txt.mcp.json
{
"mcpServers": {
"ims-weather": {
"command": "python",
"args": [
"-m",
"ims_mcp.server"
],
"cwd": "/path/to/ims-mcp"
}
}
}get_forecast_dataGet weather forecast data for a specific location by language (Hebrew/English)
get_ims_alertsGet current weather alerts from IMS by language (Hebrew/English)
get_weather_analysisGet current weather analysis for a specific location by language (Hebrew/English)
get_city_portalGet comprehensive location information including weather data by language (Hebrew/English)
ims://locations/heims://locations/heWeather monitoring locations in Israel (Hebrew)
ims://locations/enims://locations/enWeather monitoring locations in Israel (English)
ims://wind-directions/heims://wind-directions/heWind direction codes and azimuth mappings (Hebrew)
ims://wind-directions/enims://wind-directions/enWind direction codes and azimuth mappings (English)
ims://weather-codes/heims://weather-codes/heWeather condition codes and descriptions (Hebrew)
ims://weather-codes/enims://weather-codes/enWeather condition codes and descriptions (English)
Official Israeli Meteorological Service API for weather data, forecasts, and alerts
מה תחזית מזג האוויר בתל אביב?האם יש התראות מזג אוויר כרגע?מה מזג האוויר הנוכחי בירושלים?הצג מידע מקיף על מזג האוויר בחיפהמה כיווני הרוח הצפויים היום?Python 3.10+uvFastAPIuvicornhttpxmcppydanticNo API key required. Server runs on port 8000 via StreamableHttp. Docker deployment supported.