# Eventbrite MCP for AI Agents AI Agent Connect

> Eventbrite MCP for AI Agents. Manage your entire event lifecycle, audit attendee lists, and track ticket sales directly through your AI client. Skip the manual dashboard clicking and let your agent handle the heavy lifting of event coordination. Whether you are managing a small workshop or a massive conference, this connection allows you to pull data, verify registrations, and monitor revenue trends instantly without ever having to navigate the complex admin interface.

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

## Description

This Eventbrite MCP lets your agent handle the heavy lifting of event management so you don't have to keep switching tabs. Instead of hunting through dashboards to find out who signed up for your next workshop or checking if a specific venue is still on the books, you can just ask your agent to pull that info for you. It pulls in your organization data, attendee lists, and order history, making it easy to keep a pulse on your ticketing revenue or audit your guest list in seconds. Whether you're coordinating a massive corporate conference, a local community meetup, or a series of online webinars, this connection turns your event data into a searchable, actionable resource. You'll find this is one of the most practical ways to use the Vinkius catalog to get real-time oversight of your production pipeline without the usual overhead. It's about getting answers fast, like checking a specific order status or seeing how many people are registered for a specific category, without the friction of manual navigation. You can quickly verify that your event categories are correct, see which venues are linked to your brand, and get a high-level view of all the organizations you manage. It takes the manual work out of data verification and puts the focus back on planning your next big thing.

## Tools

### list_event_attendees
List attendees for an event

### create_event
Requires event name, start and end dates, and currency.

Create a new Eventbrite event

### create_organization_venue
Requires venue name and address.

Create a new venue for an organization

### get_order
Get details for a specific Eventbrite order

### get_me
Pull your authenticated user information. Use this to confirm your agent is connected correctly.

### list_event_orders
List orders for an event

### list_organization_events
List events for an organization

### list_event_ticket_classes
List ticket classes for an event

### update_event
Update an existing Eventbrite event

### list_organization_venues
List venues for an organization

### get_event
Get the specific details for a single event. This helps you quickly grab URLs or start times.

### list_organizations
See all the organizations you belong to. Use this if you manage multiple event brands.

## Prompt Examples

**Prompt:** 
```
How many people signed up for the AI Workshop?
```

**Response:** 
```
I've checked the registration list for the AI Workshop. Here are the details:

| Attendee Name | Email | Status |
| :--- | :--- | :--- |
| Marcus R. | marcus.r@example.com | Confirmed |
| Jane Doe | j.doe@provider.net | Confirmed |
| Sam Smith | sam.smith@webmail.com | Pending |

**Total Registered:** 3

Would you like me to pull the full list of everyone who signed up?
```

**Prompt:** 
```
Show me all the orders for the annual conference.
```

**Response:** 
```
I've retrieved the recent orders for the Annual Conference:

* **Order #8821** - $450.00 (VIP Ticket)
* **Order #8822** - $150.00 (General Admission)
* **Order #8823** - $150.00 (General Admission)
* **Order #8824** - $200.00 (Early Bird)

**Total Revenue:** $950.00

I can provide a breakdown by ticket type if you need it.
```

**Prompt:** 
```
What organizations am I a part of?
```

**Response:** 
```
You are currently associated with the following organizations:

1. **Global Tech Summit** (ID: 99281)
2. **Local Workshop Series** (ID: 44102)
3. **Community Meetup Group** (ID: 11029)

Which one would you like to manage today?
```

## Capabilities

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

### Audit event orders
See all sales and ticket purchases for a given event.

### Browse organizations
View all the different organizations you're associated with.

### Check venue details
Get specific location information for your events.

### List all events
See every event tied to your organization in one view.

## Use Cases

### Rapid Support
A customer asks about a ticket. The support lead asks the agent to check list_orders for the specific order ID to find the buyer's name.

### Pre-Event Audit
An organizer wants to know the headcount. They ask the agent to use list_attendees to get a total count for the weekend's workshop.

### Marketing Check
A manager wants to see if a new event is live. They ask the agent to use list_events to see the status and URL of the latest listing.

### Venue Planning
An ops lead needs to know where events are happening. They use list_venues to get a list of all confirmed locations for the year.

## Benefits

- Stop manual dashboard hopping by using list_events to see your entire schedule in one chat.
- Get instant answers on revenue by using list_orders to pull sales data without opening a spreadsheet.
- Audit your guest list faster with list_attendees to see exactly who's coming to your next show.
- Keep your brand organized by using list_organizations to manage multiple event portfolios.
- Verify your setup quickly with list_categories and list_venues to ensure your listings are accurate.

## How It Works

The bottom line is you get a direct line to your event data without ever opening the Eventbrite dashboard.

1. Subscribe to the Eventbrite MCP on Vinkius.
2. Add your Eventbrite Private Merchant Token to your client settings.
3. Ask your agent to list events or check attendee counts.

## Frequently Asked Questions

**Can the Eventbrite MCP help me see who's attending my event?**
Yes, it pulls the full list of attendees for any specific event ID so you can see who's coming.

**Can I use this to check my ticket sales?**
You can use it to list all orders for a specific event, which gives you a clear view of your revenue.

**Does this work for multiple organizations?**
Yes, it can list all the organizations you belong to, making it great for managing multiple brands.

**How do I get my attendee list?**
Just ask your agent to list the attendees for your specific event ID, and it will pull the data for you.

**Can I see my event venues?**
Yes, the Connector can list all the venues associated with your organization.

**Can I use this to see my event categories?**
It can list all Eventbrite categories to help you verify how your events are organized.

**How do I find my Eventbrite Private Token?**
Log in to your Eventbrite account, go to **Account Settings** > **Developer Links** > **API Keys**, and you will find your Private Merchant Token there. Copy and paste it below.

**Can the agent list attendees for a specific event?**
Yes. Use the `list_attendees` tool providing the Event ID. Your agent will retrieve the complete list of participants, including their names and registration details.

**Is it possible to see order summaries via the agent?**
Yes. The `list_orders` tool allows your agent to fetch transaction data for any event, helping you audit your ticketing performance in real-time.

**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.