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).
The Ministry of Health pharmaceutical database contains critical information about medications, dosing, contraindications, and health basket status, but access is complex. Doctors, pharmacists, and patients need a simple way to search medications, compare generic alternatives, and check what is covered by their health fund.
Clone from GitHub to install
git clone https://github.com/DavidOsherDevDev/israel-drugs-mcp-server
cd israel-drugs-mcp-server
npm install && npm run build.mcp.json
{
"mcpServers": {
"israel-drugs": {
"command": "node",
"args": [
"dist/index.js"
],
"cwd": "/path/to/israel-drugs-mcp-server"
}
}
}Find detailed information about Acamol including dosage, contraindications, and health basket status
Find generic alternatives to Lipitor and compare prices and availability across health funds
What common medications for high blood pressure are available in Clalit health basket?
Search for information about Acamol
What drugs are suitable for headaches?
What are the generic alternatives to Advil?
Show me therapeutic categories for antibiotics
Is this drug covered by the health basket?
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.
Search active and completed clinical trials at Israeli hospitals and research centers including Sheba, Hadassah, Ichilov, and Rambam. Use when looking for experimental treatments, finding trial eligibility criteria, or researching medical studies in Israel. Wraps the ClinicalTrials.gov v2 API with automatic Israel location filtering.
Comprehensive Israeli nutrition database with 4,500+ foods and 74 nutritional components per item, including traditional Israeli dishes (hummus, falafel, jachnun, Israeli salad). Use when tracking nutrition, planning meals with Israeli foods, comparing nutritional values, or analyzing recipes. Based on the Ministry of Health's official National Nutrition Database (Tzameret) via data.gov.il.
Know an Israeli MCP server that should be listed here? Submit an MCP