cortellis-mcp-server
1
The Cortellis MCP Server allows users to search for drugs and explore ontology terms within the Cortellis database. It features direct access to drug and deal development status, taxonomy exploration, and financial analysis using a structured JSON format. The server can be run in different modes, including as an MCP or HTTP server.
Overview
MCP Server for searching drugs and exploring ontology terms in the Cortellis database.
Features
- Direct access to Cortellis drug and deal database
- Comprehensive drug and deal development status search
- Ontology/taxonomy term exploration
- Detailed drug and deal information retrieval
- SWOT analysis for drugs
- Financial data and forecasts
- Structured JSON responses
- Pagination support for large result sets
Installation
- Use npm to install:
npm install @uh-joan/cortellis-mcp-server
Usage
- Configure environment variables for Cortellis credentials.
- Run as either MCP or HTTP server.
Tools
search_drugs
: Search for drugs with various optional inputs.explore_ontology
: Explore taxonomy terms.get_drug
: Retrieve entire drug record by ID.get_drug_swot
: Retrieve SWOT analysis by drug ID.get_drug_financial
: Retrieve financial data by drug ID.get_company
: Retrieve company record by ID.search_companies
: Search companies with various optional inputs.search_deals
: Search deals with various optional inputs.
HTTP API Endpoints
- Includes endpoints like
POST /search_drugs
andGET /drug/:id
.