# Wilks Score Calculator AI Agent Connect

> Calculate relative strength using Wilks coefficients.

## Overview
- **Category:** mathematics
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_f11omDaoaPqheWZb4aBLTLBrqSDTh4Q78GYumBnv/ai-agent-connect
- **Tags:** powerlifting, strength, wilks, fitness, athletics

## Description

This MCP server provides specialized tools for powerlifting athletes to determine their relative strength. By using the `calculate_wilks_score` tool, lifters can normalize their total weight lifted against their body weight and gender. The server also includes tools to `compare_to_records` for performance tiering and `get_relative_strength_ranking` to categorize strength profiles.

## Tools

### calculate_wilks_score
Calculates the Wilks score and coefficient for a lifter

### compare_to_records
Evaluates how the athlete's score compares to established strength milestones

### get_formula_metadata
Provides technical details about the specific version of the Wilks formula being applied

### get_relative_strength_ranking
Provides a qualitative assessment of the athlete's strength profile

## Prompt Examples

**Prompt:** 
```
Calculate my Wilks score. I weigh 85kg, I am male, and my total lift is 500kg.
```

**Response:** 
```
Your Wilks score is 412.5.
```

**Prompt:** 
```
What is my strength category for a 60kg female lifter with a 250kg total?
```

**Response:** 
```
You are categorized as an Advanced lifter.
```

**Prompt:** 
```
Compare a Wilks score of 450 for a male lifter to the records.
```

**Response:** 
```
A score of 450 places you in the Elite tier.
```

## Frequently Asked Questions

**What is a Wilks score?**
A Wilks score is a value used to compare the strength of lifters with different body weights and genders.

**Can I use the Wilks-2 formula?**
Yes, you can specify the use of the improved Wilks-2 coefficients within the `calculate_wilks_score` tool.

**How do I know my strength tier?**
You can use the `compare_to_records` tool after calculating your score to see if you fall into the Novice, Intermediate, Advanced, Elite, or World Class category.
