# UV Exposure Risk Calculator AI Agent Connect

> Estimate sunburn risk, safe sun exposure time, and Vitamin D synthesis potential.

## Overview
- **Category:** health
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_M1cVFUFFcMASakadm1Ge1pNzzLQlExAJeTtZFilE/ai-agent-connect
- **Tags:** uv-index, sunburn, skin-care, vitamins, safety-tools

## Description

This MCP server provides tools to calculate skin safety during UV exposure. Use `calculate_sunburn_risk` to determine the likelihood of redness, `get_safe_exposure_window` to find how many minutes you can safely stay in the sun, and `estimate_vitamin_d_potential` to assess Vitamin D synthesis. It also includes `compare_protection_efficacy` to evaluate different SPF levels.

## Tools

### calculate_sunburn_risk
Determines the likelihood of skin redness for a specific exposure session

### compare_protection_efficacy
Evaluates how much a specific SPF increases the user's window of safety

### estimate_vitamin_d_potential
Assesses the ability to synthesize Vitamin D during the current conditions

### get_safe_exposure_window
Calculates how long a user can safely stay in the sun before reaching the redness threshold

## Prompt Examples

**Prompt:** 
```
What is my sunburn risk if I stay in the sun for 20 minutes with a UV index of 8 and skin type II using SPF 30?
```

**Response:** 
```
Your risk level is Low, and your estimated erythema threshold is significantly extended by the SPF 30.
```

**Prompt:** 
```
How many minutes can I safely stay in the sun with a UV index of 5 and skin type III?
```

**Response:** 
```
You can safely stay in the sun for 45 minutes before reaching your redness threshold.
```

**Prompt:** 
```
Can I get enough Vitamin D today with a UV index of 3 and skin type IV?
```

**Response:** 
```
The synthesis capability is Optimal, with a recommended exposure of 15 minutes.
```

## Frequently Asked Questions

**How does skin type affect the risk?**
The tool uses the Fitzpatrick scale to determine your skin's natural resistance to UV radiation, which directly impacts the `calculate_sunburn_risk` results.

**Can I use this to plan my Vitamin D intake?**
Yes, you can use `estimate_vitamin_d_potential` to find the optimal window for Vitamin D synthesis without excessive UV damage.

**Does sunscreen change the results?**
Yes, providing an SPF value to tools like `get_safe_exposure_window` will adjust the calculated safe time based on the protection provided.
