Other

Eventbrite MCP Server

Connect your account, then chat with AI to run tools.

Eventbrite is a platform for event management and ticketing that allows users to create, share, and host live events. Use it to handle event logistics, ticket sales, and attendee engagement.

76 tools
Agent guide included
Start Chatting

Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for Eventbrite — workflow patterns, data models, and gotchas for your AI agent.

Eventbrite

Eventbrite is a platform for event management and ticketing that allows users to create, share, and host live events. Use it to handle event logistics, ticket sales, and attendee engagement.

Data Model

  • Organizations — top-level tenant; resolve an organization_id before almost any write.
  • Events — scheduled experiences; capture event_id when drilling into attendees, ticket classes, or surveys.
  • Venues — reusable locations scoped to the org; needed when creating or updating events.
  • Orders and Attendees are event-scoped. Order IDs use format eventbrite:order:{id}; attendee IDs use eventbrite:attendee:{id}.
  • Ticket Classes and Inventory Tiers define pricing and capacity. Discounts are organization+event scoped.
  • Categories, Formats, Subcategories are global reference data.

Gotchas

  • ID formats: Some fetch tools expect prefixed IDs (e.g. eventbrite:order:{order_id}). Check each tool's parameter format.
  • Organization-first: Almost every call needs organization_id from the org roster tied to the authenticated user.
  • Writes are live: venue upserts, custom questions, and webhooks mutate production configuration—pair exploratory work with matching teardown flows.

Tools in this Server (76)

Eventbrite Add Ticket To Group

Add a ticket class to one or more ticket groups. Use empty list [] to remove ticket class from all groups owned by the organization.

Eventbrite Calculate Pricing Items

Calculate fees, taxes, and total price for a hypothetical ticket price. Returns pricing breakdown including Eventbrite fees, payment processing fees, ...

Eventbrite Cancel Event

Cancel an event by event ID. Returns boolean indicating success. CAUTION: Event must not have any pending or completed orders. Cancellation is permane...

Eventbrite Copy Event

Copy an event by event ID, creating a duplicate version with a new event ID. Returns the newly created event object. Payment options, payout method, r...

Eventbrite Create Event Schedule

Create an event schedule for an event series by series parent event ID. Schedule defines recurrence pattern that adds occurrences (child events) to th...

Eventbrite Create Seat Map For Event

Create a seat map for a new reserved seating event by copying an existing seat map. Event must be a new reserved seating event. CAUTION: Errors if sea...

Eventbrite Create Webhook

Create a webhook for an organization by organization ID. Webhooks notify your application of Eventbrite events. Requires endpoint_url (HTTPS) and list...

Eventbrite Delete Custom Question

Delete a custom question by question ID and event ID. CAUTION: Deletion is permanent.

Eventbrite Delete Default Question

Delete a default (canned) question by question ID and event ID. CAUTION: Deletion is permanent.

Eventbrite Delete Discount

Delete a discount by discount ID permanently. CAUTION: Deletion is permanent and cannot be undone. Only unused discounts (quantity_sold = 0) can be de...

Eventbrite Delete Event

Delete an event by event ID permanently. Returns boolean indicating success. CAUTION: Deletion is permanent and cannot be undone. Event must not have ...

Eventbrite Delete Event Schedule

Delete an event schedule by schedule ID and series parent event ID. CAUTION: Deletion is permanent.

Eventbrite Delete Inventory Tier

Delete a single inventory tier by tier ID and event ID. CAUTION: Cannot delete tiers with sold tickets or associated attendees.

Eventbrite Delete Ticket Class

Delete a ticket class by ticket class ID permanently. CAUTION: Deletion is permanent and cannot be undone. Ticket class must not have any sold tickets...

Eventbrite Delete Ticket Group

Delete a ticket group by ticket group ID. Changes status to 'deleted'.

Eventbrite Delete Webhook

Delete a webhook by webhook ID permanently. CAUTION: Deletion is permanent and cannot be undone.

Eventbrite Fetch Attendee

Fetch detailed information about a single attendee by attendee ID. Returns attendee profile, ticket information, check-in status, barcodes, answers to...

Eventbrite Fetch Category

Fetch detailed information about a single event category by category ID. Returns category name, slug, and subcategories. Categories are overarching ev...

Eventbrite Fetch Discount

Fetch detailed information about a single discount by discount ID. Returns discount code, type (public/coded/access/hold), amount or percentage off, u...

Eventbrite Fetch Display Settings

Fetch display settings for an event by event ID. Returns settings that control how the event appears on the Event Listing page, including display pref...

Eventbrite Fetch Event

Fetch detailed information about a single Eventbrite event by event ID. Returns event name, description, dates, status, pricing, capacity, and other m...

Eventbrite Fetch Event Schedule

