# Menstrual Cycle Insulin Resistance Tracker AI Agent Connect

> Adjust insulin parameters based on menstrual cycle phases.

## Overview
- **Category:** health
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_uuJs2ddXgQvFdwhvl5Ea4YCazaRp3FvyzOnG2S6p/ai-agent-connect
- **Tags:** insulin, menstrual-cycle, diabetes, hormones, health-tracking

## Description

This MCP server provides deterministic insulin resistance adjustments based on the physiological shifts in the menstrual cycle. It calculates adjusted Insulin-to-Carbohydrate Ratio (ICR) and Insulin Sensitivity Factor (ISF) for the Follicular, Ovulation, and Luteal phases. Use `calculate_insulin_adjustments` to get precise values for your current cycle day, or `get_cycle_phase_info` to understand your current resistance level.

## Tools

### get_cycle_phase_info


### validate_baseline_parameters


### calculate_insulin_adjustments


## Prompt Examples

**Prompt:** 
```
What are my insulin adjustments for day 20 of my cycle with a baseline ICR of 10 and ISF of 50?
```

**Response:** 
```
For day 20 (Luteal phase), your resistance multiplier is 1.25. Your adjusted ICR is 8 and your adjusted ISF is 40.
```

**Prompt:** 
```
What phase am I in on day 14?
```

**Response:** 
```
You are currently in the Ovulation phase, which typically involves a slight increase in insulin resistance.
```

**Prompt:** 
```
Check if an ICR of 5 and ISF of 40 are valid.
```

**Response:** 
```
Yes, those baseline parameters are valid.
```

## Frequently Asked Questions

**How does this tool help with insulin management?**
The tool uses `calculate_insulin_adjustments` to provide updated ICR and ISF values that account for the increased insulin resistance often seen during the Luteal phase.

**Can I check my current cycle phase?**
Yes, you can use the `get_cycle_phase_info` tool to identify if you are in the Follicular, Ovulation, or Luteal phase.

**Is it safe to use these adjustments?**
You can use `validate_baseline_parameters` to ensure your input values are within safe, positive ranges before performing calculations.
