ILHealth-mcp
The Israel Health Data MCP Server provides access to the Israeli Ministry of Health data through a Model Context Protocol server, enabling efficient retrieval of data concerning medical services quality, child development, and more. It is designed to bridge the gap between the Ministry's API and MCP clients, offering various tools for data interaction.
Israel Health Data MCP Server
MCP server providing access to Israeli Ministry of Health data dashboard APIs.
See Israeli Health Ministry Dashboard.
Description
This project provides a FastMCP server that interfaces with Israel's ministry of health data.
Allowing easy access to information about hospitals' quality of service, surveys and much more.
It serves as a bridge between the MOH API and MCP clients.
Requirements
- Python 3.10 or higher
- uv package manager
Installation
git clone <repository-url>
cd ILHealth-mcp
uv venv
.venv\Scripts\activate
uv pip install -r pyproject.toml
uv lock
Usage
Install and run the server using one of these methods:
-
For use with Visual Studio Code (using Copilot):
Go to and replace {YOUR-LOCAL-PATH} with the path you cloned the repo.
VSCode should discover you server automatically.
If that doesn't work, make sure you enabled MCP & MCP.Discovery in .
Make sure to enable agent mode in your vscode copilot.
-
For use with Claude AI Assistant:
fastmcp install server.py
- For testing with MCP Inspector (Learn how at MCP Inspector):
fastmcp dev server.py
Available health subjects
The following subjects are available:
- Medical Services
- Health Services Quality
- War Casualties
- Child Checkup
- Child Development
- Beaches
- Health Funds (Insurance)
NCP Tools
get_available_subjects
Get a list of all available subject areas with descriptions.
get_metadata
Get metadata about available data endpoints for a specific subject.
get_data
Get specific data from an endpoint.
get_links
Get relevant links and documentation for a subject area.
Contributing
We welcome contributions to help improve the Israel Health Data MCP server.
Whether you want to add new tools, enhance existing functionality, or improve documentation, your input is valuable.
For examples of other MCP servers and implementation patterns, see the Model Context Protocol servers repository.
License
MIT License
See the file for details.