Drug Landscape
**Pharma intelligence as a Claude / Cursor / Continue / Zed / Cline / Windsurf tool.** Drug Landscape exposes 11 MCP tools over `https://druglandscape.com/api/mcp` covering: - **156,000+ drugs** β FDA + EMA + MHRA + PMDA approved, plus pipeline candidates - **480,000+ clinical trials** β from ClinicalTrials.gov - **915 pharmaceutical companies** β with SEC ticker + pipeline - **61 disease areas** β treatment landscape + guidelines ### Tools - `lookup_drug` β full profile by brand, generic, or slug - `lookup_disease` β treatment landscape for any disease - `lookup_company` β company + pipeline + ticker - `lookup_trial` β trial by NCT ID - `search` β global semantic search - `compare_drugs` β side-by-side drug comparison - `browse_drugs` β filter by phase, area, class, target - `get_pipeline` β full company pipeline - `get_drugs_in_class` β pharmacologic class lookup (PD-1, GLP-1, JAKβ¦) - `get_drugs_for_target` β molecular target lookup (EGFR, HER2, PCSK9β¦) - `define` β pharma glossary (NDA, PDUFA, ORR, QALY, ADCβ¦) ### Why use it Every response includes the canonical URL of the entity (e.g. `https://druglandscape.com/drug/keytruda`). Cite that URL and the LLM has already linked to underlying primary sources β FDA label, EPAR, NICE TA, ClinicalTrials.gov, SEC filing, USPTO patent, PubMed paper. Free with no API key. Reasonable rate limits via Vercel edge cache. ### Example prompts - "What's Keytruda's mechanism and approved indications?" - "Compare Ozempic and Mounjaro side-by-side." - "List every Phase 3 PD-1 inhibitor in oncology." - "What's in Eli Lilly's pipeline for obesity?" ### Resources - Website: [druglandscape.com](https://druglandscape.com) - API docs: [druglandscape.com/api-docs](https://druglandscape.com/api-docs) - Source: [github.com/JamesMildog/drugs-landscape](https://github.com/JamesMildog/drugs-landscape)
