Server data from the Official MCP Registry
Drug safety: DrugBank, interactions, FAERS, WHO, TGA. 7 databases. Free.
Drug safety: DrugBank, interactions, FAERS, WHO, TGA. 7 databases. Free.
Remote endpoints: streamable-http: https://pharma-mcp-server.rootsbybenda.workers.dev/mcp sse: https://pharma-mcp-server.rootsbybenda.workers.dev/sse
This is a well-engineered pharmaceutical reference MCP server with strong input validation, proper authentication, and read-only data access. The code demonstrates careful attention to security with SQL injection prevention, XSS mitigation via markdown sanitization, and HMAC-based optional token authentication. Minor concerns around error handling breadth and rate limiting scope prevent a higher score, but the server is safe for production use. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity).
3 files analyzed · 6 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
Drug safety, interactions, adverse events, and regulatory data in one MCP. Check any drug or active ingredient against DrugBank, WHO Essential Medicines, FDA FAERS adverse events, drug-drug interactions, Australian TGA ARTG, FDA NDI notifications, and ChEMBL bioactivity — all source-linked and free.
Equivalent data through commercial platforms (Lexicomp, Micromedex, DrugBank Pro) costs $20,000+/year. This MCP is free.
Live endpoint: https://pharma-mcp-server.rootsbybenda.workers.dev/mcp
SSE fallback: https://pharma-mcp-server.rootsbybenda.workers.dev/sse
check_drugLook up a drug, medicine, active ingredient, or CAS number across DrugBank, WHO Essential Medicines, Australian TGA ARTG, and FDA NDI notifications. Returns identifiers, targets, schedules, dosage forms, indications, and regulatory records.
query: "ibuprofen"
→ DrugBank: Ibuprofen (DB01050), CAS 15687-27-1, approved/investigational
Targets: Prostaglandin G/H synthase 1 & 2, PPAR-gamma, CFTR
Drug-Drug Interactions: 100
WHO Essential: Yes — ATC M01AE01, analgesic/anti-inflammatory
Formulations: IV 5 mg/mL; Oral 200/400/600 mg tablet; Liquid 100-200 mg/5 mL
Dosage: 200-400 mg q6-8h; max 1200-2400 mg/day
Contraindications: Active GI bleeding; severe renal impairment; third trimester pregnancy
TGA ARTG: 10 registered products (BRUFEN 400mg, CALDOLOR IV, NUROFEN PLUS, etc.)
check_drug_interactionsCheck drug-drug interactions for one drug or a specific pair. Returns interaction severity, mechanism, clinical effect, evidence level, and management recommendations for medication safety review.
query: "warfarin aspirin"
→ Severity: MAJOR; Mechanism: additive anticoagulant + antiplatelet effect;
Clinical: increased bleeding risk; Management: avoid combination or monitor INR closely
check_adverse_eventsCheck FDA FAERS adverse-event records for a drug or active ingredient. Returns total reports, serious outcomes, death reports, top adverse reactions, and common patient age groups.
query: "isotretinoin"
→ Total reports: 12,847; Serious: 8,231; Deaths: 89; Top reactions: depression,
inflammatory bowel disease, suicide attempt; Peak age: 15-25
search_pharmaSearch across pharmaceutical regulatory and safety databases by keyword. Use for broad discovery across DrugBank, WHO Essential Medicines, TGA ARTG, FAERS, FDA NDI, drug interactions, and ChEMBL bioactivity.
query: "SSRI pregnancy" → matches across FAERS (birth defects), interactions, DrugBank warnings
| Dataset | Records |
|---|---|
| Australian TGA ARTG registered medicines | 23,259 |
| ChEMBL bioactivity records | 7,941 |
| DrugBank compounds | 4,947 |
| Drug-drug interactions | 5,000 |
| FDA FAERS adverse-event records | 2,000 |
| FDA NDI notifications | 1,330 |
| WHO Essential Medicines | 782 |
100% source-traceability: every record links to DrugBank, WHO, TGA, FDA FAERS, or ChEMBL primary sources.
Sources: DrugBank (open data), WHO Model List of Essential Medicines, Australian TGA ARTG, FDA FAERS (Adverse Event Reporting System), FDA New Dietary Ingredient notifications, ChEMBL (EMBL-EBI).
Add to your MCP config:
{
"mcpServers": {
"roots-pharma-regulatory": {
"url": "https://pharma-mcp-server.rootsbybenda.workers.dev/sse"
}
}
}
Use the Streamable HTTP endpoint:
https://pharma-mcp-server.rootsbybenda.workers.dev/mcp
Every caller receives full data; a 60 requests/minute abuse-prevention limit applies per IP.
Roots by Benda — regulatory intelligence platform built by Shahar Ben-David with Claude. Pharmaceutical database assembled from primary sources across DrugBank, WHO, TGA, FDA, and ChEMBL.
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.