Connects Claude to the IUPHAR/BPS Guide to Pharmacology database without requiring API keys. Runs through Pipeworx's gateway, which handles authentication and routing for you. The source doesn't list specific tools, but GtoPdb typically covers ligand interactions, receptor data, and drug target information across pharmacological research. You'd use this when working with pharmaceutical data, researching drug mechanisms, or querying receptor classifications without managing your own API credentials. Part of Pipeworx's larger collection of 823+ data sources, so you can either use this standalone endpoint or connect to their full gateway for broader access.
IUPHAR/BPS Guide to PHARMACOLOGY (GtoPdb) MCP — keyless.
Part of Pipeworx — an MCP gateway connecting AI agents to 823+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"guidetopharmacology": {
"url": "https://gateway.pipeworx.io/guidetopharmacology/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 823+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Guidetopharmacology data" })
The gateway picks the right tool and fills the arguments automatically.
MIT