# Surf Coaching Certification Pathway Mapper AI Agent Connect

> Maps professional development roadmaps for surf coaches by analyzing credentials and career goals.

## Overview
- **Category:** education
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_0aToAIJTLJ68cXPeRBiL7czFoL2AjrKlsogLJaNR/ai-agent-connect
- **Tags:** surf, coaching, certification, career-pathway, professional-growth

## Description

This MCP server provides a structured way for surf coaches to navigate their professional growth. By connecting to various international governing bodies, it allows AI agents to calculate specific certification requirements, identify experience gaps, and generate step-by-step career roadmaps. Use `calculate_coaching_pathway` to build a complete development plan or `analyze_experience_gap` to see exactly what is needed for a specific tier.

## Tools

### calculate_coaching_pathway
Generates a step-by-step roadmap from current status to career goal

### analyze_experience_gap
Identifies the specific deficiencies preventing a coach from reaching the next tier

### get_available_organizations
Lists all coaching organizations supported by the system

### get_certification_details
Retrieves the specific requirements for a single certification within an organization

## Prompt Examples

**Prompt:** 
```
I have 12 months of experience and a Level 1 certification. What is my path to becoming a Professional Coach in the International organization?
```

**Response:** 
```
To reach the Professional Coach level, you first need to complete the Level 2 certification, which requires 24 total months of experience. Your current roadmap includes: 1. Level 2 Certification (requires 12 more months of experience).
```

**Prompt:** 
```
What am I missing to get the Advanced Instructor certification in the USA organization?
```

**Response:** 
```
You are currently missing the 'Safety Specialist' certification and 6 months of additional coaching experience to qualify for the Advanced Instructor level.
```

**Prompt:** 
```
List all the coaching organizations available.
```

**Response:** 
```
The supported organizations are: International Surf Association (Global), USA Surf Academy (USA), and EuroSurf (Europe).
```

## Frequently Asked Questions

**How do I know which certifications I need?**
You can use the `analyze_experience_gap` tool to identify exactly which certifications or months of experience are missing to reach your target level.

**Can I plan a full career path?**
Yes, the `calculate_coaching_pathway` tool generates a complete, step-by-step roadmap from your current status to your ultimate career goal.

**What organizations are supported?**
You can call `get_available_organizations` to see a full list of the coaching organizations currently supported by this server.
