# Drug Renal Dose Adjuster MCP for AI Agents AI Agent Connect

> Drug Renal Dose Adjuster helps healthcare workers calculate precise medication changes for patients with kidney issues. It handles dose reductions, interval extensions, and flags dangerous contraindications based on CrCl or eGFR levels.

## Overview
- **Category:** healthcare
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_bNw3QruGvhASVONJznaLRgktJhdv3Aeqiy9kNd9g/ai-agent-connect
- **Tags:** renal-function, dosage-adjustment, ckd, medication-safety, pharmacokinetics

## Description

The Drug Renal Dose Adjuster is a clinical decision support tool designed to help healthcare professionals manage medication regimens for patients with varying stages of Chronic Kidney Disease (CKD). By providing the patient's Creatinine Clearance (CrCl) or estimated Glomerular Filtration Rate (eGFR), you can determine precise dose reductions or interval extensions. The tool also identifies critical contraindications where a drug should not be used due to high toxicity risk at specific renal thresholds. It helps you browse a supported medication catalog and retrieve standard dosing information quickly. You can find this in the Vinkius catalog to get it running in your preferred AI client in minutes.

## Tools

### list_all_drugs
Shows the full list of medications supported by the tool. This lets you quickly check if a specific drug is covered.

### calculate_renal_adjustment
Calculates the specific dose reduction or interval extension based on a patient's renal metrics. This ensures patients receive safe amounts of medication.

### get_drug_baseline
Pulls the standard starting dose and interval for a specific medication. This provides a clear starting point for all clinical calculations.

## Prompt Examples

**Prompt:** 
```
What is the standard dose for Vancomycin?
```

**Response:** 
```
The baseline dose for Vancomycin is **1000 mg every 12 hours**.
```

**Prompt:** 
```
Adjust the dose of Metformin for a patient with an eGFR of 30.
```

**Response:** 
```
For Metformin with an eGFR of 30, the adjusted dose is **500 mg every 24 hours**. 

**Clinical Note:** This patient is in Stage 4 CKD. Please monitor renal function closely.
```

**Prompt:** 
```
Is Gentamicin safe for a patient with CrCl of 20?
```

**Response:** 
```
**No**, Gentamicin is contraindicated for this patient. 

*   **Reason:** The CrCl has fallen below the safety threshold.
*   **Action:** Do not administer Gentamicin without further clinical review.
```

## Capabilities

### Calculate dose reductions
Determine the correct medication amount based on a patient's renal function metrics.

### Extend dosing intervals
Adjust how often a patient takes a drug to prevent toxicity in kidney patients.

### Identify drug contraindications
Flag medications that are dangerous to use at specific renal thresholds.

### Retrieve drug baselines
Get the standard starting dose and interval for any medication in the catalog.

### Browse medication catalog
Search through all supported drugs to see which ones are available for adjustment.

## Use Cases

### Adjusting Metformin for low eGFR
A nurse notices a patient's eGFR has dropped to 30. They ask the agent to adjust the Metformin dose using calculate_renal_adjustment to get the new safe amount.

### Checking Gentamicin safety
A doctor needs to know if Gentamicin is safe for a patient with a CrCl of 20. The agent checks for contraindications and flags the risk immediately.

### Finding Vancomycin baseline
A pharmacist starts a new treatment plan and uses get_drug_baseline to find the standard starting dose for Vancomycin before making any adjustments.

### Verifying drug coverage
A clinician uses list_all_drugs to see if a specific medication is included in the renal adjustment catalog before recommending it to a patient.

## Benefits

- Stop manual math errors by using calculate_renal_adjustment to get precise dose reductions every time.
- Quickly identify dangerous contraindications to prevent high-toxicity events in renal patients.
- Save time looking up baseline data with get_drug_baseline instead of flipping through old manuals.
- Ensure consistency across the care team by using a single source of truth for dosage guidelines.
- Reduce the risk of over-medication for patients with fluctuating CrCl or eGFR levels.

## How It Works

The bottom line is you get accurate, evidence-based dosing adjustments in seconds.

1. Provide the patient's renal function data (CrCl or eGFR) and the drug name to your agent.
2. The Connector processes the data against clinical guidelines and safety thresholds.
3. You get the adjusted dose, new interval, and any safety warnings instantly.

## Frequently Asked Questions

**How does the Drug Renal Dose Adjuster help with CKD patients?**
It calculates precise medication dose changes based on a patient's renal function. This helps you ensure patients with kidney disease receive the correct amount of medication for their specific needs.

**Can I use the Drug Renal Dose Adjuster to check for drug safety?**
Yes, it identifies critical contraindications where a drug might be toxic. It flags medications that should not be used at specific renal thresholds to help prevent adverse events.

**What renal metrics does the Drug Renal Dose Adjuster use?**
It uses Creatinine Clearance (CrCl) and estimated Glomerular Filtration Rate (eGFR). You can provide either of these values to get accurate dosage adjustments for your patients.

**Does the Drug Renal Dose Adjuster have a list of medications?**
Yes, it includes a catalog of supported drugs. You can browse this list to see which medications are available for renal dose calculations and baseline info.

**How does the Drug Renal Dose Adjuster improve my workflow?**
It replaces manual calculations and manual chart lookups. Your AI client can instantly provide adjusted doses and safety warnings, letting you spend more time on patient care.

**How do I find which drugs are supported?**
You can use the `list_all_drugs` tool to retrieve a complete, searchable list of all medications currently available in our hardcoded catalog.

**What renal metrics can I use for calculations?**
The tool supports both Creatinine Clearance (CrCl) and estimated Glomerular Filtration Rate (eGFR). When using `calculate_renal_adjustment`, simply specify the measurement type.

**How does the tool handle drug contraindications?**
The `calculate_renal_adjustment` tool automatically checks if the patient's renal value has fallen below a safety threshold. If it has, the tool will flag the drug as contraindicated and provide a clinical warning.