medical-research-toolkit
Query 14+ biomedical databases for drug repurposing, target discovery, clinical trials, and literature research. Access ChEMBL, PubMed, ClinicalTrials.gov, OpenTargets, OpenFDA, OMIM, Reactome, KEGG, UniProt, and more through a unified MCP endpoint. Use when researching disease targets, finding approved/investigational drugs, searching clinical evidence, discovering genetic associations, or analyzing compound bioactivity data.
npx skills add FreedomIntelligence/OpenClaw-Medical-Skills --skill medical-research-toolkit --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Medical Research Toolkit Query 14+ biomedical databases for drug repurposing, target discovery, clinical evidence, and literature research — all via a unified MCP endpoint. ## ⚡ 30-Second Start ```bash # Find drugs for myasthenia gravis curl -X POST https://mcp.cloud.curiloo.com/tools/unified/mcp \ -H "Content-Type: application/json" -H "Accept: application/json" \ -d '{"jsonrpc":"2.0","method":"tools/call","params":{"name":"chembl_find_drugs_by_indication","arguments":{"indication":"myasthenia gravis","max_results":10}},"id":1}' ``` **That's it!** You now have approved and investigational drugs for the disease. --- ## Quick Recipes ### Find Drugs for a Disease ```bash curl -X POST https://mcp.cloud.curiloo.com/tools/unified/mcp \ -H "Content-Type: application/json" -H "Accept: application/json" \ -d '{"jsonrpc":"2.0","method":"tools/call","params":{"name":"chembl_find_drugs_by_indication","arguments":{"indication":"myasthenia gravis","max_results":20}},"id":1}' ``` Returns: Approved + investigational drugs with max phase reached ### Find Disease Targets ```bash # First: Find disease ID curl -X POST https://mcp.cloud.curiloo.com/tools/unified/mcp \ -H "Content-Type: application/j
- ⚡ 30-Second Start
- Quick Recipes
- Find Drugs for a Disease
- Find Disease Targets
- Search Literature
- Find Active Clinical Trials
- Check Drug Safety
- What You Get
- Use Cases
- 🧬 Drug Repurposing
- 🔬 Target Discovery
- 📋 Clinical Evidence Review
- 📊 Literature Mining
- API Endpoint
Find drugs for myasthenia gravis curl -X POST https://mcp.cloud.curiloo.com/tools/unified/mcp \ pip install medical-mcps medical-mcps Available at: http://localhost:8000/tools/unified/mcp Search multiple targets for gene in CHRNE RAPSN LRP4; do sleep 1 # Be nice to the API done
What does the medical-research-toolkit skill do?
Query 14+ biomedical databases for drug repurposing, target discovery, clinical trials, and literature research. Access ChEMBL, PubMed, ClinicalTrials.gov, OpenTargets, OpenFDA, OMIM, Reactome, KEGG, UniProt, and more through a unified MCP endpoint. Use when researching disease targets, finding approved/investigational drugs, searching clinical evidence, discovering genetic associations, or analyzing compound bioactivity data.
How do I install it?
Run `npx skills add FreedomIntelligence/OpenClaw-Medical-Skills --skill medical-research-toolkit --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From FreedomIntelligence/OpenClaw-Medical-Skills, a repository with 2,909 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
