# Mocktail Glass Count AI Agent Connect

> Mocktail Glass Count MCP handles the math for your beverage service. It calculates how many drinks you can pour from a batch, determines the right glass size to maximize servings, and tells you exactly how much liquid to prep based on your guest list and expected waste.

## Overview
- **Category:** hospitality
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_ca28rqvmR5BsFl3l3cjQfas9jlwSoNw9KjEQz9YE/ai-agent-connect
- **Tags:** bartending, inventory, event-planning, yield-calculation, mocktails

## Description

Planning a large event means you can't afford to run out of drinks or over-prep expensive ingredients. This MCP gives your AI client the math skills to manage liquid inventory with precision. Instead of guessing how much juice or syrup you need, you can ask your agent to scale recipes based on your guest count. It accounts for real-world factors like waste and different glass sizes so your numbers actually hold up when the event starts. You can use it to check if a specific batch size will cover your crowd or to compare different glassware to see which one stretches your inventory further. It turns your AI into a specialized beverage coordinator that keeps your pours consistent and your inventory under control.

## Tools

### compare_glass_options
This tool compares different glass sizes to help you find the best way to maximize your total servings.

### batch_scaling_requirement
Use this to calculate the exact volume of liquid you need to prepare for a specific number of servings.

### calculate_serving_yield
This tool determines exactly how many full servings you can get out of a single batch.

### validate_recipe_capacity
Check if your current batch volume is enough to cover your expected guest count.

## Prompt Examples

**Prompt:** 
```
How many full glasses can I serve from a 5 liter batch using 200ml glasses with 5% waste?
```

**Response:** 
```
You can serve 23 full glasses from this batch.
```

**Prompt:** 
```
I need to serve 50 guests with 150ml glasses. How much liquid do I need to prepare if I account for 10% waste?
```

**Response:** 
```
You need to prepare 8333.33 milliliters of liquid to meet your target.
```

**Prompt:** 
```
Is my 2 liter batch enough for 15 guests using 125ml glasses and 5% waste?
```

**Response:** 
```
Yes, your batch is sufficient. You will have a surplus of 125 milliliters.
```

## Capabilities

### Yield Calculation
The AI calculates the total number of drinks available from a specific volume of liquid.

### Volume Scaling
Your agent determines the necessary liquid volume required to meet a specific guest count.

### Glassware Optimization
The AI compares different glass capacities to find the most efficient serving size.

### Capacity Validation
Your agent checks if a prepared batch will meet the needs of your expected attendees.

## Use Cases

### Wedding Beverage Planning
Calculate exactly how much mocktail liquid to prep for a specific number of wedding guests.

### Bar Inventory Management
Determine how many servings a specific batch of juice or syrup will provide.

### Glassware Selection
Decide between different glass sizes to get the most servings out of your ingredients.

### Large Scale Catering
Scale up small recipes to meet the demands of large corporate events.

## Benefits

- Reduces liquid waste by accounting for pour loss and spill percentages.
- Prevents shortages by validating batch sizes against guest counts.
- Optimizes inventory by comparing glassware sizes for maximum yield.

## How It Works

Connect the MCP to your AI client and start asking for beverage math.

1. Connect your preferred client like Claude or Cursor to Vinkius.
2. Provide your guest count and desired drink volume to your AI agent.
3. The AI uses the MCP tools to run the math and account for waste.
4. Receive exact liquid requirements or serving counts immediately.

## Frequently Asked Questions

**How does this MCP help with event planning?**
It calculates the exact amount of liquid you need to prepare based on your guest count and the size of the glasses you plan to use.

**Can I account for spilled drinks or waste?**
Yes, the math can include waste percentages to ensure you don't run out of drinks due to spills or over-pouring.

**Which AI clients can use this MCP?**
You can use this MCP with any compatible client including Claude, Cursor, Windsurf, and VS Code.

**Does it work with different glass sizes?**
Yes, you can use the tool to compare different glass sizes to see which one provides the most servings for your batch.

**How do I get started?**
Simply connect your AI client to the Vinkius platform to access the hosted MCP instantly.

**How does the tool handle liquid waste?**
You can specify a `wastagePercentage` to account for liquid lost during pouring or residue left in vessels. The tool subtracts this volume before calculating the final serving count.

**Can I compare different glass sizes?**
Yes, use the `compare_glass_options` tool to evaluate multiple glass capacities and identify which one maximizes your total servings.

**Is the serving count rounded?**
Yes, serving counts are always rounded down to the nearest whole number to ensure every guest receives a complete serving.
