lookup_symbol
ActiveTool of Ensembl
"What's the Ensembl ID for [gene symbol]" / "look up [gene] in Ensembl" / "BRCA1 / TP53 / BRAF Ensembl info" / "find gene [symbol] in [species]" — look up a gene by symbol within a species (e.g. species="human" symbol="BRCA1"). Returns Ensembl gene ID, chromosomal position, biotype, description. Use to convert HGNC gene symbols to Ensembl IDs for genomics workflows.
Parameters schema
{
"type": "object",
"examples": [
{
"symbol": "BRAF",
"species": "human"
},
{
"expand": true,
"symbol": "Braf",
"species": "mus_musculus"
}
],
"required": [
"species",
"symbol"
],
"properties": {
"expand": {
"type": "boolean"
},
"symbol": {
"type": "string"
},
"species": {
"type": "string",
"description": "e.g. \"human\", \"mus_musculus\""
}
}
}Parent server
Ensembl
https://github.com/pipeworx-io/mcp-ensembl
1/7 registries