# Pop-Up Mechanics Analyzer AI Agent Connect

> Calculate the explosive force and power required for a surfer's pop-up maneuver.

## Overview
- **Category:** sports
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_j1l42YbyOanVVmLC5R5oNLvFQolRWqQ1Ukd0PbGf/ai-agent-connect
- **Tags:** surfing, physics, biomechanics, athlete, performance

## Description

This MCP server provides precise biomechanical calculations for surfers. By analyzing height, weight, and maneuver duration, you can determine the exact physical demands of a pop-up. Use `analyze_pop_up_physics` to calculate required force and power, or `compare_surfer_profiles` to evaluate explosive strength differences between athletes.

## Tools

### get_efficiency_thresholds
Retrieve the time-based categories used for performance evaluation

### analyze_pop_up_physics
Calculate specific physical metrics required for a surfer to execute a pop-up within a given time

### compare_surfer_profiles
Compare the power requirements of two different surfers for a standardized pop-up time

## Prompt Examples

**Prompt:** 
```
Calculate the physics for a 180cm, 75kg surfer performing a pop-up in 0.6 seconds.
```

**Response:** 
```
The center of gravity shift is 99 cm. The required force is 831.23 Newtons, the power output is 97.31 Watts, and the performance is rated as Good.
```

**Prompt:** 
```
What are the efficiency thresholds for pop-up performance?
```

**Response:** 
```
Performance is categorized as Elite for times under 0.5s, Good for 0.5s to 0.8s, and Needs Improvement for times over 0.8s.
```

**Prompt:** 
```
Compare a 170cm, 60kg surfer with a 190cm, 85kg surfer for a 0.7s pop-up.
```

**Response:** 
```
The second surfer requires 134.52 Watts more power than the first surfer to complete the maneuver in 0.7 seconds.
```

## Frequently Asked Questions

**How do I calculate the power needed for a pop-up?**
You can use the `analyze_pop_up_physics` tool. Provide the surfer's height in cm, weight in kg, and the target pop-up time in seconds to get the power output in Watts.

**Can I compare two different surfers?**
Yes, use the `compare_surfer_profiles` tool. You will need to provide the height and weight for both surfers as JSON strings and a target time for the comparison.

**What defines an 'Elite' pop-up performance?**
An 'Elite' rating is assigned when the pop-up maneuver is completed in strictly less than 0.5 seconds.
