# Kitesurfing Travel Budget Planner AI Agent Connect

> Calculate total costs, gear fees, and savings for kitesurfing trips.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_6rMKWSoPDbldm1FyWzpAvQLQSMdoGkkqGNhYerer/ai-agent-connect
- **Tags:** kitesurfing, budget, travel-planner, equipment-fees, seasonal-pricing

## Description

This MCP server provides specialized financial planning for kitesurfing travelers. It calculates total trip expenditures by accounting for seasonal pricing, accommodation tiers, and specific equipment baggage fees. Use `get_trip_total_estimate` for a high-level summary, `get_cost_breakdown` to see detailed spending across categories, `get_saving_recommendations` to find ways to reduce costs, and `check_destination_viability` to verify if a location is a recognized kitesurfing hub.

## Tools

### check_destination_viability
Validates if a destination is a known kitesurfing hub and retrieves its seasonal multiplier

### get_cost_breakdown
Provides a detailed view of how much is spent in each specific category

### get_saving_recommendations
Suggests actionable ways to reduce the total trip cost

### get_trip_total_estimate
Provides a high-level summary of the entire trip cost

## Prompt Examples

**Prompt:** 
```
How much will a 10-day kitesurfing trip to Brazil cost if I bring 2 kites and stay in a Mid-Range hotel using a flight?
```

**Response:** 
```
The estimated total cost for your 10-day trip to Brazil is $1,450, which includes $600 for flights and gear fees, $500 for mid-range accommodation, and $350 for local living expenses.
```

**Prompt:** 
```
Is Tarifa a good destination for kitesurfing?
```

**Response:** 
```
Yes, Tarifa is a verified kitesurfing hub with high wind availability during the peak season.
```

**Prompt:** 
```
Show me the cost breakdown for a 7-day trip to Egypt with 1 kite using a ferry.
```

**Response:** 
```
For your 7-day trip to Egypt, the breakdown is: $150 for transport, $350 for accommodation, $50 for gear fees, $210 for living expenses, and $100 for activities.
```

## Frequently Asked Questions

**How are equipment fees calculated?**
Fees are calculated based on the number of kites being transported and the selected transport mode, accounting for the bulkiness of the gear.

**Does the budget include seasonal price changes?**
Yes, the tool uses seasonal multipliers to adjust accommodation and local service costs based on wind availability and peak seasons.

**Can I get advice on how to spend less?**
Yes, you can use the recommendation tool to get specific suggestions, such as renting gear locally instead of flying it.
