Skip to main content
Glama

Ensembl MCP Server

get_variant_consequences

Analyze variant impacts on genes and transcripts using variant IDs or HGVS notation. Supports species-specific genomic data and annotations via the Ensembl MCP Server.

Instructions

Predict consequences of variants on genes and transcripts

Input Schema

NameRequiredDescriptionDefault
speciesNoSpecies name (default: homo_sapiens)
variantsYesVariant IDs or HGVS notation

Input Schema (JSON Schema)

{ "properties": { "species": { "description": "Species name (default: homo_sapiens)", "type": "string" }, "variants": { "description": "Variant IDs or HGVS notation", "items": { "type": "string" }, "type": "array" } }, "required": [ "variants" ], "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