# Training Log Analyzer AI Agent Connect

> Identify physiological patterns and performance trends in strength training logs.

## Overview
- **Category:** productivity
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_3RoXaYgWwrtzyhBVSVCjb7J4KZthHMlujHRvPo8N/ai-agent-connect
- **Tags:** strength-training, fitness-tracking, performance-analysis, periodization, workout-logs

## Description

This MCP server connects AI agents to your strength training data to provide actionable insights. It analyzes training history to detect plateaus, track volume trends, and suggest periodization strategies. Use `detect_performance_plateaus` to see if you are stuck, `get_volume_trends` to monitor workload, or `recommend_periodization` to plan your next training phase.

## Tools

### analyze_progress_trajectory
Am I getting stronger or weaker over the long term?

### detect_performance_plateaus
Am I stuck and unable to make progress in my lifts?

### get_volume_trends
How has my total workload changed over time for a specific exercise?

### recommend_periodization
What should my training focus be in the next phase to optimize results?

## Prompt Examples

**Prompt:** 
```
Am I stuck and unable to make progress in my lifts?
```

**Response:** 
```
No, your performance is still trending upwards, though progress has slowed slightly in the last 3 sessions.
```

**Prompt:** 
```
How has my total workload changed over time for Bench Press?
```

**Response:** 
```
Your total volume for Bench Press has increased by 12% over the last 30 days.
```

**Prompt:** 
```
What should my training focus be in the next phase to optimize results?
```

**Response:** 
```
Based on your recent plateau, a Deload phase is recommended to allow for recovery before starting a new strength cycle.
```

## Frequently Asked Questions

**How can I know if I am stuck in my progress?**
You can use the `detect_performance_plateaus` tool to analyze your recent sessions and identify if your strength has stagnated.

**Can this tool help me plan my training cycles?**
Yes, the `recommend_periodization` tool provides specific phase recommendations like Deload or Hypertrophy based on your performance data.

**How is volume calculated?**
Volume is calculated as the total weight lifted multiplied by the number of repetitions performed for each exercise.
