polymer_entity
ActiveTool of mcp-rcsb-pdb
"Chain [N] of PDB [ID]" / "sequence of chain in [pdb_id]" — fetch the polymer-entity (protein/DNA/RNA chain) metadata for a specific PDB entry. Returns sequence, source organism, UniProt cross-references, GO annotations. Use to drill into one chain of a multi-chain structure.
Parameters schema
{
"type": "object",
"examples": [
{
"pdb_id": "1abc",
"entity_id": "1"
}
],
"required": [
"pdb_id",
"entity_id"
],
"properties": {
"pdb_id": {
"type": "string"
},
"entity_id": {
"type": "string"
}
}
}Parent server
mcp-rcsb-pdb
https://github.com/pipeworx-io/mcp-rcsb-pdb
2/7 registries