# Surf Back Pain Analyzer AI Agent Connect

> Identify causes of back pain in surfers by analyzing posture, flexibility, and surfing style.

## Overview
- **Category:** health
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_zx10KGFgWQU0KXy58aEiYmyLxHJEu0KKW5MsTIAT/ai-agent-connect
- **Tags:** surfing, back-pain, biomechanics, mobility, posture

## Description

This MCP server provides specialized diagnostic tools for surfers experiencing spinal discomfort. By utilizing `analyze_pain_origin` to distinguish between lumbar and thoracic issues, and `assess_risk_profile` to evaluate injury likelihood, it helps identify the physiological drivers of pain. The system uses `identify_likely_causes` to synthesize posture and flexibility data, and `get_corrective_recommendations` to provide specific mobility and postural advice tailored to the surfer's needs.

## Tools

### identify_likely_causes
Pinpoints the most probable physiological cause of the pain

### analyze_pain_origin
Determines if the user's reported pain is primarily located in the lumbar or thoracic region

### get_corrective_recommendations
Provides actionable mobility or postural advice

### assess_risk_profile
Evaluates the likelihood of injury based on flexibility and surfing style

## Prompt Examples

**Prompt:** 
```
I have lower back pain and I usually paddle with a hyperextended posture. What is the likely cause?
```

**Response:** 
```
The primary cause is likely repetitive lumbar extension.
```

**Prompt:** 
```
I am a shortboarder with low flexibility. What is my risk level?
```

**Response:** 
```
Your risk level is High.
```

**Prompt:** 
```
My pain is in the lumbar region caused by repetitive extension. What should I do?
```

**Response:** 
```
You should focus on hip mobility or core stability.
```

## Frequently Asked Questions

**How does the tool differentiate between lumbar and thoracic pain?**
The `analyze_pain_origin` tool evaluates the reported pain location and paddling posture to determine if the issue is primarily in the lumbar or thoracic region.

**Can I get specific exercises for my back pain?**
Yes, after identifying the cause, you can use `get_corrective_recommendations` to receive actionable mobility or postural advice.

**Does surfing style affect the risk assessment?**
Yes, the `assess_risk_profile` tool considers whether you practice shortboarding, longboarding, or bigwave surfing to calculate your specific risk level.
