israel-drugs
MCP server from DavidOsherdiagnostica/israel-drugs-mcp-server
claude mcp add --transport stdio davidosherdiagnostica-israel-drugs-mcp-server node /path/to/israel-drugs-mcp-server/dist/index.js
How to use
Israel Drugs MCP Server provides AI agents with access to Israel's Ministry of Health pharmaceutical data, enabling evidence-based medication guidance, safety assessments, and therapeutic recommendations. The server ships with three built-in information templates that structure data for clinical decision-making: compare_therapeutic_options, drug_safety_verification, and symptom_to_treatment_workflow. Use the Core Tools to search for drugs by name, explore therapeutic alternatives, verify safety information, and discover treatment pathways based on symptoms. When interacting with the MCP API, you can leverage the templates to present organized, cite-ready clinical information and to generate educational content tailored to the Israeli healthcare context.
How to install
Prerequisites:
- Node.js 18+
- npm (installed with Node.js)
- Internet access for real-time data
Installation steps:
- Clone the repository: git clone https://github.com/DavidOsherDevDev/israel-drugs-mcp-server.git
- Navigate to the project folder: cd israel-drugs-mcp-server
- Install dependencies: npm install
- Build the project (if required by the setup): npm run build
- Start the server: npm start
Claude Desktop configuration (example): Add to Claude settings the following server entry (adjust paths as needed): { "mcpServers": { "israel-drugs": { "command": "node", "args": ["/path/to/israel-drugs-mcp-server/dist/index.js"], "env": {}, "disabled": false, "autoApprove": [] } } }
Additional notes
Notes and tips:
- The MCP server is Node.js-based and expects a compiled/built entry at dist/index.js; ensure you build before starting if your setup requires it.
- The mcp_config uses the server name israel-drugs. Ensure the command points to the correct entry file for your deployment.
- Environment variables can be used to configure licensing, data sources, or feature flags; you can populate env in the mcp_config accordingly.
- This server exposes real-time Israel-specific drug data including pricing, health basket status, and Ministry of Health approvals. Verify data sources if you deploy in a regulated environment.
- When integrating with Claude or other MCP clients, you can use the built-in templates to structure outputs for easy consumption by AI agents and end users.
Related MCP Servers
boilerplate
TypeScript Model Context Protocol (MCP) server boilerplate providing IP lookup tools/resources. Includes CLI support and extensible structure for connecting AI systems (LLMs) to external data sources like ip-api.com. Ideal template for creating new MCP integrations via Node.js.
data-gov-il
Advanced MCP server for seamless access to Israeli Government Open Data
JotDown
An MCP Server in Rust for creating Notion pages & mdBooks with LLMs 🦀
google-search-console
It connects directly to your Google Search Console account via the official API, letting you access key data right from AI tools like Claude Desktop or OpenAI Agents SDK and others .
mcpulse
MCPulse - MCP Analytics Platform
rednote-analyzer
MCP server that lets AI assistants search, analyze, and generate Xiaohongshu (小红书) content with real-time data via browser automation