Skip to main content
Glama

Ensembl MCP Server

get_xrefs

Retrieve external database cross-references for genes, including transcript and translation xrefs, using Ensembl gene IDs and optional species or database filters.

Instructions

Get external database cross-references for genes

Input Schema

NameRequiredDescriptionDefault
all_levelsNoInclude transcript and translation xrefs (default: false)
external_dbNoSpecific external database (optional)
gene_idYesEnsembl gene ID
speciesNoSpecies name (default: homo_sapiens)

Input Schema (JSON Schema)

{ "properties": { "all_levels": { "description": "Include transcript and translation xrefs (default: false)", "type": "boolean" }, "external_db": { "description": "Specific external database (optional)", "type": "string" }, "gene_id": { "description": "Ensembl gene ID", "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