check_interactions_multi
ActiveTool of drug-interaction-mcp
declared in 0.1.1
Pairwise interaction check across a list of drugs (polypharmacy). Returns one entry per unordered pair (dedupes A-B/B-A). Limit 8 drugs (= 28 pairs).
Parameters schema
{
"type": "object",
"required": [
"drugs"
],
"properties": {
"drugs": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 8,
"minItems": 2
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
drug-interaction-mcp
https://github.com/guptaprakhariitr/drug-interaction-mcp
2/7 registries