MCP server for accessing weather data from the Israeli Meteorological Service (IMS). Provides location information for all weather monitoring stations across Israel, weather forecast data by location, current weather alerts, real-time weather analysis, wind direction mappings, weather condition code descriptions, and comprehensive city portal information combining multiple data points. Supports both Hebrew and English responses via StreamableHttp transport.
Accessing weather data from the Israeli Meteorological Service requires a technical API interface that is not directly accessible. People need forecasts, alerts, and real-time data but cannot easily integrate this information into their AI tools.
Clone from GitHub to install
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"
}
}
}What is the weather forecast for Tel Aviv today and tomorrow?
Are there any active weather alerts in Israel right now?
Compare the current weather in Tel Aviv, Jerusalem, and Eilat
What is the weather forecast in Tel Aviv?
Are there any weather alerts right now?
What is the current weather in Jerusalem?
Show comprehensive weather information for Haifa
What are the expected wind directions today?
Know an Israeli MCP server that should be listed here? Submit an MCP