mcp-cortellis

Integrations

  • Manages environment variables for secure credential storage, specifically for Cortellis API authentication.

  • Provides containerization support as indicated by the Docker-Ready badge, allowing deployment of the MCP server in Docker containers.

  • Enables access to repository information, issues, and pull requests via GitHub integration as indicated by the repository activity badges and references.

Cortellis MCP サーバー

AIアシスタントがCortellisを介して医薬品データを検索・分析できるようにするMCPサーバー。競合情報収集や医薬品市場調査に最適です。

特徴

  • 🔍医薬品検索:適応症、フェーズ、企業、開発状況による検索
  • 🧬オントロジー探索:標準化された医学用語と薬物分類をナビゲート
  • 🛠開発者向け: わかりやすいドキュメントと AI アシスタントとの簡単な統合
  • 🔐安全な認証:API アクセスのための Base64 トークンベースの認証

クイックスタート

インストール

# 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 .

認証設定

サーバーは、Cortellis のユーザー名とパスワードをusername:passwordの形式で組み合わせた、base64 エンコードされた認証トークンを使用します。このトークンは、 CORTELLIS_AUTH環境変数で指定する必要があります。

トークンを生成するには:

# On Unix/macOS echo -n "your_username:your_password" | base64 # On Windows PowerShell [Convert]::ToBase64String([Text.Encoding]::UTF8.GetBytes("your_username:your_password"))

環境を設定します。

  1. .env.example.envにコピーする
  2. your_base64_token生成したトークンに置き換えます。
# In .env file CORTELLIS_AUTH=your_base64_token # e.g., dXNlcm5hbWU6cGFzc3dvcmQ= MCP_WEBSOCKET=true MCP_PORT=8765

IDE統合

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

使用法

開発ステータスコード

  • DR :探索/前臨床
  • C1 :第1相臨床試験
  • C2 :第2相臨床試験
  • C3 :第3相臨床試験
  • PR :事前登録
  • R : 登録済み
  • L : 発売
  • DX :販売終了
  • W : 撤回

クエリの例

  • 「第3相臨床試験における肥満治療薬の探索」
  • 「ノボ ノルディスクが発売したすべての医薬品を検索」
  • 「グルカゴンに関連するオントロジー用語を調べる」

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" )

ドキュメント

安全

  • Base64エンコードされた資格情報を使用したトークンベースの認証
  • API通信のHTTPS暗号化
  • リクエストの検証とレート制限
  • 定期的なセキュリティ監査
  • 安全な環境変数の取り扱い

サポート

問題や機能のリクエストについては、 GitHub の問題追跡ツールを使用してください。

-
security - not tested
A
license - permissive license
-
quality - not tested

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サーバー。包括的な医薬品検索、オントロジー探索、臨床試験データのリアルタイムアクセス機能を備えています。

  1. 特徴
    1. クイックスタート
      1. インストール
      2. 認証設定
      3. IDE統合
    2. 使用法
      1. 開発ステータスコード
      2. クエリの例
      3. Python API
    3. ドキュメント
      1. 安全
        1. サポート

          Related MCP Servers

          • -
            security
            F
            license
            -
            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 their
            Last updated -
            4
            Python
            • Linux
            • Apple
          • -
            security
            F
            license
            -
            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 acce
            Last updated -
            1
            Python
            • Linux
            • Apple
          • -
            security
            A
            license
            -
            quality
            🔍 Enable AI assistants to search, access, and analyze PubMed articles through a simple MCP interface.
            Last updated -
            13
            Python
            MIT License
            • Apple
            • Linux
          • -
            security
            F
            license
            -
            quality
            A 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 -
            1
            Python
            • Linux
            • Apple

          View all related MCP servers

          ID: l2yxbgylm3