Cortellis MCP Server
An MCP server enabling AI assistants to search and analyze pharmaceutical data through Cortellis. Perfect for competitive intelligence and pharmaceutical market research.
Features
- 🔍 Drug Search: Search by indication, phase, company, and development status
- 🧬 Ontology Exploration: Navigate standardized medical terminology and drug classifications
- 🛠 Developer-Friendly: Clear documentation and easy integration with AI assistants
- 🔐 Secure Authentication: Base64 token-based authentication for API access
Quick Start
Installation
Authentication Setup
The server uses a base64-encoded authentication token that combines your Cortellis username and password in the format username:password
. This token must be provided in the CORTELLIS_AUTH
environment variable.
To generate your token:
Set up your environment:
- Copy
.env.example
to.env
- Replace
your_base64_token
with your generated token:
IDE Integration
Usage
Development Status Codes
DR
: Discovery/PreclinicalC1
: Phase 1 ClinicalC2
: Phase 2 ClinicalC3
: Phase 3 ClinicalPR
: Pre-registrationR
: RegisteredL
: LaunchedDX
: DiscontinuedW
: Withdrawn
Example Queries
- "Search for drugs targeting obesity in phase 3"
- "Find all launched drugs by Novo Nordisk"
- "Explore ontology terms related to glucagon"
Python API
Documentation
Security
- Token-based authentication using base64 encoded credentials
- HTTPS encryption for API communications
- Request validation and rate limiting
- Regular security audits
- Secure environment variable handling
Support
For issues and feature requests, please use the GitHub issue tracker.
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
AIアシスタントがCortellisを介して医薬品データを検索・分析できるようにするMCPサーバー。包括的な医薬品検索、オントロジー探索、臨床試験データのリアルタイムアクセス機能を備えています。
Related MCP Servers
- -securityFlicense-quality🔍 Enable AI assistants to search and access bioRxiv papers through a simple MCP interface. The bioRxiv MCP Server provides a bridge between AI assistants and bioRxiv's preprint repository through the Model Context Protocol (MCP). It allows AI models to search for biology preprints and access theirLast updated -18
- -securityFlicense-quality🔍 Enable AI assistants to search and access medRxiv papers through a simple MCP interface. The medRxiv MCP Server provides a bridge between AI assistants and medRxiv's preprint repository through the Model Context Protocol (MCP). It allows AI models to search for health sciences preprints and acceLast updated -6
- -securityAlicense-quality🔍 Enable AI assistants to search, access, and analyze PubMed articles through a simple MCP interface.Last updated -53MIT License
- AsecurityAlicenseAqualityA Model Context Protocol server providing AI assistants with access to healthcare data tools, including FDA drug information, PubMed research, health topics, clinical trials, and medical terminology lookup.Last updated -79227MIT License