MCP.so
Sign In

Israel Health Data MCP Server

@david-aftergut

About Israel Health Data MCP Server

MCP server providing access to Israeli Ministry of Health data dashboard APIs.

Basic information

Category

Data & Analytics

License

MIT

Runtime

python

Transports

stdio

Publisher

david-aftergut

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "ILHealth-mcp": {
      "command": "uv",
      "args": [
        "venv"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Israel Health Data MCP Server?

An MCP server that interfaces with the Israeli Ministry of Health data dashboard APIs, providing easy access to information about hospitals' quality of service, surveys, and more. It serves as a bridge between the MOH API and MCP clients.

How to use Israel Health Data MCP Server?

Install via git clone and use uv to set up the environment, then activate the virtual environment and install dependencies with uv pip install -r pyproject.toml. For Claude use fastmcp install server.py; for testing with MCP Inspector use fastmcp dev server.py. For Visual Studio Code (Copilot) configure the MCP server in .vscode/mcp.json and enable MCP Discovery.

Key features of Israel Health Data MCP Server

  • Access to Israeli Ministry of Health data dashboards.
  • Provides tools: get_available_subjects, get_metadata, get_data, get_links.
  • Covers subjects: Medical Services, Health Services Quality, War Casualties, Child Checkup, Child Development, Beaches, Health Funds (Insurance).
  • Bridges the MOH API to MCP clients.
  • Works with VS Code Copilot, Claude AI Assistant, and MCP Inspector.

Use cases of Israel Health Data MCP Server

  • Query hospital quality-of-service data from the MOH dashboard.
  • Retrieve survey results on health services quality.
  • Access war casualty statistics for research or reporting.
  • Obtain child development checkup data for public health analysis.
  • Fetch health fund (insurance) information.

FAQ from Israel Health Data MCP Server

What subjects are available?

Medical Services, Health Services Quality, War Casualties, Child Checkup, Child Development, Beaches, and Health Funds (Insurance).

What are the system requirements?

Python 3.10 or higher and the uv package manager.

How can I run the server with Claude?

Use the command fastmcp install server.py in the project directory.

Which tools does the server provide?

Four tools: get_available_subjects, get_metadata, get_data, and get_links.

How do I set it up with Visual Studio Code?

Place the configured MCP server path in .vscode/mcp.json and enable MCP and MCP Discovery in VS Code settings. Agent mode must be enabled in Copilot.

Comments

More Data & Analytics MCP servers