# Myotherapy Treatment Planner AI Agent Connect

> Myotherapy Treatment Planner MCP gives your AI client the clinical logic needed to design myotherapy sessions. It analyzes pain locations, trigger points, and muscle dysfunction to suggest specific techniques, time allocations, and safe home exercise protocols.

## Overview
- **Category:** healthcare
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_eFp6fTTT1DFpNpMHLaBM8hOO4UKnoY5n5XUjOpyc/ai-agent-connect
- **Tags:** myotherapy, clinical-planning, musculoskeletal, treatment-protocol, physical-therapy

## Description

You can use this MCP to bridge the gap between patient assessment and session execution. Instead of manually calculating treatment density or checking exercise safety, you let your AI agent handle the heavy lifting. When you input a patient's physical symptoms, the MCP uses clinical logic to map out treatment areas and specific technique selections. It doesn't just suggest what to do; it checks if the plan actually fits within a standard appointment window and ensures that any recommended home care won't aggravate existing movement restrictions. It acts as a clinical reasoning partner that stays grounded in myotherapy principles.

## Tools

### calculate_session_efficiency
This tool checks if your proposed treatment plan is realistic for a standard clinical appointment time.

### get_technique_details
Use this to pull specific clinical information and protocols for a particular myotherapy technique.

### get_treatment_plan
This tool generates a structured clinical treatment plan based on the patient's specific physical symptoms.

### validate_home_care
This tool verifies that recommended home exercises are safe given the patient's reported movement restrictions.

## Prompt Examples

**Prompt:** 
```
Generate a treatment plan for a patient with lower back pain, a trigger point in the quadratus lumborum, and limited lumbar flexion.
```

**Response:** 
```
The plan targets the lumbar region using ischemic compression for the trigger point and myofascial release for muscle tension, totaling 45 minutes.
```

**Prompt:** 
```
What are the details for the 'Ischemic Compression' technique?
```

**Response:** 
```
Ischemic Compression is a manual therapy technique that applies sustained pressure to a hyperirritable trigger point to improve local blood flow.
```

**Prompt:** 
```
Is it safe to recommend 'Cat-Cow' stretches for a patient with acute lumbar disc irritation?
```

**Response:** 
```
No, this exercise is unsafe for this specific restriction because spinal flexion might worsen the disc irritation.
```

## Capabilities

### Clinical Plan Generation
Your agent uses patient symptoms to build structured treatment protocols.

### Technique Verification
The AI pulls specific clinical details for any myotherapy technique you select.

### Safety Auditing
Your agent checks home exercise recommendations against reported movement restrictions.

### Time Management
The MCP calculates if the treatment density fits within your scheduled appointment time.

## Use Cases

### New Patient Assessment
Input a fresh set of symptoms to get a structured starting point for a treatment plan.

### Home Care Safety Checks
Verify that a set of stretches won't aggravate a patient's specific movement restrictions.

### Session Optimization
Check if a complex treatment plan can actually be completed within a 30 or 60 minute slot.

### Technique Reference
Quickly pull clinical details for a specific manual therapy technique during planning.

## Benefits

- Reduces manual calculation of treatment time and density.
- Prevents unsafe home exercise recommendations through automated validation.
- Provides instant access to specific technique clinical details.
- Standardizes treatment planning based on specific trigger points and pain locations.

## How It Works

Connect your AI client to Vinkius to start using these clinical tools immediately.

1. Connect your preferred MCP-compatible client to Vinkius.
2. Provide your patient's clinical symptoms to your AI agent.
3. The agent uses the MCP to generate or validate the treatment plan.
4. Review the structured plan and technique details in your chat interface.

## Frequently Asked Questions

**What AI clients can I use with this MCP?**
You can use this MCP with any compatible client like Claude, Cursor, Windsurf, or VS Code.

**How does the MCP ensure home exercises are safe?**
The validate_home_care tool compares proposed exercises against the specific movement restrictions reported by the patient.

**Can I use this to check if my treatment plan is too long?**
Yes, the calculate_session_efficiency tool evaluates if the treatment density is realistic for a standard appointment.

**Do I need to host the MCP myself?**
No, Vinkius hosts and manages the MCP for you. You just connect your client and start working.

**What kind of clinical data does it use?**
It uses data like pain locations, trigger points, and muscle dysfunction to build its plans.

**How does the tool generate a treatment plan?**
The `get_treatment_plan` tool processes the reported pain locations, trigger points, and muscle dysfunctions to map them against standardized myotherapy protocols.

**Can I check if exercises are safe for my patient?**
Yes, you can use `validate_home_care` to check if a specific list of exercises is appropriate given the patient's reported movement restrictions.

**How do I know if my planned session is too long or too short?**
The `calculate_session_efficiency` tool evaluates the planned duration against the number of treatment areas to ensure the session is clinically feasible.
