You're viewing a demo portfolio

Join the waitlist
PRSM

lookup

Active

Tool of Ensembl

declared in 0.1.0

"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."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Ensembl

https://github.com/pipeworx-io/mcp-ensembl

1/7 registries
View full server →