Drug-drug interaction checker for clinical LLMs using RxNorm and DailyMed.
Drug-drug interaction checker for clinical LLMs using RxNorm and DailyMed. Exposed over MCP by the drug interaction checker mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.
Hosted MCP server that checks drug-drug interactions and surfaces FDA-labeled dosing for clinical LLMs. Pairwise check between two drugs with severity (contraindicated / major / moderate / minor), polypharmacy across up to 8 drugs (28 pairs), RxNorm normalization (brand → generic → RxCUI), FDA dosing guidance from DailyMed, and ATC-class alternatives. Designed for clinical-decision-support copilots.
Everything the assistant can do here goes through one of these:
check_interaction — drug_a, drug_bcheck_interactions_multi — drugs[2..8]normalize_drug_name — namedose_guide — drug — Team+find_alternatives — drug — Team+Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Drug Interaction Checker's toolset — check_interaction, check_interactions_multi, normalize_drug_name and 2 more — is a fair guide to whether it matches your workflow. It is maintained by guptaprakhariitr; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Drug Interaction Checker's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| check_interaction | drug_a, drug_b |
| check_interactions_multi | drugs[2..8] |
| normalize_drug_name | name |
| dose_guide | drug — Team+ |
| find_alternatives | drug — Team+ |
Or wire it into your MCP client:
```jsonc
{
"mcpServers": {
"drug-interaction": {
"command": "npx",
"args": ["-y", "@insnapsprakhar/drug-interaction-mcp"]
}
}
}Configuration as documented by the project. Restart the client after saving.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.