Skip to main content
Glama

Ensembl MCP Server

lookup_gene

Retrieve comprehensive gene details, including transcripts and exons, using stable IDs or symbols from the Ensembl database, with customizable output formats like JSON, FASTA, or GFF.

Instructions

Get detailed gene information by stable ID or symbol

Input Schema

NameRequiredDescriptionDefault
expandNoInclude transcript and exon details (default: false)
formatNoOutput format (default: json)
gene_idYesEnsembl gene ID or gene symbol (e.g., ENSG00000139618, BRCA2)
speciesNoSpecies name (default: homo_sapiens)

Input Schema (JSON Schema)

{ "properties": { "expand": { "description": "Include transcript and exon details (default: false)", "type": "boolean" }, "format": { "description": "Output format (default: json)", "enum": [ "json", "fasta", "gff" ], "type": "string" }, "gene_id": { "description": "Ensembl gene ID or gene symbol (e.g., ENSG00000139618, BRCA2)", "type": "string" }, "species": { "description": "Species name (default: homo_sapiens)", "type": "string" } }, "required": [ "gene_id" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Augmented-Nature/Ensembl-MCP-Server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server