Cortellis MCP Server

by MCP-Mirror

231 downloads
Not rated
GitHub

About

An MCP server that provides tools to search for drugs, explore ontology terms, and retrieve detailed drug, company, and deal records from the Cortellis database. It requires valid Cortellis API credentials and is intended for developers and researchers working with…

Details

Author
MCP-Mirror
Downloads
231
Categories
Other

- Direct access to Cortellis drug, company, and deal databases
- Comprehensive drug development status search with phase filters
- Ontology/taxonomy term exploration
- Detailed drug record retrieval with SWOT analysis and financial data
- Company and deal search with multiple filter options
- Structured JSON responses and pagination support
- Supports both MCP protocol and HTTP REST API

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Cortellis MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install via npm install @uh-joan/cortellis-mcp-server. Set the environment variables CORTELLIS_USERNAME and CORTELLIS_PASSWORD. Run as an MCP server with npx cortellis-mcp-server or as an HTTP server with USE_HTTP=true PORT=3000 npx cortellis-mcp-server. Tools are invoked by an MCP client or via REST endpoints when in HTTP mode.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "cortellis mcp server": {
            "uh-joan_cortellis-mcp-server": {
                "command": "npx",
                "args": [
                    "cortellis-mcp-server"
                ]
            }
        }
    }
}

McpServers

{
    "uh-joan_cortellis-mcp-server": {
        "command": "npx",
        "args": [
            "cortellis-mcp-server"
        ]
    }
}

Cortellis MCP Server

MCP Server for searching drugs and exploring ontology terms in the Cortellis database.

Installation

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.