Skip to main content
Glama

Ensembl MCP Server

get_homologs

Identify orthologous and paralogous genes across species using a gene ID and optional target species. Supports JSON or XML output for comparative genomic analysis.

Instructions

Find orthologous and paralogous genes across species

Input Schema

NameRequiredDescriptionDefault
formatNoOutput format (default: json)
gene_idYesEnsembl gene ID
speciesNoSource species name (default: homo_sapiens)
target_speciesNoTarget species to search (optional)
typeNoHomolog type (default: all)

Input Schema (JSON Schema)

{ "properties": { "format": { "description": "Output format (default: json)", "enum": [ "json", "xml" ], "type": "string" }, "gene_id": { "description": "Ensembl gene ID", "type": "string" }, "species": { "description": "Source species name (default: homo_sapiens)", "type": "string" }, "target_species": { "description": "Target species to search (optional)", "type": "string" }, "type": { "description": "Homolog type (default: all)", "enum": [ "orthologues", "paralogues", "all" ], "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