# One Rep Max Calculator MCP

> One Rep Max Calculator estimates your true maximum weight capacity without needing to risk an actual max lift. It runs established scientific models—Epley, Brzycki, and Lander—against any set of weights and reps you input. You can also calculate your current training load percentage to make sure every workout is hitting the right intensity zone.

## Overview
- **Category:** health
- **Price:** Free
- **Tags:** strength-training, 1rm, weightlifting, fitness-tools, powerlifting

## Description

You don't have to bust out on a max lift attempt just to know how strong you are. This MCP lets you predict your one-repetition maximum (1RM) safely and accurately. By connecting this tool through Vinkius, your agent takes your known workout data—like 'I lifted 100kg for 5 reps'—and runs it against multiple established formulas. Instead of guessing or relying on memory, you get three different scientific estimates: one using the Epley method, another using Brzycki’s approach, and a third using Lander’s model. It also determines your training intensity percentage so you know exactly what kind of load you're working with. You just input the numbers; the MCP handles the complex math.

## Tools

### get_brzycki_estimate
Calculates your predicted 1RM using the well-known Brzycki formula.

### get_epley_estimate
Predicts your estimated 1RM using the Epley method, a popular standard in the industry.

### get_lift_intensity
Determines what percentage of your maximum strength you used for a given set.

### get_lander_estimate
Provides an estimated 1RM using the more advanced Lander/Lombardi statistical model.

## Prompt Examples

**Prompt:** 
```
What is my estimated 1RM if I lifted 100kg for 5 reps using the Epley method?
```

**Response:** 
```
Using `get_epley_estimate`, your estimated 1RM is 125kg.
```

**Prompt:** 
```
Calculate the intensity of a 80lb set if my max is 100lb.
```

**Response:** 
```
The `get_lift_intensity` tool shows your training intensity was 80%.
```

**Prompt:** 
```
Estimate my max using Brzycki with 200lbs for 3 reps.
```

**Response:** 
```
The `get_brzyck_estimate` tool predicts a 1RM of approximately 210.53lbs.
```

## Capabilities

### Estimate 1RM
Calculates your predicted one-rep max using three distinct, proven strength formulas.

### Assess Training Load
Determines what percentage of your maximum capability a specific set represents.

## Use Cases

### Recalibrating a client's goals after an injury setback
A coach needs to adjust program weights for a lifter who can no longer perform heavy sets. By inputting the current manageable weight and reps, the agent uses `get_epley_estimate` to calculate a safe, conservative 1RM estimate. This allows the coach to restart programming immediately without guessing.

### Comparing lift performance across different training cycles
A powerlifter wants to know if their current training block is progressing optimally. They input data from two weeks ago and today into `get_brzycki_estimate`. Comparing the two predicted 1RMs gives them clear, quantitative proof of whether their effort worked.

### Checking workout quality mid-session
During a high-volume session, an athlete wants to know if they hit their target intensity. They run the weights used against `get_lift_intensity`. If it shows 75%, they confirm they nailed the session's goal without stopping for calculations.

### Determining a starting weight for a new trainee
A coach has a brand-new client with limited history. Instead of making assumptions, the coach uses `get_lander_estimate` on an initial warm-up set to establish a scientifically defensible baseline 1RM.

## Benefits

- Accurate comparison: You don't have to pick just one formula. By running data through both `get_epley_estimate` and `get_brzycki_estimate`, you get a range, giving you more reliable training targets for your athlete.
- Know your load instantly: Use `get_lift_intensity` anytime. If your client lifted 80kg when their max is 100kg, this tells you immediately they hit an 80% intensity zone—no manual math needed.
- Comprehensive modeling: Getting estimates from three distinct methods (`get_epley_estimate`, `get_brzycki_estimate`, and `get_lander_estimate`) hedges against formula bias, giving you the most robust potential number.
- Save time on programming: Instead of spending minutes cross-referencing textbook formulas for your client, this MCP gives you instant 1RM predictions based on real workout data. This is a huge workflow win.
- Targeted training: Use the calculated intensity to adjust sets dynamically. If the tool shows they were at 65% load last week, you know exactly where to push them this week.

## How It Works

The bottom line is you get multiple, science-backed predictions of your strength without ever having to lift the weight in person.

1. You tell your AI client the weight and number of repetitions you completed during a workout.
2. The MCP runs that data through the selected mathematical model (Epley, Brzycki, or Lander).
3. It delivers a predicted 1RM value, allowing you to compare estimates from different scientific methods.

## Frequently Asked Questions

**How accurate is the One Rep Max Calculator using get_epley_estimate?**
It provides a scientifically recognized prediction, but remember it's an estimate. The Epley method is popular because it’s straightforward and reliable for general programming adjustments.

**Do I need to know my actual 1RM before using get_brzycki_estimate?**
No, you don't. You only need the weight and reps you actually lifted in a given set; the tool calculates your estimated max from that data.

**What is the difference between get_lift_intensity and 1RM prediction?**
Intensity measures load percentage (e.g., '85% of maximum effort'). 1RM tools predict the absolute weight number you can lift once.

**Can I use this MCP for different types of lifts, like pulling movements?**
The models are general enough to handle various compound strength movements. Just ensure your input data (weight/reps) is consistent with the type of lift you're tracking.

**Does get_lander_estimate use a different math than Epley?**
Yes, it uses a more complex statistical model that factors in multiple variables. This often provides a unique perspective compared to simpler ratio methods like the Epley formula.