# Vitamin D Dosage Calculator AI Agent Connect

> Personalized Vitamin D supplementation strategies based on physiological and environmental factors.

## Overview
- **Category:** health
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_r472G1dzUkt95D50h1ejqqbwSjnFkx8KPgX3zgA1/ai-agent-connect
- **Tags:** vitamin-d, health-tech, nutrition, supplementation, biology

## Description

This MCP server provides precise Vitamin D supplementation roadmaps. By analyzing physiological data like BMI and skin type alongside environmental factors like latitude and season, it calculates specific needs. Use `get_personalized_dosage_plan` for a complete roadmap, `get_daily_requirement` for maintenance doses, or `calculate_loading_strategy` to address severe deficiencies.

## Tools

### calculate_loading_strategy
Determines if a loading dose is necessary and defines the dosage and duration to reach target levels

### get_daily_requirement
Calculates the standard daily maintenance dose required to sustain optimal Vitamin D levels

### get_environmental_uv_factor
Calculates the efficiency of natural Vitamin D synthesis based on location and time

### get_personalized_dosage_plan
Provides a complete, unified supplementation roadmap including loading and maintenance phases

## Prompt Examples

**Prompt:** 
```
Can you create a Vitamin D plan for me? My current level is 15 ng/mL, target is 40 ng/mL, BMI is 26, skin type is 3, I get 4 hours of sun per week, live at latitude 40, and it is currently winter.
```

**Response:** 
```
Your personalized plan includes a loading phase of 50,000 IU daily for 8 days, followed by a maintenance dose of 2,000 IU daily to maintain your target level.
```

**Prompt:** 
```
What is my daily maintenance dose for Vitamin D? I have a BMI of 22, skin type 2, 10 hours of sun exposure, latitude 35, and it is summer. My current level is 30 ng/mL.
```

**Response:** 
```
Your recommended daily maintenance dose is 1,500 IU.
```

**Prompt:** 
```
I need to know if I need a loading dose. My current level is 10 ng/mL, target is 35 ng/mL, and my BMI is 30.
```

**Response:** 
```
Yes, a loading dose is required. You should take 50,000 IU daily for 10 days to reach your target level.
```

## Frequently Asked Questions

**How does skin type affect the calculation?**
The tool uses the Fitzpatrick skin scale to adjust for melanin levels, which influence how efficiently your skin synthesizes Vitamin D from sunlight.

**What is a loading dose?**
A loading dose is a higher initial amount of Vitamin D used to rapidly correct a deficiency before transitioning to a maintenance dose.

**Does BMI impact the recommended dose?**
Yes, because Vitamin D is fat-soluble, higher BMI values may require higher doses to reach optimal serum levels.
