# eGFR Calculator MCP for AI Agents AI Agent Connect

> eGFR Calculator lets your AI agent perform precise kidney function assessments. It handles the math for CKD-EPI 2021 and MDRD formulas, then maps those results to specific KDIGO CKD stages. You'll get immediate clinical classifications and medication dosage recommendations based on renal health.

## Overview
- **Category:** healthcare
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_W1TNoUAO9DoNszXUStGuGvaNbO7uMvxkqfh4XuDu/ai-agent-connect
- **Tags:** egfr, ckd-epi, mdrd, kidney-function, nephrology, clinical-aid

## Description

If you're working in nephrology or primary care, you know how much manual heavy lifting goes into calculating kidney function. You're constantly juggling different formulas, checking patient labs, and trying to figure out exactly where they land on the CKD staging scale. This Connector takes that math off your plate. Instead of hunting for calculators or double-checking constants, you can just have your AI agent run the numbers for you. It handles the modern gold standard without race-based adjustments and can even pull up the older MDRD formula when you need a legacy comparison. Once the math is done, it doesn't just leave you with a number; it tells you what that number actually means for the patient. It pulls in the KDIGO classification and suggests how to adjust medications based on that specific renal stage. It's a massive help for keeping your clinical workflow organized. You can find it listed in the Vinkius catalog, where it plugs right into your existing AI setup so you can get straight to the patient care.

## Tools

### calculate_ckdepi_2021
Use this to get a modern eGFR estimate without race adjustments. It's the current standard for accurate kidney function testing.

### calculate_mdrd_formula
This tool runs the older MDRD formula for you. It's useful for comparing results against legacy data or specific historical records.

### get_clinical_classification
This gives you the KDIGO CKD stage and dosage advice. It turns a raw number into a clear clinical action plan.

## Prompt Examples

**Prompt:** 
```
Calculate eGFR using CKD-EPI 2021 for a 45-year-old male with a serum creatinine of 1.2 mg/dL.
```

**Response:** 
```
The estimated GFR (eGFR) using the CKD-EPI 2021 formula is **75 mL/min/1.73m²**.
```

**Prompt:** 
```
What is the clinical stage for an eGFR of 12 mL/min/1.73m²?
```

**Response:** 
```
An eGFR of 12 mL/min/1.73m² corresponds to **Stage G5 (Kidney Failure)**.

**Clinical Advice:**
*   Medication dosage adjustment is recommended.
*   Monitor for signs of uremia.
```

**Prompt:** 
```
Calculate MDRD eGFR for a 60-year-old female with creatinine of 2.0 mg/dL.
```

**Response:** 
```
The estimated GFR using the MDRD formula is **28 mL/min/1.73m²**.
```

## Capabilities

### Calculate CKD-EPI 2021 eGFR
Get modern kidney function estimates without race-based adjustments.

### Run MDRD calculations
Perform traditional MDRD formula calculations for legacy data comparison.

### Identify KDIGO CKD stages
Convert raw eGFR values into clinical G1 to G5 stages.

### Get dosage adjustment advice
Receive specific medication recommendations based on renal function.

### Compare renal health metrics
View results from multiple formulas side by side in one session.

## Use Cases

### Rapid clinic review
A nephrologist needs to see a patient's CKD stage quickly during a busy morning clinic to decide on a treatment path.

### Medication safety check
A primary care doctor wants to check if a patient's creatinine levels require a lower dose of a common medication.

### Batch lab screening
A nurse practitioner is reviewing a batch of lab results and needs to flag patients with Stage G4 kidney failure.

### Clinical education
A medical student is practicing how to interpret renal labs and wants to see the corresponding KDIGO advice.

## Benefits

- Stop manual math errors by using calculate_ckdepi_2021 to get accurate eGFR results every time.
- Get immediate KDIGO staging with get_clinical_classification to see exactly where a patient falls on the G1 to G5 scale.
- Simplify medication safety by getting automated dosage adjustment advice based on current renal health.
- Compare different kidney function standards easily by running both calculate_ckdepi_2021 and calculate_mdrd_formula in one session.
- Save time during busy clinic hours by letting your AI client handle the data entry and calculation work.

## How It Works

The bottom line is your AI agent handles the complex renal math and clinical staging so you can focus on treatment.

1. Provide the AI with the patient's age, sex, and serum creatinine levels.
2. Tell the agent which kidney function formula to use.
3. Get the calculated eGFR, the clinical CKD stage, and dosage recommendations.

## Frequently Asked Questions

**What does the eGFR Calculator do for my clinic?**
It helps your AI agent calculate kidney function and provide KDIGO staging and dosage advice.

**Can I use the eGFR Calculator for CKD-EPI 2021?**
Yes, it includes the modern gold standard formula without race adjustments.

**Does this tool give medication advice?**
It provides specific dosage adjustment recommendations based on the calculated CKD stage.

**How does the eGFR Calculator help with renal health?**
It turns raw creatinine numbers into actionable clinical stages (G1 to G5).

**Is the eGFR Calculator accurate for nephrology?**
It uses the standard CKD-EPI 2021 and MDRD formulas used in clinical practice.

**Can my AI agent use this to screen patients?**
Yes, your agent can take lab inputs and quickly identify patients who need renal monitoring.

**What is the difference between CKD-EPI 2021 and MDRD?**
CKD-EPI 2021 is the current gold standard that provides accurate estimation without using race-based coefficients, while MDRD is an older formula often used for comparison.

**How do I determine the CKD stage?**
After calculating your eGFR using `calculate_ckdepi_2021` or `calculate_mdrd_formula`, pass the resulting value into the `get_clinical_classification` tool to see the KDIGO stage.

**Does this tool require race information?**
No. The `calculate_ckdepi_2021` tool specifically follows modern clinical standards by providing an accurate estimation without any race-based modifiers.