# Surf Trip Preparation Checklist AI Agent Connect

> Generate comprehensive surf trip checklists including gear, documents, and schedules.

## Overview
- **Category:** productivity
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_iRzk1P9zYgOKzwXc20mmY2qf2he6PhvKGq2wUU5C/ai-agent-connect
- **Tags:** surfing, travel-planning, checklist, adventure, logistics

## Description

This MCP server provides a complete planning engine for surfing expeditions. It uses specialized tools like `get_equipment_checklist` to determine gear based on wave conditions and board count, `get_travel_documents` to identify legal requirements, and `get_timing_schedule` to organize trip milestones. It ensures surfers are prepared for any environment, from mellow beach breaks to heavy reef swells.

## Tools

### get_timing_schedule
Generates a chronological timeline of activities leading up to and during the trip

### get_equipment_checklist
Determines exactly what gear a surfer needs to pack based on the environment and their board count

### get_travel_documents
Identifies the necessary legal and identification requirements for the trip

### get_trip_summary
Provides a high-level overview of the entire plan in one view

## Prompt Examples

**Prompt:** 
```
I'm going to Bali for 10 days with 2 boards. The waves will be heavy reef swells. What should I pack?
```

**Response:** 
```
For your 10-day trip to Bali with heavy reef swells, you will need: Essential: 2 surfboards, impact vest, and a thick wetsuit. Secondary: Wax, leashes, and fins. Backup: Spare fins and a repair kit.
```

**Prompt:** 
```
What documents do I need for a trip to Portugal?
```

**Response:** 
```
For Portugal, you will need your Passport as a mandatory document. It is also recommended to carry Travel Insurance and your Vaccination records.
```

**Prompt:** 
```
Give me a summary for a 7-day trip to Costa Rica with mellow beach breaks and 1 board.
```

**Response:** 
```
Your trip to Costa Rica summary: Destination: Costa Rica, Duration: 7 days, Gear Count: 8 items, Document Count: 2 items, Schedule Complexity: Moderate.
```

## Frequently Asked Questions

**How does the gear checklist work?**
The `get_equipment_checklist` tool analyzes your destination, the expected wave conditions, and how many boards you are bringing to provide a tailored list of essential, secondary, and backup gear.

**Can I plan my trip timeline?**
Yes, you can use `get_timing_schedule` to generate a chronological timeline of preparation milestones and a daily routine for the duration of your trip.

**Does it cover travel documents?**
Yes, the `get_travel_documents` tool identifies mandatory and recommended documentation required for your specific destination.
