variation
ActiveTool of Ensembl
declared in 0.1.0
"What is [rsID]" / "look up SNP [rs...]" / "variant info for [rsN]" — fetch a genetic variation record by ID (e.g. rs56116432). Returns alleles, genomic location, clinical significance, gene mappings. Use for SNP lookups, pharmacogenomics, GWAS follow-up.
Parameters schema
{
"type": "object",
"examples": [
{
"species": "human",
"variant_id": "rs56116432"
}
],
"required": [
"species",
"variant_id"
],
"properties": {
"species": {
"type": "string"
},
"variant_id": {
"type": "string",
"description": "e.g. \"rs56116432\""
}
}
}Parent server
Ensembl
https://github.com/pipeworx-io/mcp-ensembl
1/7 registries