Nexotype MCP Server — biomedical knowledge graph for drug discovery, genomics, and market intelligence
Project description
Nexotype MCP Server
AI-powered biomedical knowledge graph for drug discovery, genomics, and market intelligence.
Connect your AI tools to the Nexotype platform and query the biomedical knowledge graph through conversation.
Installation
pip install nexotype-mcp
Or with uv:
uv tool install nexotype-mcp
Already installed? Update:
pip install --upgrade nexotype-mcp
Authentication
nexotype-cli login
Enter your email and password. Credentials are stored securely at ~/.nexotype/credentials.json (chmod 600).
Configure Your AI Client
Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"nexotype": {
"command": "nexotype-mcp"
}
}
}
Claude Code
claude mcp add nexotype -- nexotype-mcp
VS Code / Cursor
Add to your MCP settings:
{
"nexotype": {
"command": "nexotype-mcp"
}
}
Restart the application after saving.
Tools (28)
Graph Intelligence (6 tools)
| Tool | Description |
|---|---|
explore_network |
N-hop neighborhood of any entity |
find_path |
Shortest path between two entities |
find_similar |
Entities sharing the most relationships |
company_deep_dive |
Full portfolio of a pharma/biotech company |
drug_discovery |
Targets, pathways, indications for a drug |
competitive_landscape |
All drugs and companies targeting a protein |
AI Query (1 tool)
| Tool | Description |
|---|---|
ask_knowledge_graph |
Natural language question → grounded answer from graph |
Search & Browse (2 tools)
| Tool | Description |
|---|---|
search_entities |
List entities of any of the 61 types |
get_entity |
Full details for a specific entity |
Context (3 tools)
| Tool | Description |
|---|---|
get_permissions |
Check subscription tier and domain access |
list_subjects |
List available biological subjects |
set_subject |
Set active subject for personalization tools |
Personalized Health (10 tools)
| Tool | Description |
|---|---|
get_user_profile |
Personal info linked to the subject |
list_user_variants |
Detected genomic variants |
list_biomarker_readings |
Time-series health data |
create_biomarker_reading |
Log a new biomarker measurement |
list_treatment_logs |
Intervention history |
create_treatment_log |
Log a new treatment |
list_pathway_scores |
Pathway health scores |
list_recommendations |
Personalized treatment suggestions |
upload_genomic_file |
Upload VCF/23andMe file for analysis |
get_processing_status |
Check genomic file processing progress |
Commercial Intelligence (6 tools)
| Tool | Description |
|---|---|
list_market_organizations |
Pharma/biotech companies |
get_market_organization |
Full company details |
list_patents |
Patent filings and status |
list_development_pipelines |
Clinical trial phases |
list_regulatory_approvals |
FDA/EMA approvals |
list_licensing_agreements |
Commercial partnerships |
Example Queries
"What drugs target EGFR and are in Phase III?"
"Show me Novo Nordisk's full portfolio"
"What variants are associated with Alzheimer's risk?"
"Compare GLP-1 receptor agonists across companies"
"Who else is targeting mTOR?"
"List all therapeutic peptides in the database"
"What are my detected genomic variants?"
CLI Commands
| Command | Description |
|---|---|
nexotype-cli login |
Authenticate via browser (OAuth device flow) |
nexotype-cli login --basic |
Authenticate with email/password (headless fallback) |
nexotype-cli logout |
Delete stored credentials |
nexotype-cli status |
Show current auth status |
Environment Variables
| Variable | Default | Description |
|---|---|---|
NEXOTYPE_API_URL |
http://localhost:8000 |
API server URL |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nexotype_mcp-0.3.1.tar.gz.
File metadata
- Download URL: nexotype_mcp-0.3.1.tar.gz
- Upload date:
- Size: 20.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
70b2a300ef7321ab709d17cb7cb5715aa7e73168409e595a14d3759a314eb29b
|
|
| MD5 |
8f70c46c7d593b54aea8552d5627cc2b
|
|
| BLAKE2b-256 |
6e2c97dfbebffc509d0adda3ce4dfc7b303e7f8f638bda461578600cbf19e0e3
|
File details
Details for the file nexotype_mcp-0.3.1-py3-none-any.whl.
File metadata
- Download URL: nexotype_mcp-0.3.1-py3-none-any.whl
- Upload date:
- Size: 26.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1ec7218d5f57a8de9067585e6fc6968101e18a577a45fcde24143bbb6812efd
|
|
| MD5 |
3404155a90f6734415235458c4d43d4b
|
|
| BLAKE2b-256 |
886ab1b7ae5609e8a61cde7ce411c5504c834b389621787829b3b7afbacd08fb
|