CAN-IMMUNE MCP Server
Provides access to PubMed literature data for cancer neoantigen research, enabling retrieval of references and cited publications within the CAN-IMMUNE platform.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@CAN-IMMUNE MCP ServerWhat are the top genes in the A549 cell line?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Registry:
io.github.sanjaysgk/can-immuneEndpoint:
https://canelib.erc.monash.edu/mcp(Streamable HTTP)Docs / how to connect: https://canelib.erc.monash.edu/connector
Connect
Add the endpoint as a custom connector, or:
claude mcp add --transport http canelib https://canelib.erc.monash.edu/mcpRelated MCP server: TogoMCP
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).
This server cannot be deployed
Maintenance
Related MCP Connectors
- mcpOAuthcom.gibsonai
GibsonAI MCP server: manage your databases with natural language
The Remote MCP server acts as a standardized bridge between LLM applications (like Claude, ChatGPT, and Cursor) and external services, enabling AI agents to access external tools and resources. Its primary capability is providing a centralized search tool to discover other MCP servers and their respective tools. Unlike local implementations, it runs remotely with OAuth authentication and permission controls for security.
Read-only MCP server exposing a user ORANO library to their own AI agent.
- UnifAPIOAuthcom.unifapi
Hosted MCP server for live public-data APIs and Skills for AI agents.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceMCP server for Addgene plasmid repository, enabling AI assistants to search, filter, and retrieve plasmid data including sequences and metadata.7MIT
- AlicenseAqualityAmaintenanceAn MCP server that gives AI assistants access to biological and biomedical RDF databases via SPARQL at the RDF Portal, as well as selected REST APIs (NCBI E-utilities, UniProt, ChEMBL, PDB, Reactome, Rhea, MeSH, and more).2913MIT
- AlicenseNot gradedqualityCmaintenanceMCP server for querying gene annotations, full-text gene search, and species taxonomy via MyGene.info. Enables AI agents to access gene data through natural language questions.15MIT
- AlicenseNot gradedqualityCmaintenanceMCP server for querying the EBI PRIDE Archive, a proteomics (mass-spectrometry) data repository, through natural language or direct tool calls.4MIT