# Fruit Portion Sizing Engine AI Agent Connect

> Calculate exact fruit portions to hit a 15g carbohydrate target.

## Overview
- **Category:** health
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_BEJKzBItZtbyQADxOs4JbG4bCK2Pwqaqx5MD9AYo/ai-agent-connect
- **Tags:** diabetes, carbohydrates, nutrition, portion-control, health-tech

## Description

This MCP server provides precise tools for diabetic portion control by calculating the exact mass and volume of fruit needed to reach a standardized 15g carbohydrate target. Using the `calculate_portion_size` tool, users can determine the specific grams, volume equivalent, sugar content, and fiber content for various fruits. You can also use `get_fruit_nutritional_profile` to see density data or `list_supported_fruits` to see available options. It is designed to help manage blood glucose levels through accurate carbohydrate counting.

## Tools

### list_supported_fruits
Provides a list of all fruits currently supported by the engine

### get_fruit_nutritional_profile
Retrieves the baseline nutritional density (carbs, sugar, fiber) for a specific fruit type

### calculate_portion_size
Determines the precise weight and nutritional breakdown of a fruit to reach exactly 15g of carbohydrates

## Prompt Examples

**Prompt:** 
```
How many grams of strawberries do I need for 15g of carbs?
```

**Response:** 
```
To reach 15g of carbohydrates, you need 150g of strawberries, which is approximately 1 cup.
```

**Prompt:** 
```
What is the portion size for an apple to get 15g of carbs?
```

**Response:** 
```
You need 115g of apple, which is equivalent to one small apple.
```

**Prompt:** 
```
How much watermelon should I eat for a 15g carb serving?
```

**Response:** 
```
You should eat 210g of watermelon to hit the 15g carbohydrate target.
```

## Frequently Asked Questions

**What is the carbohydrate target for these calculations?**
The engine is hardcoded to target exactly 15 grams of carbohydrates, which is the standard serving size used in carbohydrate counting.

**How can I see which fruits are available?**
You can use the `list_supported_fruits` tool to get a complete list of all fruit types currently supported by the engine.

**Does this tool provide volume measurements?**
Yes, the `calculate_portion_size` tool provides a `volumeEquivalent` (such as '1 cup' or '1/2 medium banana') to make measuring easier in a kitchen setting.
