Sponsored by Deepsite.site

Cortellis MCP Server

Created By
uh-joana year ago
An MCP server enabling AI assistants to search and analyze pharmaceutical data through Cortellis. Features comprehensive drug search and ontology exploration.
Content

Cortellis MCP Server

License: MIT PyPI version Python: 3.10+ PRs: Welcome

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

# Using pip
pip install cortellis-mcp

# Or for development
git clone https://github.com/uh-joan/mcp-cortellis.git
cd mcp-cortellis
python -m venv venv
source venv/bin/activate  # On Unix/macOS
pip install -e .

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:

# On Unix/macOS
echo -n "your_username:your_password" | base64

# On Windows PowerShell
[Convert]::ToBase64String([Text.Encoding]::UTF8.GetBytes("your_username:your_password"))

Set up your environment:

  1. Copy .env.example to .env
  2. Replace your_base64_token with your generated token:
# In .env file
CORTELLIS_AUTH=your_base64_token  # e.g., dXNlcm5hbWU6cGFzc3dvcmQ=
MCP_WEBSOCKET=true
MCP_PORT=8765

IDE Integration

{
  "mcps": {
    "cortellis": {
      "command": ["python"],
      "args": ["-m", "cortellis_mcp"],
      "env": {
        "CORTELLIS_AUTH": "your_base64_token",
        "MCP_WEBSOCKET": "true",
        "MCP_PORT": "8765"
      }
    }
  }
}

Usage

Development Status Codes

  • DR: Discovery/Preclinical
  • C1: Phase 1 Clinical
  • C2: Phase 2 Clinical
  • C3: Phase 3 Clinical
  • PR: Pre-registration
  • R: Registered
  • L: Launched
  • DX: Discontinued
  • W: 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

from cortellis_mcp import search_drugs, explore_ontology

# Search for Phase 3 obesity drugs
results = search_drugs(
    indication="obesity",
    phase="C3"
)

# Explore ontology terms
terms = explore_ontology(
    category="indication",
    term="diabetes"
)

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.

Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
DeepChatYour AI Partner on Desktop
ChatWiseThe second fastest AI chatbot™
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
RedisA Model Context Protocol server that provides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.
Serper MCP ServerA Serper MCP Server
Amap Maps高德地图官方 MCP Server
CursorThe AI Code Editor
Tavily Mcp
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
Y GuiA web-based graphical interface for AI chat interactions with support for multiple AI models and MCP (Model Context Protocol) servers.
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
Playwright McpPlaywright MCP server
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
WindsurfThe new purpose-built IDE to harness magic
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code