mcp-cortellis

by uh-joan
Verified

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.

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 토큰 기반 인증

빠른 시작

설치

지엑스피1

인증 설정

서버는 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 : Discovery/Preclinical
  • C1 : 임상 1상
  • C2 : 임상 2상
  • C3 : 임상 3상
  • PR : 사전 등록
  • R : 등록됨
  • L : 출시됨
  • DX : 단종
  • W : 철회됨

예제 쿼리

  • "비만 타깃 약물 3상 탐색 중"
  • "Novo Nordisk에서 출시한 모든 약물을 찾아보세요"
  • "글루카곤과 관련된 온톨로지 용어 탐색"

파이썬 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

AI 비서가 Cortellis를 통해 제약 데이터를 검색하고 분석할 수 있도록 지원하는 MCP 서버입니다. 포괄적인 약물 검색, 온톨로지 탐색, 그리고 실시간 임상 시험 데이터 접근 기능을 제공합니다.

  1. Features
    1. Quick Start
      1. Installation
      2. Authentication Setup
      3. IDE Integration
    2. Usage
      1. Development Status Codes
      2. Example Queries
      3. Python API
    3. Documentation
      1. Security
        1. Support
          ID: l2yxbgylm3