Fetch detailed information about an event schedule by schedule ID and series parent event ID. Returns schedule rules that define how occurrences are a...

Eventbrite Fetch Event Series

Fetch detailed information about an event series (repeating event parent) by series ID. Returns series parent event details. Event series contain mult...

Eventbrite Fetch Format

Fetch detailed information about a single event format by format ID. Returns format name and description. Formats represent event types like 'Conferen...

Eventbrite Fetch Inventory Tier

Fetch detailed information about a single inventory tier by tier ID and event ID. Returns tier name, capacity, quantity sold, quantity available, and ...

Eventbrite Fetch Media

Fetch information about a media file (image) by media ID. Returns media URL, dimensions, and metadata. Media files are used for event logos, venue ima...

Eventbrite Fetch Order

Fetch detailed information about a single order by order ID. Returns order owner information, costs breakdown, status, payment details, and associated...

Eventbrite Fetch Organizations Members

Fetch details of members within a specific organization using its unique organization ID. Use this when managing team access and roles in event setups...

Eventbrite Fetch Seat Map

Fetch seat map information for an event with reserved seating by event ID. Returns seat map details including sections, rows, and seat assignments. On...

Eventbrite Fetch Structured Content

Fetch structured content (modular event description) for an event. Returns modules (text, image, video) and widgets (agenda, FAQs) that make up the ev...

Eventbrite Fetch Subcategory

Fetch detailed information about a single subcategory by subcategory ID. Returns subcategory name and slug. Subcategories are more specific classifica...

Eventbrite Fetch Text Overrides

Fetch text overrides for customizing strings shown during ticket sales. Can be scoped to organization, venue, or event level. Returns customized messa...

Eventbrite Fetch Ticket Buyer Settings

Fetch ticket buyer settings for an event by event ID. Returns confirmation messages, instructions, survey settings, refund preferences, and other buye...

Eventbrite Fetch Ticket Class

Fetch detailed information about a single ticket class by ticket class ID. Returns ticket name, description, pricing, capacity, sales dates, delivery ...

Eventbrite Fetch Ticket Group

Fetch detailed information about a single ticket group by ticket group ID. Returns group name, status, and associated ticket classes across multiple e...

Eventbrite Fetch Venue

Fetch detailed information about a single venue by venue ID. Returns venue name, address, capacity, age restrictions, and location coordinates. Get ve...

Eventbrite Get Attendee Report

Get attendee report for an event by event ID or filter by event status. Returns attendee data including registration information, check-in status, tic...

Eventbrite Get Sales Report

Get sales report for an event by event ID or filter by event status. Returns sales activity data including revenue, ticket sales, fees, and financial ...

Eventbrite List Attendees

Retrieve a detailed list of attendees for a specific event by using the event's unique ID. Use this tool when you need to handle attendee engagement a...

Eventbrite List Available Ticket Classes

Obtain details of ticket classes currently for sale for a specified event. Ideal for checking real-time ticket availability and sales period settings....

Eventbrite List Categories

Access a list of event categories available on Eventbrite. Use this when setting up new events to categorize them appropriately. It returns category I...

Eventbrite List Custom Questions

Retrieve a list of custom questions set for a specific event by using the event's unique ID. Use this to tailor the registration process and gather sp...

Eventbrite List Default Questions

Access a list of default questions pre-set for a specific event using its unique ID. Use this when customizing or reviewing attendee registration form...

Eventbrite List Discounts

List discounts for an organization by organization ID. Returns discount information including code, type (public/coded/access/hold), amount or percent...

Eventbrite List Event Attendees

List attendees for a specific event with optional status filtering. Returns attendee information including name, email, ticket class, check-in status,...

Eventbrite List Event Orders

List orders for a specific event by event ID. Returns order details including buyer information, costs breakdown, status, and payment details. Preferr...

Eventbrite List Events

Fetch a list of events managed by a specific organization using its unique organization ID. Use this when you need to overview all events for planning...

Eventbrite List Event Schedules

List event schedules for an event series by series parent event ID. Returns schedule information including recurrence patterns and rules that define h...

Eventbrite List Event Series Children

List child events (occurrences) for an event series by series parent event ID. Returns all occurrences that are part of the series, each representing ...

Eventbrite List Formats

Get a list of event formats from the Eventbrite platform. Utilize this when defining the structure or setting of an event, such as 'Conference' or 'Wo...

Eventbrite List Inventory Tiers

List inventory tiers for an event by event ID. Returns tier information including name, capacity, quantity sold, quantity available, and associated ti...

Eventbrite List Orders

Retrieve a list of orders associated with a specific organization using its unique ID. Use this to monitor ticket sales and manage financial reporting...

Eventbrite List Organizations

