# VO2max Estimator MCP for AI Agents AI Agent Connect

> VO2max Estimator helps you calculate aerobic capacity using four standard fitness protocols. It takes raw data like run distance, walking time, heart rate, and bike results to give you a precise ml/kg/min score and an ACSM fitness classification based on your age and sex. This makes it easy to track progress over time without having to do any manual math or look up complex formulas.

## Overview
- **Category:** health
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_ICoFc8dLeb9mh3JWvsHLgl270C5Tvdt9UeFuV5Jv/ai-agent-connect
- **Tags:** vo2max, fitness, aerobic, cardio, acsm

## Description

This fitness assessment MCP provides specialized tools for calculating aerobic capacity through four standardized physical fitness protocols. Think about the workflow of a fitness coach. They are looking at a clipboard or a notes app. They have a client who just finished a walk. The coach wants to know if that client is getting better. Instead of grabbing a calculator and looking up the Rockport formula, they just tell their AI agent the numbers. The agent handles the calculation and gives a score. This is where the specialized fitness logic comes in. It knows the specific requirements for the Cooper 12-minute run, the one-mile walk, the step test, and the YMCA bike test. When you connect this through the Vinkius catalog, your AI client becomes a fitness analyst. It can take raw data like heart rate, weight, and time, then output a standardized ml/kg/min value. It also does the heavy lifting of checking those numbers against ACSM standards. It tells you if a client's fitness is Good, Fair, or Excellent based on their age and sex. This means you can spend more time actually coaching and less time doing math. It turns a messy list of numbers into a clear picture of cardiovascular health. You can quickly compare different types of tests to see which one a client performs best in, all while keeping your data consistent and professional. You don't have to worry about whether you're using the right coefficients or if you're forgetting a variable. The agent does the heavy lifting, and you get a clean, standardized result every time. It's a way to bring professional-grade fitness metrics into your daily routine without the headache of manual data entry.

## Tools

### calculate_rockport
Use this to estimate VO2max using the Rockport Walk Test. It converts your walking time and heart rate into a ml/kg/min score.

### calculate_step_test
Use this to estimate VO2max using the Step Test. It analyzes recovery heart rates to determine aerobic capacity.

### calculate_ymca_bike
Use this to estimate VO2max using the YMCA Bike Test. It provides cycling fitness metrics from steady-state efforts.

### calculate_cooper
Use this to estimate VO2max using the Cooper 12-minute run test. It converts run distance into a ml/kg/min score.

## Prompt Examples

**Prompt:** 
```
I just finished a 12-minute run and covered 2400 meters. I'm a 35-year-old male. What's my VO2max?
```

**Response:** 
```
Based on your 12-minute run distance, your estimated VO2max is **45.2 ml/kg/min**. 

For a 35-year-old male, this falls into the **Good** category. 

Here is a summary of your results:
* **Test Type:** Cooper 12-minute run
* **Distance:** 2400 meters
* **Estimated VO2max:** 45.2 ml/kg/min
* **Fitness Category:** Good
```

**Prompt:** 
```
My client walked a mile in 18 minutes, weighed 80kg, and had a heart rate of 130. She's 50. What's her score?
```

**Response:** 
```
Based on the Rockport Walk Test, your client's estimated VO2max is **34.8 ml/kg/min**. 

For a 50-year-old female, this is categorized as **Fair**. 

**Assessment Details:**
* **Test:** Rockport Walk Test
* **Time:** 18 minutes
* **Weight:** 80kg
* **Heart Rate:** 130 bpm
* **Category:** Fair
```

**Prompt:** 
```
I did a step test with a recovery heart rate of 115 and a baseline of 75. I'm 45. How's my cardio?
```

**Response:** 
```
Based on your Step Test results, your estimated VO2max is **32.1 ml/kg/min**. 

This puts you in the **Fair** category for a 45-year-old male. 

**Summary:**
* **Test:** Step Test
* **Recovery HR:** 115 bpm
* **Baseline HR:** 75 bpm
* **Fitness Level:** Fair
```

## Capabilities

### Calculate VO2max from a 12-minute run
Convert run distance into a standardized ml/kg/min aerobic capacity score.

### Estimate aerobic capacity from a one-mile walk
Turn walking time and heart rate into a fitness score using the Rockport protocol.

### Analyze cardiovascular recovery from a step test
Determine aerobic capacity based on heart rate recovery data.

### Determine cycling fitness from a YMCA bike test
Get cycling fitness metrics from steady-state effort results.

### Assign ACSM fitness classifications
Automatically categorize fitness levels based on age and sex.

## Use Cases

### Trainer Assessment
A personal trainer wants to know a client's fitness level. They ask the agent to run `calculate_rockport` with the client's walk time and weight.

### Athlete Tracking
A runner wants to see if their cardio is improving. They provide 12-minute run distances for `calculate_cooper` over six months.

### Rehab Progress
A physical therapist wants to check recovery. They input heart rate data into `calculate_step_test` to see aerobic trends.

### Cycling Stats
A cyclist wants to know their steady-state capacity. They provide bike test results to `calculate_ymca_bike`.

## Benefits

- Get accurate ACSM Classifications: Use `calculate_cooper` or `calculate_rockport` to get specific fitness categories for different ages and sexes.
- Support for Multiple Protocols: Choose from four different tests like the YMCA Bike Test or Step Test depending on your available equipment.
- Eliminate Manual Math: Stop double-checking formulas. The Connector handles all the ml/kg/min conversions perfectly every time you ask.
- Maintain Consistent Data: Ensure every client assessment follows the same standardized health protocols for better tracking over time.
- Compare Different Test Types: See how a client's 12-minute run compares to their one-mile walk by using the results from `calculate_cooper` and `calculate_rockport`.

## How It Works

The bottom line is your agent handles the complex fitness formulas so you can focus on the training.

1. Provide the raw physical test results like distance, time, or heart rate to your agent.
2. The agent calls the specific protocol tool to run the calculation.
3. You get the ml/kg/min score and a fitness category instantly.

## Frequently Asked Questions

**How does the VO2max Estimator help me track my fitness?**
It turns raw physical test results into standardized ml/kg/min scores. This allows you to see your actual aerobic capacity and compare progress over time regardless of which test you perform.

**Can I use the VO2max Estimator for different types of cardio?**
Yes, it supports four different protocols including running, walking, cycling, and step tests. This means you can track progress for different types of workouts in one place.

**What are the ACSM fitness classifications?**
These are standard health categories used to describe a person's aerobic fitness. The Connector automatically places your score into a category like Good, Fair, or Excellent based on your age and sex.

**Do I need to provide my weight for every test?**
It depends on the specific protocol you choose. Some tests, like the Rockport Walk Test, require weight, while others like the Cooper run test do not.

**Is the VO2max Estimator accurate for different ages?**
Yes, the tool specifically factors in your age and sex to provide an accurate ACSM fitness classification for your specific demographic.

**Can I compare my walking fitness to my running fitness?**
Yes, because the Connector converts different tests into a single ml/kg/min score, you can easily compare your results from a walk to your results from a run.

**What is the Cooper Test?**
The Cooper Test estimates VO2max by measuring the distance covered during a 12-minute run using the `calculate_cooper` tool.

**How do I use the Rockport Walk Test?**
Use `calculate_rockport` by providing your walking time for one mile, final heart rate, weight, age, and sex.

**Does the server provide fitness classifications?**
Yes, all tools return an ACSM-standardized classification (e.g., Excellent, Good, Fair, or Poor) based on your age and sex.