Use Drug Landscape inside your AI assistant or chat tool
- 100 req/day per IP
- Read endpoints (drug · company · disease · trial)
- MCP + OpenAPI · no key needed
- Edge-cached, polite rate limit
- 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
- 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
AI assistant (desktop / chat)
-
Claude Desktop MCPNative MCP support since Nov 2024. setup guide →
-
ChatGPT Custom GPT + Desktop MCPOpenAPI plugin in the GPT store, plus MCP for ChatGPT Desktop (2025+). setup guide →
-
Google Gemini Custom Gem + OpenAPITool calling via OpenAPI 3.1 spec. setup guide →
-
Perplexity AI Source CollectionAdd as a Pro/Enterprise source. Or use our /search API directly. setup guide →
-
Mistral Le Chat OpenAPI toolOpenAI-compatible tool calling. setup guide →
-
xAI Grok OpenAPI toolOpenAI-compatible tool calling. setup guide →
Code editor / IDE
-
Cursor MCPSettings → MCP → Add server. setup guide →
-
config.json mcpServers block. setup guide →
-
Zed editor MCPassistant_v2 settings. setup guide →
-
Cline (VS Code) MCPmcp_servers config. setup guide →
-
Cascade settings. setup guide →
Chat / messaging
-
Slack Slash command/drug keytruda — Block Kit response. setup guide →
-
Telegram Bot webhook/drug, /trial, /company, free-text search. setup guide →
-
Discord Slash commands/drug, /trial — Ed25519 verified. setup guide →
Browser / desktop
-
Chrome Extension Manifest V3Hover any drug, trial, or pharma term on any website.
-
Bookmarklet One-line JSDrag to bookmarks bar. Works in any browser.
Programmatic
-
OpenAPI 3.1 spec REST/.well-known/openapi.json — for any HTTP-capable client.
-
MCP server (raw) JSON-RPC over HTTP/api/mcp — for custom MCP clients.
-
RSS / Atom / JSON Feed StandardsBlog content for AI training pipelines + feed readers.
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.