# Ergonomic Workstation Calculator AI Agent Connect

> Generates precise ergonomic workstation configurations based on anthropometric measurements.

## Overview
- **Category:** productivity
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_jZLuRzke9tLnvkTAfOrnwu3an1vRGqLrpLNbdRqe/ai-agent-connect
- **Tags:** ergonomics, health, workstation, productivity, anthropometry

## Description

This MCP server provides deterministic ergonomic calculations to optimize workstation setups for both seated and standing modes. By providing specific user measurements, you can obtain exact recommendations for desk height, chair seat height, monitor placement, and lumbar support positioning. Use `calculate_seated_setup` for full seated configurations, `calculate_standing_setup` for standing desk heights, and `get_visual_ergonomics` for detailed monitor alignment settings.

## Tools

### calculate_seated_setup
Calculates all ergonomic parameters for a user in a seated workstation configuration

### calculate_standing_setup
Calculates the desk height for a user in a standing workstation configuration

### get_visual_ergonomics
Provides specific details regarding monitor placement and viewing angles

## Prompt Examples

**Prompt:** 
```
Calculate my seated ergonomic setup. I am 180cm tall, my seated eye height is 80cm, my arm length is 75cm, and my lower leg length is 45cm. I am wearing shoes.
```

**Response:** 
```
Your optimal seated setup is: Desk height 111.24cm, Chair seat height 43cm, Monitor height 80cm, Monitor distance 60cm, Monitor tilt 15°, Keyboard tray height 91.24cm, Lumbar support 63cm, and you do not need a footrest.
```

**Prompt:** 
```
What is the best desk height for me if I am standing and 175cm tall?
```

**Response:** 
```
Your optimal standing desk height is 109.375cm.
```

**Prompt:** 
```
Give me the visual ergonomics for a seated mode where my eye level is 75cm from the desk.
```

**Response:** 
```
For your seated setup, the monitor top should be at 75cm, the optimal distance is 60cm, and the monitor tilt should be 15° backward.
```

## Frequently Asked Questions

**How do I calculate my desk height for standing?**
You can use the `calculate_standing_setup` tool by providing your total height in centimeters.

**What measurements are required for a seated setup?**
For a complete seated configuration via `calculate_seated_setup`, you need your total height, seated eye height, arm length, and lower leg length.

**Does this tool account for footwear?**
Yes, the `calculate_seated_setup` tool includes an optional parameter to adjust for shoe height when calculating chair seat height.
