MCP server providing access to Israeli Ministry of Health data dashboard APIs. Interfaces with MOH endpoints covering hospital quality of service, patient surveys, war casualties, child health checkups, child development metrics, beach water quality, and health fund (kupat cholim) information. Acts as a bridge between the official health.gov.il data dashboard and MCP-compatible AI clients.
Clone from GitHub to install
git clone https://github.com/david-aftergut/ILHealth-mcp
cd ILHealth-mcp
pip install -r requirements.txt.mcp.json
{
"mcpServers": {
"il-health": {
"command": "python",
"args": [
"server.py"
],
"cwd": "/path/to/ILHealth-mcp"
}
}
}get_available_subjectsGet a list of all available subject areas with descriptions
get_metadataGet metadata about available data endpoints for a specific subject
get_dataGet specific data from an endpoint
get_linksGet relevant links and documentation for a subject area
Official Israeli Ministry of Health public data dashboard API
Show me all available health subject areasWhat is the quality of service in Israeli hospitals?Give me data about child checkup servicesWhat are the information links for HMO insurance?Python 3.10+uvFastMCPhttpxNo API key required. Uses publicly available Ministry of Health data endpoints.
Comprehensive MCP server providing AI agents with access to Israel's complete pharmaceutical database from the Ministry of Health. Covers 1,172+ therapeutic categories (ATC classification), complete medication profiles including indications, contraindications, dosing, health basket status, pricing, and generic alternatives. Features advanced drug name search with Hebrew/English fuzzy matching, symptom-based treatment discovery, therapeutic comparison templates, safety verification workflows, and health fund formulary alignment (Clalit, Maccabi, Meuhedet, Leumit).