# Foil Pump Efficiency Engine AI Agent Connect

> Calculate hydrofoil pumping energy, speed gain, and efficiency.

## Overview
- **Category:** utility
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_Pwd3fh7gKJ3YQH79STJZES1wjXQFvdWrFXkB2hCy/ai-agent-connect
- **Tags:** hydrofoil, pumping, efficiency, energy, performance

## Description

This MCP server provides specialized calculation tools for hydrofoil riders to analyze their pumping performance. Use `get_pump_energy` to determine the work performed per stroke, `calculate_speed_gain` to estimate velocity increases, and `evaluate_pumping_efficiency` to assess overall energy conversion. For a complete data snapshot, use `get_performance_summary` to retrieve energy, speed, and efficiency metrics in one call.

## Tools

### evaluate_pumping_efficiency
Calculates the overall efficiency percentage of the pumping session

### get_performance_summary
Provides a comprehensive overview of the pumping profile

### get_pump_energy
Calculates the work performed during a single pumping stroke

### calculate_speed_gain
Determines the theoretical increase in forward velocity resulting from one pump cycle

## Prompt Examples

**Prompt:** 
```
How much energy is generated per pump for a 75kg rider with a 90cm mast?
```

**Response:** 
```
The energy generated per pump is 735.75 Joules.
```

**Prompt:** 
```
What is the speed gain for a wing with 1200cm² area, 80cm mast, and 5 aspect ratio?
```

**Response:** 
```
The theoretical speed gain per pump is 0.45 m/s.
```

**Prompt:** 
```
Calculate the efficiency for a 70kg rider, 1100cm² wing, 0.6 aspect ratio, 40 pumps per minute, and 0.8 technique.
```

**Response:** 
```
The overall pumping efficiency is 62.5%.
```

## Frequently Asked Questions

**How do I calculate the energy used in one pump?**
You can use the `get_pump_energy` tool by providing the rider's weight in kilograms and the mast length in centimeters.

**What factors influence the speed gain?**
Speed gain is determined by the wing area, the mast length, and the wing's aspect ratio via the `calculate_speed_gain` tool.

**Can I get a full performance report?**
Yes, the `get_performance_summary` tool provides a complete overview including energy per pump, speed gain, and efficiency percentage.
