# One-Rep Max Calculator MCP for AI Agents AI Agent Connect

> One-Rep Max Calculator estimates your maximum lifting capacity using eight different physiological models. It takes the weight and reps you just finished and turns them into a clear picture of your 1RM strength baseline without you having to actually risk a max-effort lift.

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

## Description

You're at the gym or planning a heavy block and need to know what your true limit is without actually trying to lift a weight that might injure you. This Connector handles the math by taking your recent sets and applying established formulas to give you a range of possibilities. Instead of guessing where your strength stands, you can get a data-backed view of your progress. It's a great way to see how different models interpret your performance, especially when you're working in different rep ranges. You can also use it to build out training intensity charts, making it easier to plan your next week of sets. Having this in your toolkit means you're making decisions based on actual data rather than just feeling like you're getting stronger. It's one of the many specialized tools you can find in the Vinkius catalog to help automate the heavy lifting of data analysis. You can quickly see how your 1RM changes as you move from heavy triples to higher volume sets. This removes the guesswork from your progression and lets you stay focused on the actual lifting. Whether you are a competitive athlete or just someone trying to hit a new personal best, you get a clear, organized view of your physical capacity.

## Tools

### calculate_all_1rm_formulas
Calculates the theoretical 1RM using all eight distinct estimation models. This gives you a range of possibilities based on different scientific approaches.

### get_perc_table
Generates a training intensity reference table. You can use this to plan your weights for upcoming sets.

### identify_best
Recommends the most reliable estimation formula. This helps you pick the right model for your specific rep range.

## Prompt Examples

**Prompt:** 
```
I just did 135kg for 4 reps. What's my estimated 1RM?
```

**Response:** 
```
Based on your 135kg lift for 4 reps, here are your estimates:

* **Epley:** 145kg
* **Brzycki:** 142kg
* **Average:** 143kg

Would you like me to generate a training table based on these numbers?
```

**Prompt:** 
```
Can you make a training table for a 100kg max?
```

**Response:** 
```
Here is your training intensity table for a 100kg max:

| Intensity | Weight |
| :--- | :--- |
| 50% | 50kg |
| 60% | 60kg |
| 70% | 70kg |
| 80% | 80kg |
| 90% | 90kg |
| 100% | 100kg |

Let me know if you want to adjust the max weight!
```

**Prompt:** 
```
I'm doing sets of 8. Which formula should I trust most?
```

**Response:** 
```
For a set of 8 repetitions, the Wathan model is recommended. It is designed to account for the higher volume fatigue factors associated with that rep range, providing a more realistic estimate than models optimized for lower reps.
```

## Capabilities

### Estimate max strength across 8 models
Get a range of 1RM possibilities based on different scientific approaches.

### Generate training intensity percentages
Create a clear reference table for your upcoming training sessions.

### Identify the most accurate formula
Find the specific model that fits your current rep range best.

### Create a full percentage-based lift table
Build a complete guide for your training weights based on a target max.

### Compare multiple lifting theories
See how different physiological models interpret your recent performance.

## Use Cases

### Quickly checking max after a heavy set
A powerlifter just hit a heavy set of 3 and wants to know their max without doing a full 1RM attempt. They ask their agent to run the numbers.

### Building a periodized training block
A strength coach needs to create a 4-week block for a client who just hit a new 1RM. They use the tool to generate the full weight schedule.

### Finding weights for new exercises
A beginner wants to know what 75% of their max looks like for a new exercise. They ask the agent to generate a training table for that weight.

### Resolving formula confusion
A lifter is confused by different formulas and wants to see which one fits 8 reps best. The agent identifies the most reliable model for them.

## Benefits

- Avoid injury risk by getting 1RM estimates without performing a max-effort lift.
- See a range of results from different models using calculate_all_1rm_formulas to get a more complete picture.
- Plan your next workout with precision by using get_perc_table to create intensity charts.
- Get the most accurate data for your specific rep range by using identify_best to filter out noise.
- Track your strength progress over time with consistent, data-backed calculations.
- Save time on manual calculations by letting your agent handle the math for every set.

## How It Works

The bottom line is you get a data-driven strength profile without the risk of a max-effort lift.

1. Tell your agent how much weight you lifted and for how many reps.
2. The agent runs the data through the eight different models.
3. You get a breakdown of your 1RM estimates and a training table.

## Frequently Asked Questions

**How does the One-Rep Max Calculator help my powerlifting?**
It provides a data-driven way to estimate your maximum strength without you having to perform a dangerous max-effort lift. You can get a clear picture of your lifting capacity based on your recent sets.

**Can I use the One-Rep Max Calculator to see different strength models?**
Yes, it calculates your 1RM using eight different physiological models at once. This helps you see how different scientific approaches interpret your current strength.

**How do I get a training table for my new max?**
Just tell your agent what your estimated max is, and it can generate a full table of training intensities. This makes it easy to plan your weights for your next workout.

**Is the One-Rep Max Calculator safe for beginners?**
It is very safe because it uses math to estimate your limits. It helps you figure out what weight to put on the bar without you having to attempt a weight that might be too heavy.

**Which formula does the One-Rep Max Calculator recommend for high reps?**
For higher rep ranges, it typically recommends the Wathan model. This model is better at accounting for the fatigue that comes with higher volume sets.

**Does the One-Rep Max Calculator help with periodization?**
Yes, by generating intensity tables, it helps you plan your training blocks. You can see exactly what weights you should hit at different percentages of your max.

**How accurate are these 1RM estimates?**
Accuracy depends on your repetition range. Low repetitions (1-3) provide the most reliable data across all models, while higher reps may lead to slight variations between formulas.

**Which formula should I use?**
You can use the `identify_best` tool to automatically receive a recommendation based on your recent repetition count.

**Can I generate training percentages?**
Yes, by using `get_perc_table` with your estimated 1RM, you can generate a detailed table of target weights from 50% to 100%.