# Burnout Risk Assessment AI Agent Connect

> Assess burnout risk for Singapore professionals using work, commute, sleep, and vacation data.

## Overview
- **Category:** productivity
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_tkAQziduUPgnHTwwj1ArsPT2ChNU15WVdIqG5yRc/ai-agent-connect
- **Tags:** burnout, singapore, wellness, work-life-balance, productivity

## Description

This MCP server provides deterministic tools to evaluate burnout risk for young professionals in Singapore. By analyzing work hours, commute times, sleep patterns, and vacation usage, it calculates a comprehensive burnout profile. Use `get_burnout_profile` for a full diagnostic report, `get_commitment_metrics` to isolate workload components, or `get_recovery_deficit` to identify physiological and statutory recovery gaps.

## Tools

### get_burnout_profile
Provides a full diagnostic profile of a professional's burnout risk based on their current work and lifestyle habits

### get_commitment_metrics
Isolates the professional workload components to understand the pure time commitment without health recovery factors

### get_recovery_deficit
Calculates the biological and statutory recovery gaps (sleep and vacation) to identify physiological strain

## Prompt Examples

**Prompt:** 
```
Calculate my burnout risk. I work 9 hours a day, commute 45 minutes each way, work 5 hours of overtime per week, have taken 4 vacation days this year, and sleep 7 hours a night.
```

**Response:** 
```
Your weekly work hours are 50, and your total commitment is 65 hours. Your burnout index is Critical, your vacation deficit is 10 days, and your recovery score is 48.
```

**Prompt:** 
```
What are my commitment metrics? I work 8 hours a day, commute 30 minutes each way, and do 2 hours of overtime weekly.
```

**Response:** 
```
Your weekly work hours are 42, your weekly commute hours are 5, and your total commitment is 47 hours.
```

**Prompt:** 
```
Check my recovery deficit. I've taken 10 vacation days this year and sleep 7 hours per night.
```

**Response:** 
```
Your vacation deficit is 4 days and your weekly sleep debt is 7 hours.
```

## Frequently Asked Questions

**What is included in the burnout profile?**
The `get_burnout_profile` tool provides weekly work hours, total commitment hours, a qualitative burnout index (Low to Critical), vacation deficit, and a holistic recovery score.

**How is the vacation deficit calculated?**
It is calculated by subtracting the number of vacation days taken from the Singapore standard of 14 days.

**Can I see just my workload without health factors?**
Yes, you can use the `get_commitment_metrics` tool to isolate work and commute hours from recovery data.
