# MENU TIGER MCP for AI Agents AI Agent Connect

> MENU TIGER lets you manage your restaurant's digital menus and order flow through an AI agent. It handles everything from updating prices and items to tracking real-time order statuses and store layouts. Instead of manual dashboard clicking, you can just ask your agent to see what's pending or update a specific dish.

## Overview
- **Category:** ecommerce
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_BT44fkwVYs0eRPNGAsvmgnOLFCokJoUQlr3OmiNn/ai-agent-connect
- **Tags:** digital-menu, qr-code-ordering, restaurant-management, table-management, order-processing, hospitality-tech

## Description

MENU TIGER connects your restaurant's digital operations to your AI client so you can manage your entire menu portfolio through natural conversation. Instead of jumping between tabs to see which tables are waiting or which items are sold out, you can just ask your agent for a status update. It handles the nitty-gritty of order orchestration, letting you pull item metadata or reorganize categories without manual data entry. You can see your entire store layout and QR menu configurations in one place, making it easier to coordinate multi-location setups. If you're running a busy shift, you can ask for a summary of incoming orders or get a snapshot of customer profiles to provide better service. This Connector is part of the Vinkius catalog, making it easy to plug into your existing workflow. It's built for people who need to keep their digital presence accurate without spending hours in a back-office dashboard.

## Tools

### get_order
See the full details of a single customer order. Use this to look up specific table requests.

### get_menu
View the specific details of a digital menu. This helps you quickly check what a customer sees.

### check_menutiger_status
Verify that your account is connected and active. Use this to ensure your API is functioning correctly.

### get_account
Pull your high-level account information. This provides a quick snapshot of your account settings.

### get_item
Get the specific details of one menu item. Use this to check a single price or description.

### list_categories
Pull a list of all categories on a menu. This is useful for organizing your food and drink sections.

### list_items
Get a full list of every item on a menu. This helps you verify your entire inventory in one go.

### list_menus
See all the different menus in your portfolio. Use this to manage multiple dining options.

### list_orders
View every order currently in the system. This gives you a complete overview of your current volume.

### update_order_status
Change an order to preparing, ready, completed, or cancelled. This keeps the kitchen and customers in sync.

## Prompt Examples

**Prompt:** 
```
What's the status of our current orders?
```

**Response:** 
```
### Current Orders

| Order ID | Table | Status | Time |
| :--- | :--- | :--- | :--- |
| **ORD-102** | Table 4 | 🟡 Preparing | 12m ago |
| **ORD-105** | Table 7 | 🟢 Served | 2m ago |
| **ORD-108** | Table 2 | ⚪ Pending | Just now |

**Summary:** You have 3 active orders. Table 4 is currently being prepared.
```

**Prompt:** 
```
Are there any items out of stock on the lunch menu?
```

**Response:** 
```
I checked the lunch menu for you. Here is the current status:

*   **Grilled Chicken Bowl**: 🔴 Out of Stock
*   **Garden Salad**: 🟢 In Stock
*   **Quinoa Power Bowl**: 🟢 In Stock
*   **Tomato Soup**: 🟡 Low Stock

Would you like me to update the status of the Grilled Chicken Bowl?
```

**Prompt:** 
```
Show me the categories for our dinner menu.
```

**Response:** 
```
The dinner menu is organized into the following 4 categories:

1.  **Appetizers**
2.  **Main Courses**
3.  **Desserts**
4.  **Signature Cocktails**

Do you need the specific items listed under any of these?
```

## Capabilities

### Update order statuses
Change an order to preparing, ready, completed, or cancelled with a simple command.

### View real-time order lists
See every order currently in the system to monitor kitchen flow.

### Pull item metadata
Retrieve specific details like prices and descriptions for any menu item.

### Manage store layouts
Access your complete directory of store locations and QR menu configurations.

### Verify account connectivity
Check your API status and transaction volume to monitor your growth.

## Use Cases

### Checking a rush
A manager asks for all pending orders. The agent uses list_orders to show what's waiting and highlights the busiest tables.

### Updating a dish
A chef notices an item is sold out. The manager tells the agent to mark it as unavailable using get_item and update_order_status.

### Menu Audit
An F&B Director wants to see all categories. The agent uses list_categories to verify that the lunch menu matches brand standards.

### Multi-location check
A director wants to see all store layouts. The agent pulls the data to ensure every QR code points to the right menu.

## Benefits

- You can update order statuses instantly using update_order_status instead of clicking through a busy dashboard.
- You'll get a bird's eye view of your entire menu portfolio using list_menus to ensure consistency across locations.
- You can quickly check stock or prices using list_items to keep your digital presence accurate.
- You'll see real-time order volume with list_orders to manage kitchen flow during peak hours.
- You can verify your account health and transaction data with check_menutiger_status to monitor growth.

## How It Works

The bottom line is you get a voice-controlled dashboard for your entire restaurant's digital operations.

1. Subscribe to the MENU TIGER MCP on Vinkius.
2. Grab your API Key from the MENU TIGER dashboard under Settings.
3. Connect the key to your AI client and start asking questions about your restaurant.

## Frequently Asked Questions

**Can MENU TIGER help me manage multiple restaurant locations?**
Yes, it pulls your entire directory of store locations and QR menu layouts so you can manage multiple sites from one place.

**How do I update my menu prices using this Connector?**
You can ask your agent to check specific items and then update their details, making it easy to keep your prices current without manual entry.

**Can I use this to track real-time kitchen progress?**
Yes, the Connector retrieves real-time status updates like 'preparing' or 'served' so you can monitor the kitchen flow instantly.

**Does MENU TIGER work with my existing QR codes?**
Yes, it connects directly to your existing MENU TIGER account to manage the menus and orders already in use.

**How does this make my restaurant management easier?**
It replaces the need to constantly click through a dashboard. You can just use natural language to get order summaries and update statuses.

**How do I manage incoming orders via AI?**
Use `list_orders` to see all incoming orders, `get_order` for details, and `update_order_status` to change status to preparing, ready, or completed.

**Can I browse menu items and categories?**
Yes. Use `list_menus` to see all menus, `list_categories` for categories, and `list_items` to browse all items with prices and descriptions.

**How do I view details of a specific menu item?**
Use `get_item` with the item ID to see its full details including description, modifiers, allergen information, and availability status.