homology
ActiveTool of Ensembl
declared in 0.1.0
"What's the mouse / rat / zebrafish ortholog of [human gene]" / "ortholog of [gene] in [species]" / "homologs of [gene]" — orthologs and paralogs for a gene across species. Use for cross-species comparison, model organism work, evolutionary analysis.
Parameters schema
{
"type": "object",
"examples": [
{
"species": "human",
"symbol_or_id": "BRAF",
"target_species": "mus_musculus"
},
{
"species": "human",
"symbol_or_id": "ENSG00000157764",
"target_species": "danio_rerio"
}
],
"required": [
"species",
"symbol_or_id"
],
"properties": {
"species": {
"type": "string"
},
"symbol_or_id": {
"type": "string"
},
"target_species": {
"type": "string"
}
}
}Parent server
Ensembl
https://github.com/pipeworx-io/mcp-ensembl
1/7 registries