Use Drug Landscape inside your AI assistant or chat tool

Use Drug Landscape inside Claude Desktop, Cursor, ChatGPT, Gemini, Perplexity, Mistral, Continue, Zed, Cline, Windsurf, plus Slack, Telegram, and Discord bots. Free read tier · Pro for unlimited reads, write operations, and webhook delivery.

Free read
£0
  • 100 req/day per IP
  • Read endpoints (drug · company · disease · trial)
  • MCP + OpenAPI · no key needed
  • Edge-cached, polite rate limit
Perfect for AI-agent lookup inside Claude / ChatGPT / Cursor.
Recommended
Pro
£199 / month
  • 5,000 req/month · API key
  • All read endpoints + Intel store RAG
  • Write: create watchlists + CI subscriptions via API
  • Webhooks: Slack · Teams · Discord delivery
  • 16 KOL personas · Deep analysis · all Opus features
Upgrade to Pro →
Team / Enterprise
£499 / month +
  • 50,000 req/month · multi-user keys
  • SSO · audit log · per-user usage
  • Dedicated success manager + SLA
  • Custom geographic + competitor coverage
  • DPA + SOC 2 paperwork
Contact sales →

AI assistant (desktop / chat)

Code editor / IDE

Chat / messaging

Browser / desktop

Programmatic


Claude Desktop

Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "drug-landscape": {
      "transport": "http",
      "url": "https://druglandscape.com/api/mcp"
    }
  }
}

Restart Claude. Type "tools" or just ask "What does Keytruda treat?" — Claude auto-calls our lookup_drug.

Cursor

Cursor Settings → Features → Model Context Protocol → Add Server. URL: https://druglandscape.com/api/mcp.

ChatGPT

Custom GPT: create a Custom GPT in ChatGPT, paste our OpenAPI URL https://druglandscape.com/.well-known/openapi.json in the Actions section. ChatGPT will discover all 12 endpoints.

ChatGPT Desktop (2025+): add the same MCP server entry as Claude Desktop — ChatGPT Desktop ships MCP support.

Google Gemini

Create a custom Gem at gemini.google.com/gems. In the tool config, paste the OpenAPI URL: https://druglandscape.com/.well-known/openapi.json.

Perplexity AI

For Pro / Enterprise users: add druglandscape.com as a "Sources" preference in your collection so Perplexity prioritises us. For developers: call our search API directly at https://druglandscape.com/api/search.

Mistral Le Chat

Le Chat supports OpenAI-style tool calling. Paste our OpenAPI URL https://druglandscape.com/.well-known/openapi.json into the tool config.

xAI Grok

Same as Mistral — OpenAPI URL https://druglandscape.com/.well-known/openapi.json in the tool config.

Continue.dev (VS Code + JetBrains)

Edit your Continue config (~/.continue/config.json):

{
  "experimental": {
    "modelContextProtocolServer": {
      "transport": { "type": "http", "url": "https://druglandscape.com/api/mcp" }
    }
  }
}

Zed editor

Zed Settings → Assistant → MCP Servers → add https://druglandscape.com/api/mcp.

Cline / Windsurf

Both consume MCP server entries the same way Claude Desktop does. Same config block, same endpoint.

Slack slash command

Create a Slack app at api.slack.com/apps, add slash command /drug pointing at https://druglandscape.com/api/bots/slack. Detailed setup: docs/bots.

Telegram bot

Talk to @BotFather → /newbot. Set webhook to https://druglandscape.com/api/bots/telegram. Set TELEGRAM_BOT_TOKEN env var. Bot responds to /drug, /trial, /company, free text.

Discord slash commands

Create Discord app, register slash commands (/drug, /trial, /help), set Interactions Endpoint to https://druglandscape.com/api/bots/discord.

Chrome Extension

Free Chrome / Edge / Brave extension. Hover any drug, NCT trial ID, or pharma term on any website. Install via Chrome Web Store (link once published) or load unpacked from chrome-extension/.

Browser bookmarklet

Works in any browser without an extension — Chrome, Firefox, Safari, Edge, Brave. Drag to bookmarks bar from /bookmarklet. Includes a "lookup overlay" variant that shows the top hit inline without a new tab.

OpenAPI 3.1

Full machine-readable spec at /.well-known/openapi.json. Drop into any OpenAPI-aware tool (Postman, Stoplight, Bruno, agentic LLM frameworks, etc.).

Raw MCP endpoint

JSON-RPC 2.0 over HTTP at https://druglandscape.com/api/mcp. For custom MCP client implementations. Spec: modelcontextprotocol.io.

Feeds + LLM training

RSS, Atom, and JSON Feed at /feed.xml, /feed.atom, /feed.json. LLM training pipelines that ingest feeds will pick up new pharma content automatically.

For full LLM ingestion: /llms-full.txt.

Embeddable widgets (no code, no API key)

Prefer to drop a live widget into your blog or analyst page? See /embeds: Today in pharma, PDUFA calendar, Company pipeline, Branded search box.