Skip to main content
Glama

Ensembl MCP Server

ensembl_meta

Retrieve server metadata, species information, data releases, and system status from the Ensembl genomics database. Supports version tracking and species-specific queries for comprehensive genomic insights.

Instructions

Get server metadata, data releases, species info, and system status. Covers /info/* endpoints and /archive/id for version tracking.

Input Schema

NameRequiredDescriptionDefault
archive_idNoID to get version information for (alternative to info_type) (e.g., 'ENSG00000141510', 'rs699')
divisionNoEnsembl division name (e.g., 'vertebrates', 'plants', 'fungi', 'metazoa')
info_typeNoType of information to retrieve
speciesNoSpecies name (required for species-specific info) (e.g., 'homo_sapiens', 'mus_musculus', 'drosophila_melanogaster')

Input Schema (JSON Schema)

{ "anyOf": [ { "required": [ "info_type" ] }, { "required": [ "archive_id" ] } ], "properties": { "archive_id": { "description": "ID to get version information for (alternative to info_type) (e.g., 'ENSG00000141510', 'rs699')", "type": "string" }, "division": { "description": "Ensembl division name (e.g., 'vertebrates', 'plants', 'fungi', 'metazoa')", "type": "string" }, "info_type": { "description": "Type of information to retrieve", "enum": [ "ping", "rest", "software", "data", "species", "divisions", "assembly", "biotypes", "analysis", "external_dbs", "variation" ], "type": "string" }, "species": { "description": "Species name (required for species-specific info) (e.g., 'homo_sapiens', 'mus_musculus', 'drosophila_melanogaster')", "type": "string" } }, "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/effieklimi/ensembl-mcp-server'

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