homology
ActiveTool of String Db
declared in 0.1.0
Retrieve STRING-DB homology mappings for a list of protein identifiers (gene symbols or accessions) within a given NCBI taxonomy species (default 9606=human), returning cross-species homolog relationships.
Parameters schema
{
"type": "object",
"examples": [
{
"identifiers": [
"9606.ENSP00000269305"
]
},
{
"species": 10090,
"identifiers": [
"9606.ENSP00000269305",
"9606.ENSP00000005339"
]
}
],
"required": [
"identifiers"
],
"properties": {
"species": {
"type": "number"
},
"identifiers": {
"type": "array",
"items": {
"type": "string"
}
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
String Db
https://github.com/pipeworx-io/mcp-string-db
1/7 registries