# Restaurant Table Capacity Manager AI Agent Connect

> Restaurant Table Capacity Manager MCP gives your AI client the ability to manage floor logistics. It calculates total seating capacity, monitors real-time occupancy rates, and analyzes how your tables are distributed. You can also use it to verify if a specific floor layout meets the needs of a large group or event.

## Overview
- **Category:** logistics
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_F5ExXcOzuLkRsxqe6bHrNsBLboKA4gTIsQK6dhDc/ai-agent-connect
- **Tags:** seating, capacity, occupancy, restaurant, tables

## Description

Managing a dining room requires constant math on seating availability and floor layouts. This MCP gives your agent the tools to handle those calculations for you. Instead of manually counting seats or guessing if a new table arrangement works for a party of ten, you can just ask your AI client to run the numbers. 

It handles the heavy lifting for floor management. You can check your total capacity, see how many guests you can actually fit right now, and look at the breakdown of your table sizes. If you are planning a special event, you can use it to validate that your proposed configuration actually provides enough seats. It turns your AI into a logistics coordinator that understands your specific floor plan and current guest count.

## Tools

### analyze_seating_distribution
This tool breaks down how your seating is spread across different table sizes.

### calculate_occupancy_rate
Use this to find out how full the restaurant is based on current guests and your table setup.

### get_total_capacity
This tool calculates the maximum number of guests your venue can seat.

### validate_table_configuration
This tool checks if a specific table layout meets your minimum seating requirements.

## Prompt Examples

**Prompt:** 
```
What is the total capacity for a restaurant with five 2-seater tables and three 4-seater tables?
```

**Response:** 
```
The total capacity is 22 seats.
```

**Prompt:** 
```
If I have 22 total seats and 15 guests are currently seated, what is my occupancy rate?
```

**Response:** 
```
The occupancy rate is 68.18% with 7 seats remaining.
```

**Prompt:** 
```
Does a setup of ten 2-seater tables meet a requirement of 25 seats?
```

**Response:** 
```
No, the configuration is invalid. There is a shortfall of 5 seats.
```

## Capabilities

### Capacity Calculation
Your agent calculates the exact number of guests your floor can hold.

### Occupancy Monitoring
The AI determines how much space is left based on current guest counts.

### Layout Validation
Your agent checks if a proposed table setup meets specific seating goals.

### Seating Analysis
The AI provides a breakdown of your table size distribution.

## Use Cases

### Event Planning
Verify if a new table arrangement provides enough seats for a large reservation.

### Shift Management
Check current occupancy rates to manage guest flow during busy hours.

### Floor Optimization
Analyze how many small versus large tables you have to better plan seating.

### Capacity Audits
Get a quick count of total available seats across all table types.

## Benefits

- Calculates total seating capacity instantly.
- Monitors real-time occupancy rates.
- Validates table layouts against specific requirements.
- Provides detailed seating distribution data.

## How It Works

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

1. Connect your AI client to the Vinkius hosted MCP.
2. Provide your table counts and guest numbers to your agent.
3. Ask the agent to perform specific capacity or occupancy tasks.
4. Receive immediate mathematical results and layout validations.

## Frequently Asked Questions

**How do I use this MCP with Claude?**
You connect to the Vinkius hosted MCP once, and then you can use it directly within your Claude client.

**Can I check if my floor plan is large enough for a party?**
Yes, you can use the validate_table_configuration tool to see if a setup meets your seating needs.

**Does this MCP track my guests in real time?**
The MCP calculates occupancy based on the guest counts you provide to your agent.

**What kind of seating data can it analyze?**
It can analyze total capacity, occupancy rates, seating distribution, and table configurations.

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

**How do I calculate the total capacity?**
You can use the `get_total_capacity` tool by providing a JSON object where keys are the number of seats per table and values are the number of such tables.

**Can I check if my restaurant is full?**
Yes, use the `calculate_occupancy_rate` tool with your current guest count and table configuration to see the occupancy percentage.

**How can I verify if I have enough seats for an event?**
Use the `validate_table_configuration` tool to compare your current table setup against the minimum required seats for your event.
