xrefs
ActiveTool of Ensembl
declared in 0.1.0
"What's the UniProt / HGNC / RefSeq ID for [gene]" / "cross-references for [gene symbol]" — external database IDs (UniProt, RefSeq, HGNC, Entrez, OMIM, etc.) for a gene symbol. Use to map between bio-database identifier spaces.
Parameters schema
{
"type": "object",
"examples": [
{
"symbol": "TP53",
"species": "human"
}
],
"required": [
"species",
"symbol"
],
"properties": {
"symbol": {
"type": "string"
},
"species": {
"type": "string"
}
}
}Parent server
Ensembl
https://github.com/pipeworx-io/mcp-ensembl
1/7 registries