Turn 290 million compound-disease associations into actionable drug repurposing insights. Your AI agent connects directly — no dashboards, no login portals.
Every compound-disease association is scored across 5 quality dimensions. Data sources: CTD, ChEMBL 37, PubMed/MEDLINE, MeSH. Updated monthly.
All tools are exposed via the MCP (Model Context Protocol). Your AI agent discovers them automatically.
Search compounds repositionable for a disease. Matches by name or MeSH code across Tier1 high-confidence and relaxed candidate pools.
Retrieve the top-ranked high-confidence candidates. Filter by disease and minimum quality score threshold.
Explore a drug's full repositioning profile: which diseases it may treat, supporting evidence, and quality scores.
Platform overview: total candidates, average quality, coverage rate. No parameters needed.
Search the disease thesaurus. Returns MeSH codes and standard names. Supports Chinese and English keywords.
Retrieve subscription tiers and Alipay payment QR code. Called automatically when the user asks about pricing.
Generate a checkout link for a selected plan. Creates a Paddle transaction and returns the payment URL.
Retrieve unread notifications for the current account. Called automatically at the start of each conversation to check for admin confirmations and activation updates.
ML evidence scoring for known (drug, disease) candidate pairs. Sorts therapeutic-evidence confidence from a CTD-trained classifier.
Real ClinicalTrials.gov evidence: same-trial co-occurrence of candidate drug ∩ disease MeSH. Validation & competition signal (not efficacy proof).
Post-market safety fingerprint from FDA FAERS (openFDA): real-world adverse-event profile aligned to the disease space.
Mechanism explainability: drug→target→gene→disease knowledge-graph path. Why a drug is mechanistically worth attention (not efficacy evidence).
Reset your API key via the email used at registration. Generates and sends a new key.
Pay-as-you-go subscription. Cancel anytime. All plans include full tool access with monthly query quota.
Any MCP-compatible AI assistant (Claude Desktop, WorkBuddy, Cursor, etc.) can connect to your data in one line.
# One command — installs CLI, adds server, ready to use
npx -y smithery mcp add 5928301/drug-repositioning
{
"mcpServers": {
"drug-repositioning": {
"url": "https://nqnc.com/mcp",
"headers": {
"Authorization": "Bearer <your-api-key>"
}
}
}
}
# "Find drug repurposing candidates for lung cancer" → search_by_disease(disease: "D009447", limit: 10) # "What new diseases can Sorafenib treat?" → get_drug_detail(drug: "SORAFENIB") # "Show me the top 5 most confident candidates" → get_tier1_top(limit: 5, min_dq: 85) # "What's the coverage of this database?" → get_kpi() # "Is this candidate already in real clinical trials?" → get_clinical_trials(drug: "CURCUMIN", disease: "D009447") # "Why is this drug mechanistically interesting?" → get_mechanism_path(drug: "CURCUMIN") # "What's its real-world safety profile?" → get_faers_signals(drug: "METFORMIN")
All requests require a Bearer token in the Authorization header. Contact us to obtain your API key or get a free trial.
Connect your AI agent to the most comprehensive drug repositioning dataset — or let us generate a custom report for your disease of interest.
Alipay accepted. Monthly subscription, cancel anytime.