# Vibration Therapy Frequency Selector AI Agent Connect

> Determines optimal vibration therapy parameters based on clinical goals and patient safety.

## Overview
- **Category:** health
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_Biztn8LxMTgU9Jmfgm7ch7yPj4rhI8VP1A57UGSw/ai-agent-connect
- **Tags:** vibration-therapy, physical-therapy, clinical-protocols, safety-validation, rehabilitation

## Description

This MCP server provides specialized tools for designing vibration therapy regimens. It calculates precise frequency, amplitude, duration, and rest intervals by analyzing the treatment goal, target anatomy, and patient health status. Use `get_therapy_protocol` to generate a complete regimen, `validate_safety_parameters` to ensure settings are within safe limits, `get_anatomical_tolerances` to check body part limits, and `calculate_rest_requirements` to determine necessary recovery times.

## Tools

### calculate_rest_requirements
Determines the necessary recovery time based on the intensity of the session

### get_anatomical_tolerances
Retrieves the maximum safe operating limits for a specific body part

### get_therapy_protocol
Provides a complete, customized vibration therapy regimen based on specific clinical inputs

### validate_safety_parameters
Checks if a specific set of vibration parameters is safe for a given patient and body part

## Prompt Examples

**Prompt:** 
```
Provide a vibration therapy protocol for strength training on the quadriceps for a stable patient.
```

**Response:** 
```
For strength training on the quadriceps, use a frequency of 45 Hz and an amplitude of 2.5 mm for 10 minutes, followed by a 5-minute rest interval.
```

**Prompt:** 
```
What are the safety limits for the forearm in a patient with sensitive skin?
```

**Response:** 
```
The maximum safe frequency for the forearm is 35 Hz and the maximum amplitude is 1.5 mm for patients with high sensitivity.
```

**Prompt:** 
```
Calculate the rest needed after a 15-minute circulation session.
```

**Response:** 
```
A 15-minute circulation session requires a 3-minute rest interval to maintain optimal vascular stimulation.
```

## Frequently Asked Questions

**How do I get a full therapy plan?**
You can use the `get_therapy_protocol` tool by providing the treatment goal, body part, and patient condition to receive a complete regimen.

**Can I check if a specific frequency is safe?**
Yes, use the `validate_safety_parameters` tool to verify if your chosen frequency and amplitude are safe for the specific patient and body part.

**How much rest is needed between sessions?**
The `calculate_rest_requirements` tool determines the necessary recovery time based on the intensity and duration of the vibration applied.
