# Training Pace Calculator MCP for AI Agents AI Agent Connect

> Training Pace Calculator MCP helps runners figure out their training zones and predict future race times. Just tell your AI client your recent 5K or 10K time, or your VO2max, and it'll give you specific targets for easy runs, tempo sessions, and intervals. It also uses Riegel's formula to estimate how your pace will shift when you move from a shorter distance like a 5K to longer ones like a Marathon.

## Overview
- **Category:** productivity
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_GzmvajBXN0Kzzs6D7RyjqWBwRJ4hZVG27dVOKxbd/ai-agent-connect
- **Tags:** running, training, pace, fitness-tracking, marathon

## Description

Imagine you just finished a 5K and want to know exactly how fast to run your next workout. Instead of digging through old spreadsheets or guessing what an 'easy' pace feels like, you can just ask your agent to do the math. This Connector takes your recent race results or your physiological data and turns them into a clear training plan. It handles the heavy lifting of converting those numbers into specific intensity zones for each type of run you do.

If you're planning a marathon but only have a recent half-marathon time, you can see how your pace will likely drop over the extra distance. It uses established formulas to give you realistic expectations rather than just rough guesses. This kind of precision helps you train smarter because you're hitting the right heart rate and effort levels each time you head out the door. It's one of the many specialized tools available in the Vinkius catalog that turns raw fitness data into actionable training targets. You can quickly pivot between metric and imperial units, making it easy to share your goals with different communities or training groups. By getting these numbers right, you can focus on your form and your breathing rather than worrying if you're pushing too hard or not enough.

## Tools

### estimate_distance_conversion
This tool predicts your pace for a new distance based on a different previous performance. It uses the Riegel formula to give you realistic expectations for longer races.

### calculate_zones_from_pace
This tool creates a full set of training intensity zones in km and miles based on a recent race result. It helps you stay in the correct effort bracket for different types of workouts.

### calculate_zones_from_vo2max
This tool generates specific training zones based on your physiological VO2max value instead of a recent race time. It is perfect for setting goals when you don't have a recent race to reference.

## Prompt Examples

**Prompt:** 
```
I just ran a 5K in 24:00. What are my training zones?
```

**Response:** 
```
Based on your 5K time of 24:00, here are your calculated training zones:

| Zone | Pace (min/km) | Pace (min/mile)
| :--- | :--- | :--- |
| **Easy** | 05:00 | 08:03 |
| **Aerobic** | 04:45 | 07:30 |
| **Tempo** | 04:30 | 07:15 |
| **Interval** | 04:15 | 06:53 |
| **VO2max** | 04:00 | 06:30 |
```

**Prompt:** 
```
What's my predicted marathon pace if I just ran a 10K in 50 minutes?
```

**Response:** 
```
Based on your 10K time of 50:00, here is your predicted marathon pace:

* **Predicted Marathon Pace:** 05:45 min/km (approx. 09:15 min/mile)

*Note: This uses Riegel's formula to account for the pace decay expected over a 26.2-mile distance.*
```

**Prompt:** 
```
My VO2max is 48. Give me my zones.
```

**Response:** 
```
With a VO2max of 48 ml/kg/min, your estimated training zones are:

* **Easy:** 06:10 min/km
* **Aerobic:** 05:50 min/km
* **Tempo:** 05:35 min/km
* **Interval:** 05:20 min/km
* **VO2max:** 05:05 min/km
```

## Capabilities

### Generate training zones from race pace
Your agent can create a full breakdown of intensity levels based on your most recent race results.

### Predict pace for different distances
Use Riegel's formula to see how your speed will change when moving from a 5K to a full marathon.

### Calculate zones from VO2max
Set your training targets based on your physiological aerobic capacity instead of a specific race time.

### Convert metric and imperial units
Get your training paces in both km and miles automatically in a single response.

### Estimate effort decay
See how much your pace will drop as you increase your running distance for better goal planning.

## Use Cases

### Calculating zones after a new PR
A runner finishes a 5K in 24:00 and asks their agent to calculate their training zones. The agent uses calculate_zones_from_pace to provide a table of targets.

### Predicting marathon goal times
A marathoner wants to know their 26.2-mile goal based on a 10K time. The agent uses estimate_distance_conversion to predict the pace decay.

### Setting targets without a recent race
A client provides their VO2max of 45 to a coach. The agent uses calculate_zones_from_vo2max to build a training plan immediately.

### Switching between metric and miles
A runner who uses miles for training needs to compare their pace against a metric-based goal. The agent uses the Connector to handle the unit conversion automatically.

## Benefits

- Stop guessing your easy pace because calculate_zones_from_pace gives you exact targets for each workout.
- Plan your marathon strategy early by using estimate_distance_conversion to see how your speed will change over long distances.
- Train based on your actual fitness by using calculate_zones_from_vo2max to set zones from your physiological capacity.
- Avoid overtraining by keeping your runs in the correct aerobic or tempo zones for your specific level.
- Save time on math by getting both metric and imperial pace conversions in a single response from your agent.

## How It Works

The bottom line is it turns your past performance into a precise roadmap for your next workout.

1. Provide your agent with your recent race time or your VO2max value.
2. The Connector processes the data using Riegel's formula or standard training models.
3. You get a complete breakdown of your training zones in both km and mile formats.

## Frequently Asked Questions

**Can the Training Pace Calculator MCP help me plan my marathon?**
Yes, it uses Riegel's formula to predict pace decay. You can input your current performance to see how your speed will likely change over longer distances.

**How does Training Pace Calculator MCP find my training zones?**
It takes your recent race pace or your VO2max and calculates specific intensity levels. This gives you clear targets for easy, aerobic, and tempo runs.

**Does Training Pace Calculator MCP work for different running distances?**
Yes, it handles various distances including 5K, 10K, and marathons. It helps you understand how your pace shifts as the distance gets longer.

**Can I get my zones in miles instead of kilometers?**
Yes, the Connector provides both metric and imperial formats in every calculation. You won't have to do any manual unit conversion yourself.

**What is a VO2max and how does Training Pace Calculator MCP use it?**
VO2max is a measure of your aerobic capacity. The Connector uses this value to set your training zones if you don't have a recent race time to use as a baseline.

**How do I calculate my training zones from a recent race?**
Use the `calculate_zones_from_pace` tool. Provide your recent race pace in 'mm:ss' format and the distance of that race (e.g., 5K or 10K).

**Can I estimate my marathon pace from a 5K result?**
Yes, you can use the `estimate_distance_conversion` tool. Input your current 5K pace and set the target distance to 'Marathon' to see the predicted performance.

**What if I don't have a recent race time?**
You can use the `calculate_zones_from_vo2max` tool. Simply provide your VO2max value in ml/kg/min to get your estimated training zones.