drugbank_drug_names
Pack: drugbank · Endpoint: https://gateway.pipeworx.io/drugbank/mcp
Look up a drug by name or product. Resolves a query string to matching DrugBank drugs/products and their DrugBank IDs. Example: drugbank_drug_names({ query: “lipitor”, _apiKey: “your-key” })
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
query | string | yes | Drug or product name to search for, e.g. “lipitor”, “atorvastatin”. |
_apiKey | string | yes | DrugBank API key (commercial; trial keys at dev.drugbank.com). |
Example call
curl -X POST https://gateway.pipeworx.io/drugbank/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"drugbank_drug_names","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"drugbank": {
"url": "https://gateway.pipeworx.io/drugbank/mcp"
}
}
}
See Getting Started for client-specific install steps.