Drug Landscape as a Claude / Cursor tool

Run pharma queries inside Claude Desktop, Cursor, Continue.dev, or any other Model Context Protocol client.

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:

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

ToolPurpose
lookup_drugFull profile of any drug by brand, generic, or slug.
lookup_diseaseTreatment landscape for any disease area.
lookup_companyPharma/biotech company profile + full pipeline.
lookup_trialTrial by NCT identifier — design, endpoints, results.
searchGlobal semantic search across all entities.
compare_drugsSide-by-side comparison of two drugs.
browse_drugsFiltered list by phase, area, class, or target.
get_pipelineFull pipeline for any company.
get_drugs_in_classEvery drug in a pharmacologic class (PD-1, GLP-1, JAK…).
get_drugs_for_targetEvery drug acting on a molecular target.
definePharma glossary lookup — NDA, PDUFA, ORR, QALY, ADC…

Example prompts

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

Checking…

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.