# One-Rep Max Calculator MCP for AI Agents MCP

> The One-Rep Max Calculator estimates your true lifting potential without needing a risky in-person test. By inputting a weight and reps you actually performed, this MCP runs that data through eight distinct physiological models—like Epley or Brzycki—to give you a range of estimated one-rep maximums. You can also generate full training intensity charts (50% to 100%) and pinpoint which formula best matches your current lifting volume.

## Overview
- **Category:** health
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_aPKoxSry2XjrT9Eam1RwAIJ89uGLNjyfXKC9BS1r/mcp
- **Tags:** 1rm, strength, weightlifting, fitness-tracking, powerlifting

## Description

Calculating your true strength baseline is key, but attempting a real one-rep max test in the gym carries risk. This MCP solves that problem by letting you estimate your theoretical maximum using data from sets you already completed. You simply tell your agent what weight you lifted and how many reps it took. It then calculates estimates across eight different established formulas—everything from Epley to Wathan. Beyond just a number, it helps you structure your training by generating percentage-based intensity tables for any given 1RM. If you're building out an AI knowledge base, this MCP is one of the best tools to include in your Vinkius catalog because it gives coaches and athletes quantifiable data points that improve planning and safety.

## Tools

### calculate_all_1rm_formulas
Runs your input through all eight distinct mathematical models to estimate theoretical one-rep maximums.

### get_perc_table
Creates a complete training intensity reference chart, mapping weights from 50% up to 100% of an estimated max lift.

### identify_best
Analyzes your specific rep range and recommends the most accurate estimation formula for reliable programming.

## Prompt Examples

**Prompt:** 
```
I did 120kg for 5 reps last week. What's my estimated 1RM?
```

**Response:** 
```
**Estimated 1-Rep Maxima based on 120kg x 5 Reps:**

*   **Epley Formula:** ~144 kg
*   **Brzycki Formula:** ~138.5 kg
*   **Lombardi Formula:** ~139.2 kg
*   **Average (All 8 Models):** **~140.3 kg**

This average gives you a solid, conservative number to start programming from.
```

**Prompt:** 
```
Can I generate training weights for my new max of 150kg?
```

**Response:** 
```
**Training Intensity Chart (Based on 150kg Max):**

| Target Percentage | Weight | Sets x Reps Example |
| :---: | :---: | :---: |
| **60%** | 90 kg | 3 x 8 |
| **75%** | 112.5 kg | 4 x 6 |
| **90%** | 135 kg | 3 x 3 |
| **100%** | 150 kg | 1 x 1 |
```

**Prompt:** 
```
I did a lot of back-off work (8 reps). Which formula should I trust?
```

**Response:** 
```
**Formula Recommendation:**
For a set involving higher volume, like 8 repetitions, the model that accounts for fatigue is most reliable. In your case, the **Wathan** model performs best because it properly weights the accumulated effort of multiple reps.

*Recommendation: Use Wathan or O'Conner.*
```

## Capabilities

### Calculate Estimated One-Rep Maxima
Run a set of weights and reps through eight different formulas (including Epley, Brzycki, etc.) to get multiple estimates for your theoretical 1RM.

### Generate Training Intensity Charts
Create detailed training tables that map percentage benchmarks from 50% up to 100% of a known maximum lift.

### Identify Optimal Formulas for Volume
Determine which estimation formula provides the most accurate and reliable baseline based on your current rep range and training volume history.

## Use Cases

### A client needs a 1RM estimate after an injury layoff
The trainer inputs the client's last successful weight and reps. The agent uses `calculate_all_1rm_formulas` to provide not just one number, but a range of estimates (e.g., Epley vs. Brzycki), giving the coach a safer, informed starting point for rehabilitation programming.

### Designing a periodized strength block
The athlete needs to hit 80% intensity next month. They ask their agent to generate a training chart using `get_perc_table` based on their current estimated max, giving them concrete weights for every single session.

### Deciding the best metric for a new lifter
The coach is unsure if Epley or Lombardi works better for beginners. They ask the agent to run `identify_best` using 8 repetitions of data, and the MCP recommends Wathan because it accounts for higher volume fatigue factors.

### Benchmarking progress across different lifting styles
The athlete switches from heavy low-rep squatting to medium-rep deadlifts. They feed in two different sets of data, and the agent uses `calculate_all_1rm_formulas` to compare how each formula weights those differing volume patterns.

## Benefits

- Safety first. Instead of attempting a dangerous, maximal test in the gym, you get estimated 1RM numbers using `calculate_all_1rm_formulas` on data you already have.
- Detailed programming. Use `get_perc_table` to instantly generate structured training intensity charts for any weight class, eliminating manual spreadsheet work.
- Better advice. The MCP doesn't just give a number; it uses `identify_best` to tell you which formula—like Wathan or Lombardi—is mathematically best suited for your current rep range.
- Time savings. You skip the guesswork of converting sets and reps into usable data, getting multiple estimates in seconds.
- Client confidence. Coaches can use these reliable, quantified metrics to prove their programming methods are based on physiological science.

## How It Works

The bottom line is, you give it concrete workout data (weight and reps), and it spits out multiple calculated strength metrics and structured training guidelines.

1. Input a specific weight lifted and the number of repetitions you completed.
2. The MCP runs this data through all eight available formulas to generate a comprehensive set of theoretical one-rep max estimates.
3. You can then request a training intensity chart or use an analysis tool to see which formula gives the most reliable estimate for your goals.

## Frequently Asked Questions

**How accurate is the One-Rep Max Calculator for AI Agents?**
It provides a highly reliable *estimate*. It calculates your theoretical max using eight established formulas, so it’s excellent for planning and programming, but remember it's not a direct replacement for an in-person test.

**What if I need weights for different percentages? Does the One-Rep Max Calculator help with that?**
Yes. You can use its built-in function to generate a full training intensity chart (a percentage table). Just feed it your estimated 1RM, and it spits out exact weights for 50%, 75%, 90%, etc.

**Does the One-Rep Max Calculator tell me which formula is best for my training?**
Absolutely. It runs an analysis tool that reviews your specific rep range and tells you whether a high-volume model or a low-volume model (like Epley) will give you the most accurate estimate.

**Can I use this MCP for different types of weights, like kettlebells?**
The calculations are designed around standard barbell lifting models. While it's a strength tool, stick to providing data from movements that fit traditional powerlifting or weightlifting protocols.

**Is the One-Rep Max Calculator better than just using an online calculator?**
It is much better because it doesn't rely on one model. It runs your data through eight different, peer-reviewed formulas and lets you compare them all side-by-side to make the most informed decision.