search_ligands
ActiveTool of guidetopharmacology
Search the Guide to PHARMACOLOGY (IUPHAR/BPS) — an expert-curated pharmacology database — for drug ligands by name. Returns matching ligands with their GtoPdb ligand id, type (e.g. Synthetic organic, Peptide, Antibody, Metabolite), and approval status. Use the returned ligand id with ligand_interactions to find which protein targets it acts on. Keyless. Complements ChEMBL/DrugBank.
Parameters schema
{
"type": "object",
"required": [
"name"
],
"properties": {
"name": {
"type": "string",
"description": "Ligand name or fragment to search for, e.g. \"aspirin\" or \"imatinib\"."
},
"limit": {
"type": "number",
"description": "Max results to return (default 15)."
}
}
}Parent server
guidetopharmacology
https://github.com/pipeworx-io/mcp-guidetopharmacology
2/7 registries