Drug Interaction Checker

v1.0.0

A powerful MCP server built with NitroStack

Connection Setup

Add via Cursor Settings UI (Settings > Features > MCP > Add New MCP Server):

{
  "mcpServers": {
    // your other mcp servers
    "drug-interaction-checker": {
      "url": "https://drugwise-6a5b32b8-nova-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"
    }
  }
}

Connect remote tools directly via Claude's Web UI:

Add custom connector BETA
Connect Claude to your data and tools. Learn more about connectors or get started with pre-built ones.
Advanced settings
Only use connectors from developers you trust. Anthropic does not control which tools developers make available and cannot verify that they will work as intended or that they won't change.

Configure custom tools directly via ChatGPT's Web UI:

New App
PNG only. Best results at 256 x 256 px or larger. Max file size: 10 KB
Custom MCP servers introduce risk. Learn more
OpenAI hasn't reviewed this MCP server. Attackers may attempt to steal your data or trick the model into taking unintended actions, including destroying data.

Add the following configuration block under mcpServers in your Antigravity configuration file (~/.gemini/config/mcp_config.json):

{
  "mcpServers": {
    // your other mcp servers
    "drug-interaction-checker": {
      "serverUrl": "https://drugwise-6a5b32b8-nova-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"
    }
  }
}

Add the following configuration block to your Codex configuration file (~/.codex/config.toml):

[mcp_servers.drug-interaction-checker]
url = "https://drugwise-6a5b32b8-nova-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"

Connect directly using the Server-Sent Events endpoint:

https://drugwise-6a5b32b8-nova-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp
Available Tools
orchestrator_check_drug_interactions

Checks real-time drug interaction safety by querying FDA adverse event reports, PubMed biomedical research, and ClinicalTrials.gov simultaneously. Call this when a doctor wants to prescribe a new drug to a patient already on other medications. Returns live evidence from all three sources with dates, so you know the data is current. Always call get_drug_info first to understand the mechanism, then call this tool.

drug_info_get_drug_info

Get comprehensive pharmacological information about any drug — drug class, enzyme pathways it inhibits or induces (CYP2C9, CYP3A4, etc.), brand names, generic name, primary use, and which other drug classes it commonly interacts with. ALWAYS call this tool first before calling check_drug_interactions. Understanding the mechanism (e.g. strong CYP2C9 inhibitor) tells you which patient medications to be most concerned about.

drug_alternatives_get_drug_alternatives

When a dangerous drug interaction is found, call this tool to get safer alternative medications in the same therapeutic class. Returns brand names, generic names, key side effects, contraindications, and why the alternative is safer for this specific patient. Provide the drug class and the condition being treated for best results.

clinical_trials_search_clinical_trials

Search ClinicalTrials.gov for studies related to a drug and current medications.

polypharmacy_risk_check_polypharmacy_risk

Checks every pair of medications in a patient medication list for interaction risks.