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).
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"
}
}
}discover_drug_by_nameComprehensive medication search that finds detailed information about drugs based on their names in the Israeli healthcare system
find_drugs_for_symptomClinical decision support tool that identifies appropriate medications for specific medical conditions and symptoms
explore_generic_alternativesIdentifies generic alternatives, biosimilars, and medications within the same therapeutic class
browse_available_symptomsStructured access to the complete Israeli healthcare symptom classification system with 25 categories and 112 symptoms
get_comprehensive_drug_infoComplete medication monograph with exhaustive clinical, regulatory, and safety information
verify_drug_visual_identityVisual identification tool providing official medication images for verification and safety confirmation
suggest_drug_namesSpelling suggestions for drug names with partial or misspelled medication name correction
list_administration_routesComprehensive medication administration pathway tool with route selection criteria and clinical guidance
explore_therapeutic_categoriesATC (Anatomical Therapeutic Chemical) classification system navigation with 1,172+ therapeutic categories
/resources/therapeutic-categories-guide/resources/therapeutic-categories-guideComplete catalog of 1,172+ ATC therapeutic codes from the Israeli Ministry of Health
/resources/symptom-hierarchy-guide/resources/symptom-hierarchy-guideHierarchical medical symptom classification system for Israeli healthcare
/resources/administration-routes-guide/resources/administration-routes-guideReference guide for 105+ medication administration routes in the Israeli healthcare system
compare_therapeutic_optionsPharmaceutical comparison framework for systematic evaluation of medications across clinical, economic, and safety dimensions
drug_safety_verificationPharmaceutical safety evaluation framework for medication safety profiles, risk factors, and clinical safety considerations
symptom_to_treatment_workflowClinical decision support framework guiding systematic symptom assessment and evidence-based treatment selection
Official pharmaceutical database with drug registrations, pricing, and regulatory status
Official medication product images for visual identification
Search for information about AcamolWhat drugs are suitable for headaches?What are the generic alternatives to Advil?Show me therapeutic categories for antibioticsIs this drug covered by the health basket?Node.js 18+No API keys required. Accesses public Ministry of Health data. Install via npm install && npm run build && npm start. Supports both stdio and HTTP transports.
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.