# Sick-Day Insulin Adjuster AI Agent Connect

> Calculates insulin adjustments, monitoring frequency, and hydration needs during illness.

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

## Description

This MCP server provides deterministic calculations to manage insulin-dependent diabetes during illness. It uses physiological markers like body temperature, blood glucose, and ketone levels to determine necessary adjustments. Use `calculate_sick_day_adjustments` to get a full profile of insulin increases, monitoring intervals, and hydration targets. You can also use `get_ketone_severity_guidance` for medical urgency instructions and `check_hydration_status` to track fluid intake against increased sick-day requirements.

## Tools

### get_ketone_severity_guidance
Provides specific medical urgency instructions based solely on ketone presence

### calculate_sick_day_adjustments
Provides a comprehensive set of adjustments for insulin, monitoring, and hydration based on current physiological markers

### check_hydration_status
Validates if the user's current fluid intake is sufficient to meet the increased sick-day requirement

## Prompt Examples

**Prompt:** 
```
I have a fever of 38.5°C, my blood glucose is 180 mg/dL, and I have small ketones. My baseline insulin is 40 units. What are my adjustments?
```

**Response:** 
```
Your fever increases insulin needs by 10%. Including the illness stress factor, your total insulin requirement is increased. You should check your glucose every 2-4 hours and aim for 60ml of hydration based on your baseline. Since ketones are small, continue routine monitoring.
```

**Prompt:** 
```
I'm feeling very sick with a temperature of 39°C and moderate ketones. My baseline insulin is 30 units.
```

**Response:** 
```
Warning: Moderate ketones detected. You should seek medical advice immediately. Your insulin requirements are increased due to the 39°C fever and illness stress. Ensure you follow the increased hydration targets.
```

**Prompt:** 
```
I've drunk 1000ml of water today. My baseline insulin is 40 units. Have I met my sick-day hydration goal?
```

**Response:** 
```
No, you have not met your target. Based on your baseline, you need 60ml more to reach your sick-day hydration requirement.
```

## Frequently Asked Questions

**How does fever affect my insulin needs?**
If your temperature is above 37.5°C, the `calculate_sick_day_adjustments` tool increases the insulin requirement by 10% for every degree above that threshold.

**What should I do if I detect ketones?**
You should use `get_ketone_severity_guidance` to determine the level of medical urgency. Moderate or large ketone levels require immediate medical consultation.

**How much water should I drink when sick?**
The tool calculates a hydration target that is 50% higher than your baseline needs. You can use `check_hydration_status` to see if you have met this target.
