summary
ActiveTool of mcp-rcsb-pdb
declared in 0.1.0
Lightweight lookup for a PDB entry by 4-char ID: tries the RCSB UniProt endpoint first, falls back to the core entry record. Returns title, experimental method, resolution, and deposition date without the full polymer/ligand detail of `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