structure
ActiveTool of mcp-rcsb-pdb
"PDB entry [1abc] details" / "fetch protein structure [pdb_id]" / "metadata for [PDB ID]" — full PDB entry record by ID (e.g. "1abc", "7BV2"). Returns experimental method (X-ray / cryo-EM / NMR), resolution, authors, deposition date, organism, ligands, related entities. Use after `search` to inspect a specific structure.
Parameters schema
{
"type": "object",
"examples": [
{
"pdb_id": "1abc"
}
],
"required": [
"pdb_id"
],
"properties": {
"pdb_id": {
"type": "string"
}
}
}Parent server
mcp-rcsb-pdb
https://github.com/pipeworx-io/mcp-rcsb-pdb
2/7 registries