Retrieve a list of organizations affiliated with your Eventbrite account. Use it to access organizational details when you want to manage events acros...

Eventbrite List Organizations Roles

List all roles assigned within a specific organization by providing its unique ID. Utilize this tool to understand and manage role-based permissions e...

Eventbrite List Seat Maps By Organization

List seat maps for an organization by organization ID. Returns seat map information including sections, rows, and seat assignments. Use source seat ma...

Eventbrite List Subcategories

List all available event subcategories. Returns subcategory IDs, names, and slugs. Subcategories are more specific classifications within categories.

Eventbrite List Ticket Buyer Settings

Retrieve settings related to ticket buyers for a specific event. Use this to understand configurations like buyer information collection or purchase l...

Eventbrite List Ticket Classes

Fetch a list of all ticket classes available for a particular event. Use this to view and manage different ticket tiers and pricing options your event...

Eventbrite List Ticket Groups

List ticket groups for an organization by organization ID. Returns ticket group information including name, status, and associated ticket classes acro...

Eventbrite List Venues

List all venues associated with an organization. Use this to manage venue details for multiple events under a single organizational account. The respo...

Eventbrite List Webhooks

List webhooks for an organization by organization ID. Returns webhook information including endpoint URL, event types, and status. Webhooks notify you...

Eventbrite Publish Event

Publish an event by event ID, making it live and publicly visible. Event must have all required information including name, description, organizer, at...

Eventbrite Unpublish Event

Unpublish an event by event ID, making it draft and not publicly visible. Returns boolean indicating success. Constraints: Free events without orders ...

Eventbrite Upload Media

Upload a media file (image) for an organization by organization ID. Requires file_url (publicly accessible image URL). Returns media ID that can be us...

Eventbrite Upsert Custom Question

Create a new custom question or update an existing custom question for an event. CREATE MODE (id omitted): Requires event_id, question, and type. UPDA...

Eventbrite Upsert Default Question

Create a new default (canned) question or update an existing default question for an event. CREATE MODE (id omitted): Requires event_id and question_i...

Eventbrite Upsert Discount

Create a new discount or update an existing discount by discount ID. CREATE MODE (id omitted): Requires organization_id, code, type, and either amount...

Eventbrite Upsert Display Settings

Update display settings for an event by event ID. Controls how the event appears on the Event Listing page. Partial update - only include fields you w...

Eventbrite Upsert Event

Create a new event or update an existing event by event ID. CREATE MODE (id omitted): Requires name, start, end, currency, organizer_id, and either ve...

Eventbrite Upsert Inventory Tiers

Create, update, or delete inventory tiers for an event in bulk. Supports creating new tiers, updating existing tiers (partial update), and deleting ti...

Eventbrite Upsert Structured Content

Create or update structured content (modular event description) for an event. Structured content is insert-only - you must send ALL modules every time...

Eventbrite Upsert Text Overrides

Create or update text overrides for customizing strings shown during ticket sales. Can be scoped to organization, venue, or event level. Partial updat...

Eventbrite Upsert Ticket Buyer Settings

Update ticket buyer settings for an event by event ID. Controls confirmation messages, instructions, survey settings, refund preferences, and other bu...

Eventbrite Upsert Ticket Class

Create a new ticket class or update an existing ticket class by ticket class ID. CREATE MODE (id omitted): Requires event_id, name, quantity_total, an...

Eventbrite Upsert Ticket Group

Create a new ticket group or update an existing ticket group by ticket group ID. CREATE MODE (id omitted): Requires organization_id and name. UPDATE M...

Eventbrite Upsert Venue

Create a new venue or update an existing venue by venue ID. CREATE MODE (id omitted): Requires organization_id, name, address_1, and country. UPDATE M...

Frequently Asked Questions

What is the Eventbrite MCP server?

Eventbrite is a platform for event management and ticketing that allows users to create, share, and host live events. Use it to handle event logistics, ticket sales, and attendee engagement. It provides 76 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect Eventbrite to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/eventbrite. Authentication is handled automatically.

How many tools does Eventbrite provide?

Eventbrite provides 76 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does Eventbrite require?

Eventbrite uses API Key or One-click sign in. Eventbrite requires credentials. Connect via MCPBundles and authentication is handled automatically.

Setup Instructions

Connect Eventbrite to any MCP client in minutes

https://mcp.mcpbundles.com/bundle/eventbrite

What is MCP?

Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.

Use this bundle in 3 steps

  1. Copy the MCP URL above
  2. Open your AI tool and add a new MCP/connector
  3. Paste the URL and follow any auth prompts

Claude Desktop Users

Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.

Pick your tool tab for exact steps

Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.

Ready to use Eventbrite?

Sign in to connect your credentials and start running tools from the chat.

Eventbrite MCP Server & Skill — 76 Tools