# Exercise Max Tracker AI Agent Connect

> Exercise Max Tracker MCP lets your AI client manage your lifting progress. You can log specific sets, check your latest estimated 1RM, and track how your strength changes over time. It handles the math for relative strength metrics so you can focus on the gym.

## Overview
- **Category:** productivity
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_0Lhsy5IiqY1Uv2kK1JxX6ApGmI3PAStDgJOhRAAz/ai-agent-connect
- **Tags:** fitness, strength, weightlifting, tracking, training

## Description

Stop manually calculating your progress in spreadsheets. This MCP gives your AI client the ability to act as a dedicated strength coach that remembers every set you lift. You can log your weight and reps immediately after a session, and your agent will handle the rest. It calculates your estimated 1RM and tracks how your strength evolves over weeks or months. If you want to know how you're performing relative to your own body weight, the MCP handles those calculations too. It's a direct way to turn raw lifting data into a clear picture of your physical progression.

## Tools

### get_current_max
This tool pulls your most recent estimated 1RM for a specific lift.

### compare_performance_periods
Use this to see how your current strength compares to a previous block of training.

### get_relative_strength_metrics
This tool calculates your strength levels in relation to your body weight.

### get_strength_trend
This tool analyzes your strength trajectory for a specific exercise over a set timeframe.

### log_lift_session
This tool records a single set, including weight and reps, to your database.

## Prompt Examples

**Prompt:** 
```
I just did 100kg for 5 reps on Bench Press today. My body weight is 85kg.
```

**Response:** 
```
I have recorded your Bench Press session: 100kg for 5 reps at a body weight of 85kg.
```

**Prompt:** 
```
What is my current max for Squat?
```

**Response:** 
```
Your current estimated 1RM for Squat is 145kg, based on your last session.
```

**Prompt:** 
```
How has my strength trended for Deadlift over the last 30 days?
```

**Response:** 
```
Your Deadlift strength has improved by 5% over the last 30 days.
```

## Capabilities

### Session Logging
Your agent records weight and repetitions for every set you complete.

### 1RM Estimation
The MCP calculates your most recent estimated one-rep max based on your history.

### Trend Analysis
Your AI client tracks strength changes over specific durations like weeks or months.

### Relative Strength Calculation
The tool compares your lifting numbers against your body weight.

### Performance Comparison
Your agent compares your current strength against previous training periods.

## Use Cases

### Post-Workout Logging
Tell your AI client your reps and weight to save the session immediately.

### Progress Monitoring
Ask your agent if your squat strength is trending up or down over the last month.

### Strength Benchmarking
Check your relative strength to see how your lifts scale with your body weight.

### Training Block Analysis
Compare your performance in your current block to your previous one.

## Benefits

- Eliminates manual math for 1RM and relative strength.
- Provides a clear history of strength trends over time.
- Allows for instant logging of sets through natural language.
- Enables direct comparison between different training periods.

## How It Works

Connect your AI client to the Vinkius-hosted MCP and start talking to your data.

1. Connect your preferred MCP-compatible client to Vinkius.
2. Tell your AI client about your recent lifting set.
3. The MCP logs the weight and reps to the database.
4. Ask your agent for strength trends or max estimates to see your progress.

## Frequently Asked Questions

**How do I log a workout?**
You simply tell your AI client the weight and reps you performed, and it uses the log_lift_session tool to save it.

**Can I see my estimated max?**
Yes, you can ask your agent for your current max, and it will use the get_current_max tool to find your latest 1RM.

**Does this track my strength over time?**
Yes, the get_strength_trend tool allows your agent to analyze your strength trajectory over any duration you specify.

**What clients can I use with this MCP?**
You can use this with any MCP-compatible client like Claude, Cursor, Windsurf, or VS Code.

**How is relative strength calculated?**
The get_relative_strength_metrics tool calculates your strength in relation to your body weight.
