# Sick Day Insulin Adjuster AI Agent Connect

> Deterministic insulin adjustment and care planning for illness.

## Overview
- **Category:** health
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_40vogYJHIN3T4gcnCxF2nW85GZKPx8tV83BzCH9F/ai-agent-connect
- **Tags:** insulin, diabetes, health-care, medical-calculator, sick-day

## Description

This MCP server provides precise, deterministic calculations to manage insulin resistance and care requirements during illness. It helps users adjust insulin doses based on fever and physiological stress, determines necessary hydration levels, and assesses ketone-related risks to prevent Diabetic Ketoacidosis (DKA). Use `calculate_insulin_adjustments` to determine dose increases, `get_care_schedule` for monitoring and hydration targets, and `evaluate_ketone_risk` to assess immediate medical needs.

## Tools

### calculate_insulin_adjustments


### evaluate_ketone_risk


### get_care_schedule


## Prompt Examples

**Prompt:** 
```
I have a fever of 38.5°C and my baseline insulin is 40 units. How much should I adjust my insulin?
```

**Response:** 
```
With a temperature of 38.5°C, your fever-related insulin increase is 10%. Combined with the stress factor, your total adjusted insulin requirement will be calculated by the tool.
```

**Prompt:** 
```
My baseline insulin is 30 units. What are my hydration and monitoring needs while sick?
```

**Response:** 
```
You should aim for 45ml of hydration (1.5x baseline) and monitor your glucose every 2-4 hours.
```

**Prompt:** 
```
I detected moderate ketones. What is my risk level?
```

**Response:** 
```
Moderate ketones indicate a significant risk. You should increase your correction bolus by 10-20% and contact a healthcare professional immediately.
```

## Frequently Asked Questions

**How does fever affect my insulin needs?**
Fever increases insulin resistance. The `calculate_insulin_adjustments` tool adds 10% to your baseline insulin for every degree Celsius your temperature is above 37.5°C.

**What should I do if I have moderate or large ketones?**
If ketones are moderate or large, you should increase your correction bolus by 10-20% and seek medical advice immediately as indicated by `evaluate_ketone_risk`.

**How often should I monitor my blood glucose during illness?**
During illness, you should monitor more frequently. The `get_care_schedule` tool recommends checking every 2 to 4 hours.
