# Eventbrite MCP for AI Agents AI Agent Connect

> Eventbrite MCP lets you manage your entire event lifecycle through your AI client. You can create events, set up ticket classes, and manage venues without switching tabs. It gives your agent the ability to pull attendee lists, monitor real-time ticket sales, and update event details on the fly. It is built for anyone who needs to move faster on ticketing and event logistics.

## Overview
- **Category:** productivity
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_3XZCeZ6cqDlacdEsHFkV7RLI1XvO3XLdFJBcoYil/ai-agent-connect
- **Tags:** eventbrite, ticketing-api, event-planning, attendee-management, registration-tracking, venue-management, automation, mcp

## Description

This Eventbrite connection lets you talk directly to your data. Managing a large-scale event usually means jumping between a dozen different tabs. You have to check ticket counts in one place, update venue details in another, and then manually export attendee lists to send out emails. It is a lot of context switching that makes it easy to miss a detail or fall behind on a deadline. This Connector changes that by letting you talk to your data directly. Instead of clicking through a complex dashboard, you can just ask your agent to tell you how many tickets are left or to list everyone who signed up for a specific workshop. It handles the heavy lifting of navigating the platform so you can focus on the actual experience you are building. When you find this through the Vinkius catalog, you get a direct line to your organizational data. You can set up new locations, adjust event statuses, and keep an eye on sales performance using plain language. It turns your agent into a dedicated operations coordinator that knows your schedule as well as you do.

## Tools

### create_event
Create a new event with a name, dates, and currency. This helps you launch new gatherings quickly.

### create_organization_venue
Build a new physical venue for an organization with a name and address. Use this for logistics setup.

### get_event
Pull specific details for a single Eventbrite event. This is useful for checking current event status.

### get_order
View the details of a specific customer order. Use this to help customers with their registrations.

### get_me
Retrieve the profile information for your current user account. This confirms your active session.

### list_event_orders
See a full list of orders associated with a specific event. This helps you track sales volume.

### list_organization_events
List events for an organization

### list_organizations
View all organizations currently linked to your account. This helps you manage multiple brands.

### list_event_ticket_classes
See all available ticket types for a specific event. Use this to check pricing and availability.

### update_event
Change the details of an existing event. This lets you fix errors or update info on the fly.

### list_organization_venues
See all venues registered under a specific organization. This helps with venue management.

### list_event_attendees
Get a full list of people registered for a specific event. This is great for check-in lists.

## Prompt Examples

**Prompt:** 
```
How many people signed up for the AI Summit last night?
```

**Response:** 
```
### AI Summit Registration Summary

| Attendee Name | Status | Registration Time |
| :--- | :--- | :--- |
| John Doe | Confirmed | 08:42 PM |
| Sarah Smith | Confirmed | 08:45 PM |
| Mike Jones | Pending | 08:50 PM |

**Total Registrations:** 3
**Status:** All tickets for the early session are currently sold out.
```

**Prompt:** 
```
Can you list all the venues we have for the summer tour?
```

**Response:** 
```
### Summer Tour Venues

Here are the venues currently registered for the tour:

* **Central Park Plaza** - 123 Park Ave, NY
* **Beachside Pavilion** - 456 Coast Rd, CA
* **Downtown Hub** - 789 Main St, TX

Would you like me to check the availability for any of these?
```

**Prompt:** 
```
Update the start time for the Product Launch to 7 PM.
```

**Response:** 
```
✅ **Success!**

I have updated the start time for the **Product Launch** event to **7:00 PM**. 

Your attendees will see the updated time on the Eventbrite page immediately.
```

## Capabilities

### Create new events
Launch new events with specific names, dates, and currencies.

### Build physical venues
Add new event locations to your organization with specific addresses.

### Pull attendee directories
Get a full list of everyone registered for a specific event.

### Monitor ticket sales
Track how many tickets are sold and what's still available in real time.

### List organizations
View all organizations linked to your account in one list.

### Update event details
Change dates, names, or descriptions of existing events instantly.

### Retrieve customer orders
Get specific details for individual customer registrations.

## Use Cases

### Quick registration check for a sold-out show
An organizer asks their agent for a list of attendees for a specific event ID to cross-reference with a guest list. The agent uses list_event_attendees to pull the names instantly.

### Rapidly setting up a multi-city tour
An operations lead needs to create 10 venues in different cities. They ask the agent to create them one by one using create_organization_venue to save hours of manual entry.

### Real-time sales monitoring for a marketing team
A marketing lead wants to know how many Early Bird tickets are left. The agent uses list_event_ticket_classes and list_event_orders to give a live status update.

### Updating event details on the fly
A venue change happens last minute. The user tells the agent to change the location and time using update_event to ensure the public sees the correct info immediately.

## Benefits

- Stop manual data entry by using create_event to launch new gatherings with just a few words instead of filling out long web forms.
- Get instant updates on your sales by using list_event_orders to see exactly how many tickets are moving in real time.
- Simplify logistics by using create_organization_venue to build your physical locations into the system without extra clicks.
- Improve customer service by using get_order to quickly pull specific details when someone asks about their registration.
- Keep your records accurate by using update_event to change dates or descriptions across your whole organization instantly.
- Save time on outreach by using list_event_attendees to grab every registered person for your mailing list in seconds.

## How It Works

The bottom line is you get a conversational interface for your entire Eventbrite account.

1. Subscribe to this Connector on Vinkius.
2. Get your Private Token from the Eventbrite App Management page.
3. Connect your token to your AI client to start managing events.

## Frequently Asked Questions

**Can the Eventbrite MCP create new events for me?**
Yes, it can create new events with names, dates, and currencies directly through your agent.

**How do I use the Eventbrite MCP to see who's coming?**
You can ask your agent to list all attendees for a specific event, and it will pull the full registration directory.

**Can I manage multiple organizations with the Eventbrite MCP?**
Yes, the Connector can list all your organizations and manage events across all of them.

**Will the Eventbrite MCP help me update venue locations?**
It can create and list venues for your organizations, making it easy to manage physical logistics.

**Can I check ticket availability using the Eventbrite MCP?**
Yes, your agent can pull ticket classes and order lists to tell you exactly how many spots are left.

**Is the Eventbrite MCP good for large-scale events?**
It is ideal for large events where you need to quickly monitor registrations and manage logistics across multiple locations.

**How do I find my Eventbrite Private Token?**
Log in to Eventbrite, navigate to **Account Settings** > **Developer Links** > **API Keys**, and copy your Private Token.

**Can I manage events from multiple organizations?**
Yes! Use the `list_organizations` tool to get your organization IDs, then use them to filter events via the `list_organization_events` tool.

**Does it support real-time attendee tracking?**
The `list_event_attendees` tool retrieves the most current list of registered participants directly from the Eventbrite platform.