# Surf Injury Risk Assessment AI Agent Connect

> Evaluates physical injury risk for surfers based on ocean conditions, gear, and fatigue.

## Overview
- **Category:** safety
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_8PygV6XEOHngeQoTiOWOe4qnd782x2SA7umQQY0g/ai-agent-connect
- **Tags:** surfing, safety, ocean, risk-assessment, weather

## Description

This MCP server provides critical safety analysis for surfers. By connecting to Vinkius Edge, AI agents can use `calculate_risk_profile` to assess overall danger, `evaluate_equipment_safety` to verify gear suitability, `check_fatigue_impact` to quantify exhaustion risks, and `get_environmental_threat_level` to identify oceanographic hazards like rip currents. It helps surfers make informed decisions about when to enter the water and what equipment to use.

## Tools

### calculate_risk_profile
Provides a comprehensive assessment of the current injury risk for a specific surfer in specific conditions

### check_fatigue_impact
Quantifies how much the surfer's current exhaustion level is amplifying the existing environmental risks

### evaluate_equipment_safety
Determines if the chosen gear is appropriate for the current sea state

### get_environmental_threat_level
Analyzes wave and wind patterns to identify specific oceanographic dangers

## Prompt Examples

**Prompt:** 
```
What is my injury risk for 5ft waves, 10s swell, offshore wind, using a longboard, as an intermediate surfer with low fatigue?
```

**Response:** 
```
Your risk level is Low. The conditions are manageable for your skill level and equipment.
```

**Prompt:** 
```
Is my shortboard safe for 8ft waves in 20°C water?
```

**Response:** 
```
No, the gear is not appropriate. A shortboard may be difficult to control in 8ft waves; a larger board is suggested.
```

**Prompt:** 
```
I am feeling high fatigue. How much does this increase my risk if my base score was 40?
```

**Response:** 
```
Your amplified risk score is 120, and you have entered the danger zone due to high fatigue.
```

## Frequently Asked Questions

**How does the tool account for physical exhaustion?**
The tool uses `check_fatigue_impact` to calculate how much a surfer's exhaustion level increases their base risk score, potentially pushing them into a danger zone.

**Can I check if my surfboard is safe for large waves?**
Yes, you can use `evaluate_equipment_safety` to determine if your specific gear is appropriate for the current wave size and water temperature.

**What kind of ocean threats can be identified?**
By using `get_environmental_threat_level`, the tool identifies primary threats such as Rip Currents, Heavy Impact, or high turbulence based on swell and wind.
