# Restaurant Cover Charge Manager AI Agent Connect

> Restaurant Cover Charge Manager MCP gives your AI agent the ability to manage group fees and pricing tiers. It handles the math for party eligibility, per-person rates, and total revenue projections so you can focus on floor management.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_oJ0SfjKlvAgmBIZEabE3I6ECX2ocDeM0FBLnRFmw/ai-agent-connect
- **Tags:** restaurant, cover-charge, revenue, pricing, management

## Description

Managing cover charges shouldn't be a manual math problem every time a large group walks in. This MCP gives your AI client the specific logic needed to handle tiered pricing and guest requirements. You can use it to quickly check if a group qualifies for a fee or to see how much a specific party will cost based on your current rate structure. It also helps you look ahead by estimating what your total cover charge income will look like based on expected guest counts. Instead of pulling out a calculator, you just tell your agent the party size and let it handle the tiered calculations and eligibility checks.

## Tools

### calculate_total_cover
This tool calculates the final cover charge amount for a specific party.

### get_tiered_rate
Use this to find the specific per-person rate assigned to a group based on its size.

### summarize_revenue_projection
This tool estimates your total expected income from cover charges for a set number of guests.

### validate_party_eligibility
This tool checks if a group meets your minimum size requirements to be charged a cover.

## Prompt Examples

**Prompt:** 
```
What is the total cover charge for 10 guests at $5 each?
```

**Response:** 
```
The total cover charge for 10 guests at $5 each is $50.00.
```

**Prompt:** 
```
Is a party of 3 eligible if the minimum size is 5?
```

**Response:** 
```
No, the party is not eligible because the guest count is below the minimum requirement of 5.
```

**Prompt:** 
```
What is the rate for a group of 20 people?
```

**Response:** 
```
The applicable rate for a group of 20 people is $4.00 per guest.
```

## Capabilities

### Tiered Pricing Logic
Your agent calculates different rates automatically as group sizes change.

### Eligibility Verification
The AI checks if a party meets your specific minimum guest requirements.

### Revenue Forecasting
You can estimate total income from expected guest counts.

### Total Fee Calculation
The agent determines the exact cost for any given party size.

## Use Cases

### Large Group Check-in
A manager asks the agent to check the total fee for a party of 15 to ensure accurate billing.

### Daily Revenue Planning
An owner uses the agent to project how much cover charge revenue to expect from tonight's reservations.

### Policy Enforcement
A host asks if a group of 4 qualifies for the cover charge based on the restaurant's minimum size rule.

### Pricing Adjustments
Staff check the specific per-person rate for different group tiers to explain costs to customers.

## Benefits

- Removes manual math errors during busy shifts.
- Standardizes how tiered pricing is applied to groups.
- Provides instant revenue estimates for upcoming bookings.
- Automates the verification of minimum party sizes.

## How It Works

Connect the MCP to your preferred AI client to start running calculations.

1. Connect your AI client to the Vinkius hosted MCP.
2. Provide your party details or guest counts to your agent.
3. The agent uses the specific tools to run the math or checks.
4. Receive the calculated fees or revenue projections instantly.

## Frequently Asked Questions

**How do I use this MCP with my AI client?**
You connect once through Vinkius to your preferred client like Claude or Cursor. Once connected, the tools are immediately available for your agent to use.

**Can this MCP handle different pricing tiers?**
Yes, the get_tiered_rate tool is specifically designed to find the correct per-person rate based on how large a group is.

**Does it help with revenue forecasting?**
Yes, you can use the summarize_revenue_projection tool to estimate total income from expected guests.

**What happens if a group is too small for a cover charge?**
The validate_party_eligibility tool will check the group size against your requirements and tell you if they are eligible.

**Do I need to host this myself?**
No, Vinkius hosts and manages the MCP for you, so it is ready to use as soon as you connect.
