Skip to content

IMS Weather

Community63/100

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.

The Problem

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.

GuyKhGuyKhWeather & Environment
GitHub
21installs1,218views
0Write a Review
Updated: March 3, 2026|Tags:weathermeteorologyforecastIMSalertstemperature|Transport: Streamable HTTP|Language: python

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"
    }
  }
}

Features

  • Weather forecasts for any location in Israel
  • Real-time weather alerts from the Israel Meteorological Service
  • Current weather analysis by location
  • Full bilingual support (Hebrew and English)
  • Reference data for wind directions and weather codes

When to Use

  • When you want a current weather forecast for a specific location in Israel
  • When you need to check active weather alerts
  • When you want real-time weather analysis including wind and temperature
  • When planning outdoor activities and need detailed meteorological information
  • When building an application that needs Israeli weather data

Try These Prompts

Weather Forecast

What is the weather forecast for Tel Aviv today and tomorrow?

Active Alerts

Are there any active weather alerts in Israel right now?

Weather Comparison

Compare the current weather in Tel Aviv, Jerusalem, and Eilat

Try These Queries

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?

Frequently Asked Questions

Found an issue with this MCP server?

Use at your own risk. Terms of Use · Security

Know an Israeli MCP server that should be listed here? Submit an MCP

Reviews (...)