# ILHealth Mcp

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

- **Type:** MCP server
- **Install:** `agentstack add mcp-david-aftergut-ilhealth-mcp`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [david-aftergut](https://agentstack.voostack.com/s/david-aftergut)
- **Installs:** 0
- **Category:** [Data & Analytics](https://agentstack.voostack.com/c/data-and-analytics)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [david-aftergut](https://github.com/david-aftergut)
- **Source:** https://github.com/david-aftergut/ILHealth-mcp

## Install

```sh
agentstack add mcp-david-aftergut-ilhealth-mcp
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Israel Health Data MCP Server

MCP server providing access to Israeli Ministry of Health data dashboard APIs.
See [Israeli Health Ministry Dashboard](https://datadashboard.health.gov.il/portal/dashboard/health).

## 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](https://docs.astral.sh/uv/) package manager

## Installation

```bash
git clone 
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:

1. For use with [Visual Studio Code (using Copilot)](https://code.visualstudio.com/download):
Go to [vscode/mcp.json](/.vscode/mcp.json) 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 [vscode://settings/mcp](vscode://settings/mcp).
Make sure to enable agent mode in your vscode copilot.


2. For use with [Claude AI Assistant](https://claude.ai):
```bash
fastmcp install server.py
```

3. For testing with MCP Inspector (Learn how at [MCP Inspector](https://modelcontextprotocol.io/docs/tools/inspector)):
```bash
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](https://github.com/modelcontextprotocol/servers).

## License

MIT License

See the [LICENSE](LICENSE) file for details.

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [david-aftergut](https://github.com/david-aftergut)
- **Source:** [david-aftergut/ILHealth-mcp](https://github.com/david-aftergut/ILHealth-mcp)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-david-aftergut-ilhealth-mcp
- Seller: https://agentstack.voostack.com/s/david-aftergut
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
