# Kid Table Auto-Detector MCP for AI Agents MCP

> Kid Table Auto-Detector automatically identifies children from a guest list and organizes them into specific kid zones. It then places parents at neighboring tables to ensure constant supervision. Use this to handle the logistical headache of safe event seating without manual mapping.

## Overview
- **Category:** automation
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_9ZgrgXD0EcgpwxFRzsAclywJCyeqtBWTqcBGKuz2/mcp
- **Tags:** seating, automation, events, safety, children

## Description

Organizing seating for large events is a nightmare when you have to balance guest preferences with safety requirements. If you're planning a wedding, a corporate gala, or a large community festival, you don't want to spend hours manually dragging names around a spreadsheet to make sure every child is near a parent. This MCP takes that heavy lifting off your plate. It looks at your guest list, pulls out the kids, and finds the best spots in your kid zone. Then, it handles the tricky part of placing parents at the tables right next to them. It saves you hours of manual planning and reduces the risk of human error during high-pressure preparation. You can find this in the Vinkius catalog to get your agent set up in minutes. Instead of worrying about whether a toddler is left alone at a dinner table, you can focus on the actual event flow and guest experience. It scans the final plan for any safety gaps, so you can be confident the layout works before you ever print the final seating chart. It turns a multi-hour logic puzzle into a few seconds of automated work, letting you handle the big picture while the MCP handles the granular safety details.

## Tools

### audit_seating_safety
This tool checks the entire seating plan to find any safety violations or unsupervised kids.

### identify_child_seats
This tool filters your guest list to find children and assigns them to available kid-specific tables.

### link_parent_seating
It places parents at tables near their children to ensure they stay within sight.

## Prompt Examples

**Prompt:** 
```
Here is a list of 15 guests. Some are kids. Put the kids in the kid zone and put their parents at the table next to them.
```

**Response:** 
```
I've organized the seating for your 15 guests. Here is the updated plan:

* **Kid Zone (Table 1):** Timmy, Lily
* **Standard Zone (Table 2):** Alice, Bob
* **Standard Zone (Table 3):** Charlie, Dana

**Parent Links:**
* Alice has been moved to Table 2 (adjacent to Table 1) to supervise Timmy.
* Bob has been moved to Table 3 to supervise Lily.

All children are now in the designated Kid Zone with parents nearby.
```

**Prompt:** 
```
I have a seating plan for a wedding. Can you check if any children are left without a parent nearby?
```

**Response:** 
```
I've audited your wedding seating plan for safety. Here are the results:

* **Status:** ✅ Safe
* **Details:** All 8 children identified in your guest list have been successfully linked to a parent at an adjacent table.
* **Violations:** None.
* **Summary:** Every child is supervised according to your safety rules.
```

**Prompt:** 
```
Assign the 5 children from this guest list to the nearest available tables in the Kid Zone.
```

**Response:** 
```
I've assigned the 5 children from your list to the Kid Zone:

* **Table 4:** Leo, Maya
* **Table 5:** Noah, Olivia
* **Table 6:** Ethan

I've also flagged **Table 7** as having no children assigned, which is currently available for other guests.
```

## Capabilities

### Filter guest lists for children
The agent identifies every minor in your guest list and separates them from the adult count.

### Assign kids to specific zones
It automatically places children into available tables within your designated kid zone.

### Place parents at adjacent tables
The MCP finds the nearest available seats for parents to ensure they are always within sight.

### Check for unsupervised children
It scans the final seating chart to flag any children who were not assigned to a supervised area.

### Generate safety status reports
You get a clear confirmation of safety violations or successes before finalizing your plan.

## Use Cases

### Wedding Planning
A coordinator has 200 guests and 10 kids. They ask the agent to group the kids and put parents nearby using the MCP.

### Corporate Gala
A venue manager needs to ensure all minors are in a supervised area. They use the MCP to verify the plan.

### Birthday Party
A host wants to know if the current table layout leaves any child without a guardian. They run a safety audit.

### School Event
An admin needs to assign 50 students to tables while keeping specific parents in the same room.

## Benefits

- Stop manual mapping: Use identify_child_seats to instantly group kids without clicking through individual names.
- Ensure constant supervision: link_parent_seating keeps families close together by default.
- Eliminate safety risks: audit_seating_safety catches any kids who were missed or left alone.
- Save hours of planning: Automate the layout of kid zones for weddings and parties.
- Reduce human error: Get a consistent seating logic every time you generate a plan.

## How It Works

The bottom line is you get a safe, logically organized seating plan for events with kids in seconds.

1. Provide your agent with a guest list and a table map.
2. The agent identifies children and assigns them to kid tables.
3. The agent places parents nearby and audits the final safety status.

## Frequently Asked Questions

**How does Kid Table Auto-Detector help with wedding seating?**
It automatically groups children into designated kid zones and places parents at the tables directly next to them. This ensures that families stay together and children are always supervised.

**Can I use Kid Table Auto-Detector for corporate events?**
Yes, it is perfect for corporate galas or community festivals where you need to ensure minors are in supervised areas and parents are nearby.

**Does Kid Table Auto-Detector find the parents for me?**
Yes, the MCP identifies parents from your guest list and links them to tables near their specific children so you don't have to do it manually.

**How do I make sure no kids are left alone?**
The MCP includes a safety audit that scans your entire seating plan. It will flag any children who were missed or left without a guardian nearby.

**Can this handle large guest lists?**
Yes, it is built to handle the complex logic of large-scale event seating, making it a great choice for big weddings or large venue bookings.

**Is Kid Table Auto-Detector good for venue safety?**
It is a great tool for venues to meet safety requirements. It ensures that every child is accounted for and supervised in a logical, safe layout.

**How does the tool identify children?**
It scans the `guestsArray` for any guest where the `is_child` property is set to true. Tools available: `identify_child_seats`, `link_parent_seating`, `audit_seating_safety`.

**What defines a 'Kid Zone'?**
The `tablesArray` contains specific table IDs designated as part of the Kid Zone.

**Can it handle large guest lists?**
Yes, the algorithm efficiently loops through guests and tables to assign seats based on proximity.