You're viewing a demo portfolio

Join the waitlist
PRSM

homology

Active

Tool 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"
      }
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

String Db

https://github.com/pipeworx-io/mcp-string-db

1/7 registries
View full server →
homology — String Db — PRSM MCP