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

NameTypeRequiredDescription
querystringyesDrug or product name to search for, e.g. “lipitor”, “atorvastatin”.
_apiKeystringyesDrugBank 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.

Regenerated from source · build July 8, 2026