ligand
ActiveTool of mcp-rcsb-pdb
"Ligand / cofactor / drug bound to [pdb_id]" / "small molecule in [PDB entry]" — fetch a non-polymer ligand record (small molecule, cofactor, ion, or bound drug) for a PDB entry. Use to inspect what's bound in a co-crystal structure — common in drug discovery / SBDD.
Parameters schema
{
"type": "object",
"examples": [
{
"pdb_id": "1abc",
"ligand_id": "ATP"
}
],
"required": [
"pdb_id",
"ligand_id"
],
"properties": {
"pdb_id": {
"type": "string"
},
"ligand_id": {
"type": "string"
}
}
}Parent server
mcp-rcsb-pdb
https://github.com/pipeworx-io/mcp-rcsb-pdb
2/7 registries