drug-pipeline-mcp
💊 drug-pipeline-mcp
Pharma-F&E-Pipeline-Intelligenz für KI-Agenten – Klinische Studien, FDA-Zulassungen, Arzneimittelinformationen & Publikationen in einem MCP-Server.
Keine Halluzinationen. Jedes Ergebnis lässt sich auf eine NCT-ID, FDA-Antragsnummer oder PMID zurückführen.
Schnellstart
pip install git+https://github.com/DasClown/drug-pipeline-mcp.git
# or try it on Smithery: https://smithery.ai/servers/crop-mcp/drug-pipeline
# Start MCP server (stdio)
drug-pipeline
# Or HTTP mode for remote access
pip install drug-pipeline-mcp[http]
drug-pipeline --http --port 8081Related MCP server: BioLab MCP Server
Tools (6)
Tool | Funktion | Datenquelle |
| Suche nach klinischen Studien nach Indikation, Phase, Status, Sponsor | ClinicalTrials.gov |
| Vollständiges Protokoll für eine spezifische NCT (Einschlusskriterien, Ergebnisse, Standorte) | ClinicalTrials.gov |
| Arzneimittelinfo: Wirkstoffe, Stärke, ATC-Klassifikation, NDC | openFDA + RxNorm |
| FDA-Zulassungshistorie mit Einreichungsdaten und Status | openFDA |
| EU/EMA-Zulassungsstatus – Markennamen, ATC, Status, Orphan-/Biosimilar-Flags | EMA Daily XLSX |
| FAERS-Berichte zu unerwünschten Ereignissen – häufigste Reaktionen, schwerwiegende Ergebnisse, Gesamtzahl | openFDA FAERS |
| Arzneimittel nach Indikation finden – welche Medikamente sind in der EU für eine Indikation zugelassen | EMA Daily XLSX |
| Studienergebnisse – Ergebnismessungen, unerwünschte Ereignisse, Baseline, Teilnehmerfluss | ClinicalTrials.gov |
| EU-Orphan-Drug-Designationen – Filter nach therapeutischem Bereich | EMA Daily XLSX |
| Unternehmens-F&E-Pipeline – alle Studien gruppiert nach Phase + EU-Zulassungsstatus | ClinicalTrials.gov + EMA |
| PubMed-Suche für Arzneimittel-/Studienpublikationen | PubMed / NCBI |
| Zusammengesetzt – Arzneimittelinfo + FDA + EU + Sicherheit + Studien + Publikationen + Orphan | Alle Quellen |
Beispiel-Agentenabfragen
"Was ist in der Pipeline für GLP-1-Agonisten?" →
drug_pipeline(drug_name="semaglutide")→ ATC-Klasse, FDA-Status, 10+ Studien, Publikationen
"Welche Unternehmen haben Phase-3-Studien für nicht-kleinzelligen Lungenkrebs?" →
search_trials(condition="non-small cell lung cancer", phase="PHASE3", status="RECRUITING")
"Ist Pembrolizumab in der EU im Vergleich zu den USA zugelassen?" →
get_approvals(drug_name="Keytruda")→ FDA-Einreichungshistorie mit Daten →get_eu_approvals(drug_name="Keytruda")→ EU-Zulassungsstatus
"Was sind die Sicherheitssignale für Semaglutid?" →
get_safety_data(drug_name="semaglutide")→ 6.027 FAERS-Berichte, häufigste Reaktionen: Übelkeit (862), Erbrechen (750)
"Welche Medikamente sind für nicht-kleinzelligen Lungenkrebs zugelassen?" →
approved_for_condition(condition="non-small cell lung cancer")→ 82 Medikamente (Keytruda, Tagrisso, Opdivo, Tecentriq, ...)
"Was sind die Einschlusskriterien für NCT03178617?" →
get_trial_detail(nct_id="NCT03178617")
Beispielausgabe (drug_pipeline)
{
"status": "ok",
"query": {"drug_name": "semaglutide"},
"drug_info": {
"atc_classification": {"code": "A10BJ", "name": "GLP-1 analogues"},
"rxcui": "1991302",
"products": [{"brand_name": "Ozempic", "generic_name": "semaglutide", "labeler": "Novo Nordisk"}]
},
"clinical_trials": { "results": [ ... ] },
"publications": { "total_count": 846, "returned_count": 5 },
"data_sources": ["openFDA", "RxNorm", "PubMed", "clinicaltrials.gov"]
}Architektur
drug-pipeline-mcp/
├── drug_pipeline/
│ ├── __init__.py # Version
│ ├── server.py # MCP server (6 tools)
│ └── sources.py # Data source fetchers
├── drug_pipeline_cli.py # CLI entry point
├── pyproject.toml
└── README.mdKein maschinelles Lernen. Keine Vorhersagen. Nur strukturierte Synthese verifizierter Primärquellen.
Datenquellen
Quelle | Daten | Kostenlos |
ClinicalTrials.gov | 500K+ Studien, Phasen, Status, Eignung, Ergebnisse | ✅ Immer kostenlos |
openFDA Drug Approvals | FDA-Zulassungen, NDC-Verzeichnis, Einreichungen | ✅ Immer kostenlos |
openFDA FAERS | Berichte zu unerwünschten Ereignissen, Reaktionen, Ergebnisse | ✅ Immer kostenlos |
RxNorm / RxNav | Arzneimittelkennungen, ATC-Klassifikation | ✅ Immer kostenlos |
PubMed / NCBI | Wissenschaftliche Publikationen | ✅ Immer kostenlos |
EMA Medicines Register | EU-Zulassungsstatus, ATC, Orphan-/Biosimilar-Flags, therapeutische Bereiche | ✅ Immer kostenlos |
Anti-Halluzination
Jedes Ergebnis enthält:
NCT ID →
https://clinicaltrials.gov/study/NCT...FDA-Antragsnummer →
https://www.accessdata.fda.gov/...PMID →
https://pubmed.ncbi.nlm.nih.gov/PMID...
Keine berechneten Felder, keine Vorhersagen, keine "ungefähren" Schätzungen.
Sprache
Alle Ausgaben erfolgen auf Englisch (JSON-Feldnamen, Beschreibungen, Ergebnisse). Der Server kann über den language-Parameter auf Smithery für zukünftige Lokalisierungsunterstützung konfiguriert werden.
Lizenz
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityNot gradedmaintenanceSupplement safety MCP server for AI agents. FDA FAERS signals, CYP450 pathways, 584 compound aliases. Works with Claude Desktop, LangChain, CrewAI.51
- AlicenseNot gradedqualityCmaintenanceUnified MCP server providing AI-agent-ready access to AlphaFold, PubMed, ChEMBL, Ensembl, and 37+ scientific databases.MIT
- AlicenseNot gradedqualityDmaintenanceMCP server for clinical and pharmaceutical data, enabling search of ClinicalTrials.gov, PubMed, FDA, and ICH guidelines without API keys.32MIT
- AlicenseAqualityBmaintenanceAn MCP server that enables AI assistants to query U.S. FDA public datasets, including drug adverse events, labeling, recalls, approvals, shortages, NDC directory, and medical device regulatory information.10MIT
Related MCP Connectors
Regulatory Catalysts MCP — high-value biotech regulatory calendar events (keyless).
Real-time Amazon, WIPO & PACER data for AI agents — 19 tools via the MCP protocol.
Free oncology data (research, trials, FDA approvals, news) plus IBM MAMMAL biomedical predictions.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/DasClown/drug-pipeline-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server