Eventbrite MCP connector
Eventbrite is a global self-service ticketing platform for live experiences that enables event creators to manage registrations, sales, and attendee engagement. The Eventbrite MCP connector allows AI agents to create and publish events, manage ticket classes and pricing, and retrieve attendee lists and order details. It also supports searching organization events, updating event information, and controlling event visibility across the platform.
Authentication type
- OAuth 2.0 Authorization Code - Requires a one-time user login to authorize the agent to access the service on their behalf.
Uses
Use the Eventbrite MCP connector to perform the following actions:
- Create and publish events to reach audiences across Eventbrite's global platform
- Track ticket sales and revenue by retrieving order and attendee data in real time
- Manage multiple events for an organization from a single workflow
- Retrieve attendee lists to sync registrations with your customer database
- Add new ticket classes and pricing tiers to events without manual entry
- Monitor event performance by pulling orders, attendees, and ticket class metrics
- Unpublish events quickly to prevent further ticket sales or registrations
Example prompts
Use the following example prompts to invoke Eventbrite MCP connector tools from your AI assistant or Boomi Connect workflow:
Show me all attendees registered for the marketing conference in Eventbrite.Create a new virtual event in Eventbrite for our quarterly product launch.List all orders from our annual gala event in Eventbrite.Get the ticket class details for our premium tier in Eventbrite.Publish the upcoming webinar event in Eventbrite so registration opens tomorrow.Retrieve all events under our organization account in Eventbrite.Add a VIP early-bird ticket class to the spring conference in Eventbrite.Unpublish the cancelled networking event in Eventbrite immediately.Pull the order details for ticket ID 12345 from Eventbrite.Show me event details for the product demo scheduled next week in Eventbrite.
Eventbrite MCP connector tools
The Eventbrite MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.
| Tool | Description |
|---|---|
| eventbrite_eventbritegetevent_invoke | Retrieves detailed information about a specific event. |
| getEvent | Retrieves detailed information about a specific event. |
| listOrganizationEvents | Retrieves all events associated with an organization. |
| createOrganizationEvent | Creates a new event for an organization. |
| publishEvent | Makes an event publicly visible and available for registration. |
| unpublishEvent | Hides an event from public view and stops accepting registrations. |
| listEventAttendees | Retrieves all attendees registered for a specific event. |
| listEventOrders | Retrieves all orders and purchases made for a specific event. |
| getOrder | Retrieves detailed information about a specific order. |
| listEventTicketClasses | Retrieves all ticket types available for a specific event. |
| createEventTicketClass | Creates a new ticket type for an event. |