Query 14+ biomedical databases for drug repurposing, target discovery, clinical evidence, and literature research.
Everything you need to build evidence-based research workflows using modern biomedical data.
- Complete SKILL.md — Getting started guide with quick examples
- 6 Database Guides — PubMed, ClinicalTrials, ChEMBL, OpenTargets, OpenFDA, OMIM
- 2 API References — 8 additional databases + ID mapping
- 1 Complete Workflow — Drug repurposing example with all curl commands
- Read SKILL.md — 5 minute overview
- Pick a use case — Drug repurposing, target discovery, clinical evidence review, or literature mining
- Read the relevant database guide — E.g., ChEMBL Guide
- Copy/adapt the example queries — Use the curl commands provided
- Scale up — Build your full research workflow
medical-research-toolkit/
├── SKILL.md # Main guide (START HERE)
├── references/
│ ├── pubmed.md # Literature search
│ ├── clinical-trials.md # Clinical trial search
│ ├── chembl.md # Drug-target data
│ ├── opentargets.md # Disease-target links
│ ├── openfda.md # Drug safety & FDA data
│ ├── omim.md # Genetic diseases
│ └── other-apis.md # Reactome, UniProt, KEGG, GWAS, etc.
└── scripts/
└── drug-repurposing-workflow.md # Step-by-step example
✅ 14+ Databases — ChEMBL, PubMed, ClinicalTrials, OpenTargets, OpenFDA, OMIM, Reactome, UniProt, KEGG, GWAS, and more
✅ No Setup — Use the production endpoint immediately (https://mcp.cloud.curiloo.com)
✅ Real Examples — Every database has actual curl commands you can run
✅ Complete Workflows — Full drug repurposing pipeline with all steps
✅ Clear Documentation — Written for researchers (medical jargon included but explained)
✅ Multiple Use Cases — Drug repurposing, target discovery, clinical evidence, literature mining
- OpenTargets Guide — Find disease targets
- ChEMBL Guide — Find drugs targeting those genes
- ClinicalTrials Guide — Check for ongoing trials
- OpenFDA Guide — Verify safety profile
- PubMed Guide — Search relevant papers
- Filter by gene, disease, chemical, or keyword
- Get full text for key papers
- OpenTargets Guide — Find disease targets
- GWAS Guide — Check genetic associations
- Reactome Guide — Understand biological mechanisms
- UniProt Guide — Get protein details
- OpenFDA Guide — Search adverse events
- PubMed Guide — Search case reports/literature
- ClinicalTrials Guide — Check trial data
Production (Recommended):
https://mcp.cloud.curiloo.com/tools/unified/mcp
Includes all 14+ databases unified into one endpoint.
Individual endpoints also available — See SKILL.md for URLs
curl -X POST https://mcp.cloud.curiloo.com/tools/unified/mcp \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "pubmed_search_articles",
"arguments": {
"query": "myasthenia gravis treatment",
"max_results": 10
}
},
"id": 1
}'Returns: Top 10 PubMed articles on MG treatment
- SKILL.md — High-level overview, workflows, and quick reference
- references/*.md — Deep dives into each database (read as needed)
- scripts/*.md — Complete worked examples
Start with SKILL.md. Refer to specific database guides as needed.
Most APIs are free and don't require keys. Optional keys for higher rate limits:
| Database | Key Required? | Why? | Get Key |
|---|---|---|---|
| OMIM | Yes | Proprietary medical data | https://omim.org/api |
| OpenFDA | Optional | Higher rate limits | https://open.fda.gov |
| NCI Clinical Trials | Optional | Higher rate limits | https://clinicaltrialsapi.cancer.gov |
| All others | No | Public endpoints | (not needed) |
Refer to the relevant database guide. All tools have examples and explanations of what they return.
Source: https://github.com/pascalwhoop/medical-mcps
Author: Pascal Brockmeyer (@pascalwhoop)
Organization: Every Cure (https://www.everycure.org) — Reimagining drug development through computational drug repurposing