# Tempo Prescription AI Agent Connect

> Get precise lifting tempo sequences based on your training goals and experience.

## Overview
- **Category:** health
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_t1gpddeaxLhzakjy7CARirIKiqf2UMFHI9kJzJ0X/ai-agent-connect
- **Tags:** lifting, workout, tempo, strength, hypertrophy

## Description

This MCP server provides specialized lifting tempo programming. By using tools like `get_tempo_prescription`, you can receive exact timing for the eccentric, pause, and concentric phases of any exercise. Whether you are training for strength, hypertrophy, or control, the server calculates the optimal repetition duration to match your experience level.

## Tools

### get_exercise_tempo_range
Provides the standard tempo duration boundaries for a specific exercise

### get_tempo_guidelines
Provides general tempo principles and recommended ranges for a specific training goal

### get_tempo_prescription
Prescribes a specific lifting tempo sequence based on exercise, goal, and experience

### validate_tempo_sequence
Validates if a specific tempo sequence is appropriate for the user's goal and experience

## Prompt Examples

**Prompt:** 
```
What tempo should I use for a Bench Press if I want hypertrophy and I am an intermediate lifter?
```

**Response:** 
```
For an intermediate lifter focused on hypertrophy, a recommended tempo for Bench Press is 3 seconds eccentric, 1 second pause at the bottom, and 1 second concentric.
```

**Prompt:** 
```
Give me a strength tempo for Squats for a beginner.
```

**Response:** 
```
A beginner strength tempo for Squats is 3 seconds eccentric, 2 seconds pause at the bottom, and 1 second concentric.
```

**Prompt:** 
```
What are the general tempo principles for hypertrophy?
```

**Response:** 
```
Hypertrophy training focuses on increasing Time Under Tension (TUT) through longer eccentric phases and controlled pauses.
```

## Frequently Asked Questions

**How do I get a specific tempo for my squat?**
You can use the `get_tempo_prescription` tool by providing 'Squat' as the exercise, along with your specific goal and experience level.

**Can I check if my custom tempo is safe?**
Yes, use the `validate_tempo_sequence` tool to verify if your chosen timing is appropriate for your training profile.

**What training goals are supported?**
The server supports strength, hypertrophy, and control objectives.
