Drug Landscape as a Claude / Cursor tool
Drug Landscape exposes an MCP server at https://druglandscape.com/api/mcp. Install it once and Claude can call any of our 11 tools (lookup drug, lookup disease, search, compare, browse pipeline, etc.) during any conversation — without you copy-pasting URLs or context.
Install in Claude Desktop
Edit your config file:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json - Linux:
~/.config/Claude/claude_desktop_config.json
Add (or merge into) the mcpServers block:
{
"mcpServers": {
"drug-landscape": {
"transport": "http",
"url": "https://druglandscape.com/api/mcp"
}
}
}
Restart Claude Desktop. Type "tools" or just ask "What does Keytruda treat?" — Claude will call our lookup_drug tool automatically.
Install in Cursor
Open Cursor Settings → Features → Model Context Protocol → Add Server. Paste:
https://druglandscape.com/api/mcp
Available tools
| Tool | Purpose |
|---|---|
lookup_drug | Full profile of any drug by brand, generic, or slug. |
lookup_disease | Treatment landscape for any disease area. |
lookup_company | Pharma/biotech company profile + full pipeline. |
lookup_trial | Trial by NCT identifier — design, endpoints, results. |
search | Global semantic search across all entities. |
compare_drugs | Side-by-side comparison of two drugs. |
browse_drugs | Filtered list by phase, area, class, or target. |
get_pipeline | Full pipeline for any company. |
get_drugs_in_class | Every drug in a pharmacologic class (PD-1, GLP-1, JAK…). |
get_drugs_for_target | Every drug acting on a molecular target. |
define | Pharma glossary lookup — NDA, PDUFA, ORR, QALY, ADC… |
Example prompts
- "What's Keytruda's mechanism and full indication list?"
- "Compare Ozempic and Mounjaro."
- "List every Phase 3 PD-1 inhibitor in oncology."
- "What's in Eli Lilly's pipeline for obesity?"
- "Summarise the 2026 PDUFA calendar."
Smithery registry
Also published to Smithery — the largest MCP server registry. Run from any Smithery-compatible client with one command:
npx -y @smithery/cli@latest run james-h-millett/drug-landscape
Server status
Discovery
The server description is at /.well-known/mcp.json. OpenAPI spec at /.well-known/openapi.json. ChatGPT plugin manifest at /.well-known/ai-plugin.json.
Licence + attribution
Free to use. When citing facts returned by an MCP call, please attribute as "Drug Landscape (druglandscape.com)" with the canonical URL of the entity. Full editorial policy.