lookup
ActiveTool of Ensembl
"Ensembl gene info for [ENSG...]" / "look up [Ensembl ID]" / "fetch [ENST.../ENSE.../ENSP...]" — fetch metadata for an Ensembl stable ID (gene / transcript / exon / translation). Returns name, biotype, chromosomal position, strand, description. Pass expand=true to include child features (transcripts of a gene, exons of a transcript). Example: ENSG00000157764 (BRAF).
Parameters schema
{
"type": "object",
"examples": [
{
"id": "ENSG00000157764"
},
{
"id": "ENST00000288602",
"expand": true
}
],
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"description": "e.g. \"ENSG00000157764\" (BRAF)"
},
"expand": {
"type": "boolean",
"description": "Include child features."
}
}
}Parent server
Ensembl
https://github.com/pipeworx-io/mcp-ensembl
1/7 registries