get_molecules
ActiveTool of Pdbe
declared in 0.1.0
PDBe (EBI): list the molecules/entities in a PDB structure — proteins, nucleic acids, and ligands, each with entity_id, molecule_type, name, and chain length. Keyless. Pass a 4-char PDB id like "1cbs".
Parameters schema
{
"type": "object",
"required": [
"pdb_id"
],
"properties": {
"pdb_id": {
"type": "string",
"description": "A 4-char PDB id, e.g. \"1cbs\"."
}
}
}Parent server
Pdbe
https://github.com/pipeworx-io/mcp-pdbe
1/7 registries