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 トークンベースの認証
クイックスタート
インストール
認証設定
サーバーは、Cortellis のユーザー名とパスワードをusername:password
の形式で組み合わせた、base64 エンコードされた認証トークンを使用します。このトークンは、 CORTELLIS_AUTH
環境変数で指定する必要があります。
トークンを生成するには:
環境を設定します。
.env.example
を.env
にコピーするyour_base64_token
生成したトークンに置き換えます。
IDE統合
使用法
開発ステータスコード
DR
:探索/前臨床C1
:第1相臨床試験C2
:第2相臨床試験C3
:第3相臨床試験PR
:事前登録R
: 登録済みL
: 発売DX
:販売終了W
: 撤回
クエリの例
- 「第3相臨床試験における肥満治療薬の探索」
- 「ノボ ノルディスクが発売したすべての医薬品を検索」
- 「グルカゴンに関連するオントロジー用語を調べる」
Python API
ドキュメント
安全
- Base64エンコードされた資格情報を使用したトークンベースの認証
- API通信のHTTPS暗号化
- リクエストの検証とレート制限
- 定期的なセキュリティ監査
- 安全な環境変数の取り扱い
サポート
問題や機能のリクエストについては、 GitHub の問題追跡ツールを使用してください。
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 -4Python
- -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 -1Python
- -securityAlicense-quality🔍 Enable AI assistants to search, access, and analyze PubMed articles through a simple MCP interface.Last updated -13PythonMIT License
- -securityFlicense-qualityA 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 -1Python