Skip to main content
Glama

Ensembl MCP Server

batch_gene_lookup

Search for multiple genes in parallel within the Ensembl MCP Server. Input gene IDs and species to retrieve genomic data in JSON or XML format, supporting efficient bulk gene lookup.

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