Back to Browse

Can Immune MCP Server

Developer ToolsModerate5.2MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

Query CAN-IMMUNE: cancer neoantigen mutations, peptides, cell lines, MHC-I binding. Read-only.

About

Query CAN-IMMUNE: cancer neoantigen mutations, peptides, cell lines, MHC-I binding. Read-only.

Remote endpoints: streamable-http: https://canelib.erc.monash.edu/mcp

Security Report

5.2
Moderate5.2Moderate Risk

This is a well-architected read-only MCP server for a cancer neoantigen research database with solid security practices. Authentication is optional and properly implemented via OAuth 2.1 with rate-limiting tiers. All database queries are parameterized, statement-timeouts are enforced, and result sizes are capped. The main concerns are a hardcoded environment file path in oauth.py and verbose error messages that could leak information, but these are minor issues that do not undermine the overall security posture. Supply chain analysis found 13 known vulnerabilities in dependencies (1 critical, 8 high severity).

4 files analyzed · 17 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

database

Check that this permission is expected for this type of plugin.

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

CAN-IMMUNE MCP Server

Remote, read-only Model Context Protocol server for CAN-IMMUNE — a cancer neoantigen platform. Lets any AI agent (Claude, ChatGPT, Cursor, ...) query the database in plain language.

Connect

Add the endpoint as a custom connector, or:

claude mcp add --transport http canelib https://canelib.erc.monash.edu/mcp

Tools (read-only)

database_overview, search / fetch, search_genes, get_gene, search_cell_lines, get_cell_line, top_genes_in_cell_line, get_gene_mutations, list_tissues, list_cancer_types, get_mhc_binding.

Auth & rate limits

Works anonymously at a light rate. Optional Google sign-in (OAuth 2.1) raises the limit — academic emails (.edu, .edu.au, .ac.*) get the highest tier. Every query is parameterised, row-capped and time-bounded. Data: COSMIC, DepMap/CCLE, PubMed.

Source

canelib_mcp.py — the tools + server. oauth.py — the OAuth 2.1 / tiering layer. Secrets live outside the repo (see .gitignore).

Reviews

No reviews yet

Be the first to review this server!