# Surf Camp Selection Tool AI Agent Connect

> Find and rank the perfect surf camps based on your skill, budget, and goals.

## Overview
- **Category:** travel
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_83N5TY2RhSsDoX1de2MJpVQi9yEwBNIR1wJaC0LP/ai-agent-connect
- **Tags:** surfing, travel-planning, sports-coaching, vacation, recommendation-engine

## Description

This MCP server acts as an intelligent decision-support engine for surfers. It allows AI agents to evaluate surf camp options by matching user profiles against specific camp characteristics. Using `find_suitable_camps`, agents can filter options by skill level and budget. For more tailored results, `get_recommendation_ranking` provides a prioritized list based on specific objectives like progression or leisure. Users can also use `calculate_value_assessment` to determine if a camp offers good value for money, or `get_camp_details` to retrieve technical specifications like wave consistency and coaching quality.

## Tools

### calculate_value_assessment
Evaluates the value for money of a specific surf camp

### find_suitable_camps
Finds a list of surf camps that match the user's skill level and budget

### get_camp_details
Retrieves detailed technical data about a specific surf camp

### get_recommendation_ranking
Provides a ranked list of camps based on user profile and goals

## Prompt Examples

**Prompt:** 
```
Find me some beginner surf camps in Portugal within a 1500 Euro budget.
```

**Response:** 
```
I found 3 beginner-friendly camps in Portugal within your 1500 Euro budget: Algarve Surf Base, Sagres Waves, and Peniche Pro.
```

**Prompt:** 
```
Which surf camp is best for improving my advanced surfing skills?
```

**Response:** 
```
Based on your goal of progression, the top-ranked camp is North Shore Pro, which offers high-quality coaching and consistent wave conditions.
```

**Prompt:** 
```
Is the Costa Brava Surf Camp a good value for a 2000 Euro budget?
```

**Response:** 
```
Yes, the Costa Brava Surf Camp offers high value with a score of 8.5/10, as its excellent coaching quality justifies the price.
```

## Frequently Asked Questions

**How does the tool determine which camps are suitable?**
The tool uses `find_suitable_camps` to match your skill level and budget against available camp data, ensuring the coaching level meets your proficiency.

**Can I prioritize specific goals like skill progression?**
Yes, by using `get_recommendation_ranking`, the engine weights coaching quality and wave consistency more heavily if your primary goal is progression.

**How is the value of a camp calculated?**
The `calculate_value_assessment` tool compares the camp's total cost against its quality metrics, such as coaching quality and wave consistency, to provide a value score.
