# Weak Point Analysis AI Agent Connect

> Biomechanical analysis to identify and fix sticking points in compound lifts.

## Overview
- **Category:** fitness
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_lD6pIcjOCHrCpSkJL6rI7qVO6lBuBAyGWKMlLQx5/ai-agent-connect
- **Tags:** weightlifting, training, muscle, anatomy, performance

## Description

This MCP server provides deep biomechanical insights into resistance training. By analyzing lift types, sticking point locations, and user anthropometrics, it identifies the primary limiting muscle group. Users can then use `recommend_accessory_work` to find targeted exercises, `generate_technique_cues` for movement optimization, and `get_progression_plan` to build a structured training path to overcome failure points.

## Tools

### get_limiting_factor
Identifies the primary physiological reason for the lift failure

### get_progression_plan
Defines a structured method to overcome the weak point over time

### recommend_accessory_work
Provides a curated list of exercises to strengthen the identified weak point

### generate_technique_cues
Provides actionable instructions to optimize movement during the lift

## Prompt Examples

**Prompt:** 
```
I'm failing my back squat at the bottom. My femur is long. What is happening?
```

**Response:** 
```
Your long femur creates a significant mechanical disadvantage at the bottom of the squat, placing high torque demands on your quadriceps.
```

**Prompt:** 
```
What exercises should I do to fix my bench press lockout?
```

**Response:** 
```
To improve your bench press lockout, you should focus on triceps-dominant movements like Close-Grip Bench Press and Floor Presses.
```

**Prompt:** 
```
Give me a plan to improve my deadlift if my max is 200kg.
```

**Response:** 
```
Based on your 200kg max, your plan includes a 4-week hypertrophy phase followed by a 4-week strength phase, incorporating Romanian Deadlifts and Rack Pulls.
```

## Frequently Asked Questions

**How does the analysis determine my weak point?**
The system uses `get_limiting_factor` to correlate your limb lengths and the specific phase of the lift to identify if the failure is due to mechanical leverage or muscle strength.

**Can I get specific exercises for my weakness?**
Yes, once the limiting muscle group is identified, you can use `recommend_accessory_work` to receive a curated list of exercises tailored to your needs.

**Does this help with long-term progress?**
Absolutely. You can use `get_progression_plan` to generate a structured method for increasing load and volume based on your current maximum.
