drug_label
ActiveTool of io.github.digitalweb33333-creator/x402-endpoints
Drug interactions, warnings and contraindications lookup from the official FDA openFDA drug labels — by generic or brand name. Returns the key label sections. Coverage US. Price: $0.05 per call (x402 payment, USDC on Base mainnet). Drug label lookup against the official FDA openFDA drug labels. By generic or brand name, returns key label sections: drug interactions, warnings, contraindications, indications and boxed warning. Coverage US. For healthcare, pharmacy and clinical-decision-support agents. Not medical advice.
Parameters schema
{
"type": "object",
"required": [
"drug"
],
"properties": {
"drug": {
"type": "string",
"description": "Drug generic or brand name, e.g. 'ibuprofen' or 'Advil'"
},
"limit": {
"type": "integer",
"description": "Max labels [1-10], e.g. 1"
}
}
}Parent server
io.github.digitalweb33333-creator/x402-endpoints
https://github.com/digitalweb33333-creator/x402-endpoints
1/7 registries