Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"israel-drugs": {
"env": {},
"args": [
"/path/to/israel-drugs-mcp-server/dist/index.js"
],
"command": "node",
"disabled": false,
"autoApprove": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Revolutionary Model Context Protocol server providing AI agents with comprehensive access to Israel's complete pharmaceutical database from the Ministry of Health.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in health
MCP server providing seamless access to FHIR APIs for AI tools and healthcare applications
MCP server for the ClinicalTrials.gov v2 API. Search trials, retrieve study details and results, and match patients to eligible trials.
Manage your Hevy workouts, routines, folders, and exercise templates. Create and update sessions faster, organize plans, and search exercises to build workouts quickly. Stay synced with changes so your training log is always up to date.
MCP server for Oura Ring API v2 (sleep, activity, readiness, heart rate, workouts).
MCP Security Weekly
Get CVE alerts and security updates for Israel Drugs Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Revolutionary Model Context Protocol server providing AI agents with comprehensive access to Israel's complete pharmaceutical database from the Ministry of Health.
The first MCP server to bridge Israel's healthcare data with AI, enabling Claude and other AI agents to provide evidence-based medication guidance, safety assessments, and therapeutic recommendations using real-time Israeli pharmaceutical data.
Unlike basic MCP servers, this includes 3 professional-grade information templates that help organize pharmaceutical data from the Ministry of Health:
compare_therapeutic_options - Structured medication comparison using official datadrug_safety_verification - Organized safety information from regulatory sourcessymptom_to_treatment_workflow - Information discovery based on medical categories# Clone repository
git clone https://github.com/DavidOsherDevDev/israel-drugs-mcp-server.git
cd israel-drugs-mcp-server
# Install dependencies
npm install
# Build project
npm run build
# Start server
npm start
Add to your Claude Desktop settings (~/.claude.json or %APPDATA%\Claude\claude.json):
{
"mcpServers": {
"israel-drugs": {
... [View full README on GitHub](https://github.com/DavidOsherdiagnostica/israel-drugs-mcp-server#readme)