# InflatableOffice MCP for AI Agents AI Agent Connect

> InflatableOffice MCP lets you manage your party rental and inflatable business using natural language. It connects your AI agent to your inventory, leads, and booking schedule so you can check availability or create new customer records without switching tabs.

## Overview
- **Category:** erp-operations
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_Cg2bPV1PIu295IdnkSoOQDR5e5Ebxng2KVdE9emr/ai-agent-connect
- **Tags:** event-rental, lead-tracking, booking-system, inventory-control, route-planning

## Description

Running a party rental business usually means jumping between different tabs to see who booked a bounce house and which units are actually in the warehouse. You spend half your day checking spreadsheets or digging through your POS to find a specific customer's history. This Connector changes that by letting your AI agent do the heavy lifting for you. You can just ask your agent to pull up all the leads from last week or check if a specific inflatable is ready for a weekend delivery. It connects your core business data into a single conversation. When you use this through the Vinkius catalog, you get a direct line to your rental operations. You can handle the boring stuff like listing customers or creating new leads while staying focused on growing the business. It's about getting answers instantly instead of hunting for them in a complex dashboard.

## Tools

### get_lead_details
Pull up specific information for a single sales lead. This is useful for reviewing a specific quote.

### list_customers
See your full list of past and present customers. Use this to check repeat business and history.

### create_new_lead
Register a new potential customer and their event details. Use this to log inquiries as they come in.

### list_scheduled_events
Check the dates and details for all upcoming rentals. This helps you plan your delivery routes.

### list_rental_inventory
See what equipment you have in stock and its pricing. Use this to confirm what is ready for a job.

### list_leads
View all current sales leads in your system. This helps you see who is looking to book a party.

## Prompt Examples

**Prompt:** 
```
What's on the schedule for this Saturday?
```

**Response:** 
```
### Weekend Schedule
**Saturday, July 12th**

| Event | Equipment | Delivery Time |
| :--- | :--- | :--- |
| Johnson Birthday | 2x Bounce Houses, 1x Slide | 9:00 AM |
| Garcia Wedding | 1x Tent, 10x Tables, 40x Chairs | 1:00 PM |

**Total Events:** 2
**Revenue Target:** $1,200
```

**Prompt:** 
```
Do we have any 20x20 tents available for next Friday?
```

**Response:** 
```
### Inventory Check

I checked your current stock for **20x20 Tents**.

*   **Status:** Available
*   **Quantity:** 4 in stock
*   **Daily Rate:** $150

You are clear to book these for next Friday.
```

**Prompt:** 
```
Show me the last 3 leads we got from the corporate side.
```

**Response:** 
```
### Recent Corporate Leads

1.  **TechCorp Annual Picnic**
    *   Contact: David Williams
    *   Budget: $2,500
    *   Status: Hot

2.  **City Bank Gala**
    *   Contact: Sarah Jenkins
    *   Budget: $4,000
    *   Status: Warm

3.  **Main St. Office Party**
    *   Contact: Mike Ross
    *   Budget: $1,500
    *   Status: Cold
```

## Capabilities

### Create new sales leads
Register a new potential customer and their event details instantly.

### Check real-time inventory levels
See what equipment you have in stock and what's currently available for rent.

### Pull up customer rental histories
Get a full list of your customers and their past booking records.

### View upcoming event schedules
Monitor all your scheduled rentals with dates and delivery information.

### Inspect specific lead details
Get deep-dive information on any individual prospect in your pipeline.

## Use Cases

### Checking availability for a new quote
A sales rep gets a call for a 50-person graduation and needs to see if they have enough chairs. They ask the agent to check the inventory.

### Reviewing high-value customers
An owner wants to know who their best customers are. They ask the agent to list all customers and their history.

### Planning daily delivery routes
A coordinator needs to plan tomorrow's route. They ask the agent to show all scheduled events for the day.

### Monitoring new inquiries
A manager wants to see how many new inquiries came in this month. They ask the agent to list all leads.

## Benefits

- Stop digging through menus to find booking info by using list_scheduled_events to see your whole week at once.
- Keep your sales pipeline moving by using create_new_lead to log new inquiries immediately.
- Avoid double-booking equipment by checking real-time availability with list_rental_inventory.
- Get a full picture of your clients by pulling up historical data with list_customers.
- Save time on follow-ups by using get_lead_details to see exactly what a prospect wants.

## How It Works

The bottom line is you can manage your entire party rental operation through a simple chat interface.

1. Subscribe to the InflatableOffice MCP on Vinkius.
2. Paste your Public Key from your account settings into your AI client.
3. Ask your agent to check your rental schedule or list your current inventory.

## Frequently Asked Questions

**Can I use InflatableOffice MCP to see my current rentals?**
Yes, it lets you view all scheduled events with dates and equipment details. You can quickly check what's booked for the day or the upcoming week.

**Does InflatableOffice MCP help with my inventory?**
It lets you see your full list of rental equipment, including pricing and availability. This helps you confirm what's in stock before you commit to a booking.

**How do I add a new customer with InflatableOffice MCP?**
You can just tell your agent to create a new lead with the customer's contact info and event details. It saves you from having to manually type everything into a web form.

**Can I check my leads using InflatableOffice MCP?**
Yes, you can list all leads or get specific details on any individual prospect. It makes it much easier to stay on top of your sales pipeline.

**Is InflatableOffice MCP good for managing a large fleet?**
It is great for checking what is in stock and what is booked so you do not double-book. It provides a clear view of your assets and their current status.

**Can I see my customer history with InflatableOffice MCP?**
You can pull up a list of all customers and their past rental records. This is helpful for recognizing repeat clients and their preferences.

**Can I manage leads and create bookings through the AI agent?**
Yes. Use `list_leads` to see all leads, `get_lead_details` for full profiles, and `create_new_lead` to add potential customers. Use `list_scheduled_events` to see all bookings.

**Can I check equipment availability and pricing?**
Yes. `list_rental_inventory` retrieves all equipment with pricing, categories, and current availability status. This includes inflatables, tables, chairs, tents, and other party rental items.

**How does InflatableOffice authentication work?**
InflatableOffice uses a **Public Key** passed as a query parameter (`?public_key=YOUR_KEY`) in all requests to `inflatableoffice.com/api2/`. This is different from Bearer token authentication.