vep
ActiveTool of Ensembl
"What's the effect of [variant]" / "predict consequences of [genomic change]" / "VEP for [chrom:pos]" — Variant Effect Predictor for a specified region + allele. Returns consequences (missense, synonymous, splice, etc.), affected genes, transcript impacts, SIFT/PolyPhen predictions. Use for variant interpretation in clinical or research genomics.
Parameters schema
{
"type": "object",
"examples": [
{
"allele": "C",
"region": "9:22125504-22125504:1",
"species": "human"
}
],
"required": [
"species",
"region",
"allele"
],
"properties": {
"allele": {
"type": "string",
"description": "e.g. \"C\""
},
"region": {
"type": "string",
"description": "e.g. \"9:22125504-22125504:1\""
},
"species": {
"type": "string"
}
}
}Parent server
Ensembl
https://github.com/pipeworx-io/mcp-ensembl
1/7 registries