check_drug_interactions
ActiveTool of io.github.rootsbymenda/pharma-regulatory
Check drug-drug interactions with severity, mechanism, clinical effect, and management guidance from a curated pharmaceutical interaction database. Input: primary drug name and optional second drug for pair-specific lookup (e.g. 'warfarin' + 'aspirin'). Returns: interaction pairs with severity classification, pharmacological mechanism, clinical effect description, evidence level, and management recommendations. Single-drug queries return all known interactions grouped by severity. Database: 5,000 documented drug-drug interactions with clinical evidence. For pharmaceutical safety review and medication management. Do not use for drug monographs (use check_drug), adverse events (use check_adverse_events), or non-drug interactions.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"drug"
],
"properties": {
"drug": {
"type": "string",
"maxLength": 50,
"minLength": 1,
"description": "Primary drug or active ingredient name for interaction lookup (e.g. 'warfarin', 'metformin', 'lisinopril'). Use generic names when possible because interaction datasets usually normalize to active substances."
},
"second_drug": {
"type": "string",
"maxLength": 50,
"minLength": 1,
"description": "Optional second drug or active ingredient name for a specific interaction pair (e.g. 'aspirin'). Omit when the user wants all known interactions for the primary drug."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.rootsbymenda/pharma-regulatory
https://github.com/rootsbymenda/pharma-mcp-server
1/7 registries