Skip to main content
Glama

Ensembl MCP Server

batch_gene_lookup

Query multiple gene IDs at once using species-specific genomic data from the Ensembl REST API for detailed biological annotations. Supports JSON and XML output formats.

Instructions

Look up multiple genes simultaneously

Input Schema

NameRequiredDescriptionDefault
formatNoOutput format (default: json)
gene_idsYesList of gene IDs (max 200)
speciesNoSpecies name (default: homo_sapiens)

Input Schema (JSON Schema)

{ "properties": { "format": { "description": "Output format (default: json)", "enum": [ "json", "xml" ], "type": "string" }, "gene_ids": { "description": "List of gene IDs (max 200)", "items": { "type": "string" }, "maxItems": 200, "minItems": 1, "type": "array" }, "species": { "description": "Species name (default: homo_sapiens)", "type": "string" } }, "required": [ "gene_ids" ], "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