search_targets
ActiveTool of guidetopharmacology
Search the Guide to PHARMACOLOGY (IUPHAR/BPS) — an expert-curated pharmacology database — for protein targets by name. Returns matching targets with their GtoPdb target id, abbreviation, and type (e.g. GPCR, CatalyticReceptor, Enzyme, Transporter). Use the returned target id with target_interactions to find ligands that bind it. Keyless. Complements ChEMBL/DrugBank.
Parameters schema
{
"type": "object",
"required": [
"name"
],
"properties": {
"name": {
"type": "string",
"description": "Target name or fragment to search for, e.g. \"EGFR\" or \"dopamine receptor\"."
},
"limit": {
"type": "number",
"description": "Max results to return (default 15)."
}
}
}Parent server
guidetopharmacology
https://github.com/pipeworx-io/mcp-guidetopharmacology
2/7 registries