event_management
Eventbrite
Connect Eventbrite to Elaichi and hand every teammate a governed MCP endpoint — 89 tools ready to call from Claude, Cursor, or any MCP client, clamped by roles, restrictions, and an audit log.
AI tools
Eventbrite tools for your AI agents
89 tools are ready to mint as an MCP endpoint the moment you connect Eventbrite — governed by the same roles, restrictions, and audit log as everything else in Elaichi.
list_all_eventbrite_organizations
List the Eventbrite organizations to which you are a member. Returns: name, vertical, image_id, id.
eventbrite_organizations_list_by_user
List Eventbrite organizations accessible by a specific user. Returns: id, name, image_id, vertical. Required: user_id.
list_all_eventbrite_me
Retrieve information about the currently authenticated Eventbrite user account. Returns the Eventbrite User object including the account's id and name. An optional expand query parameter (e.g. expand=assortment) can include the user's assortment package in the response.
list_all_eventbrite_organization_members
List members of an Eventbrite organization by organization ID. Returns a paginated response of member objects including id, user_id, and role_id. Required: organization_id.
list_all_eventbrite_organization_events
List Eventbrite events by organization ID. Returns each event's id, name, start, end, status, currency, organizer_id, and venue_id along with public and private event attributes. Required: organization_id.
list_all_eventbrite_organization_orders
List Eventbrite orders placed against any of the events owned by an organization. Returns: id, created, changed, name, first_name, last_name, email, costs, event_id, time_remaining, questions, answers, promo_code, status. Required: organization_id.
list_all_eventbrite_organization_venues
List Eventbrite venues for an organization. Returns: name, age_restriction, capacity, address, resource_uri, id, latitude, longitude. Required: organization_id.
get_single_eventbrite_organization_venue_by_id
Get a single Eventbrite venue by id. Returns: id, error, error_description, status_code. Required: id.
list_all_eventbrite_organization_roles
List an Eventbrite organization's roles by organization ID. Each role represents a set of permissions owned by the organization. Returns: id, permissions, organization_id, created_at, updated_at. Required: organization_id.
get_single_eventbrite_attendee_by_id
Get a single Eventbrite attendee by id within a specific event. Returns: id, error, error_description, status_code. Required: event_id, id.
list_all_eventbrite_attendees
List attendees for a specific Eventbrite event. Returns a paginated response with attendee records including: id, profile, status, ticket_class_id, order_id, checked_in, cancelled, refunded, costs, barcodes, delivery_method, created, changed. Required: event_id.
list_all_eventbrite_balance
Retrieve the event-level balance for an Eventbrite event at the time the request is made. Returns: error, error_description, status_code. Required: event_id.
get_single_eventbrite_category_by_id
Retrieve a single Eventbrite category by id. Returns: id, name, name_localized, slug, error, error_description, status_code. Required: id.
list_all_eventbrite_categories
List all available Eventbrite categories. Returns: id, name, name_localized, slug.
eventbrite_discounts_bulk_delete
Delete a Discount for an Eventbrite event by discount ID. Only unused discounts can be deleted and cannot be restored afterward. Returns an empty 204 response on success. Required: event_id, discount_id.
create_a_eventbrite_discount
Create a new Discount for an Eventbrite event. Returns the created discount object including id, code, type, amount_off, percent_off, quantity_available, and quantity_sold. Required: event_id, code, type. Public and Coded discounts can specify either an amount off or a percentage off, but not both.
get_single_eventbrite_discount_by_id
Retrieve a single Eventbrite discount by id. Returns: id, code, type, end_date, end_date_relative, amount_off, percent_off, quantity_available, quantity_sold, start_date, start_date_relative, ticket_class_ids, event_id, ticket_group_id, hold_ids, error, error_description, status_code. Required: event_id, id.
list_all_eventbrite_discounts
List discounts for an Eventbrite event. Returns a paginated list of discount objects including id, code, type, amount_off, percent_off, quantity_available, and quantity_sold. Required: event_id.
update_a_eventbrite_discount_by_id
Update an Eventbrite discount by id. Returns the updated discount object including id, code, type, amount_off, percent_off, quantity_available, and quantity_sold. Required: event_id, id.
list_all_eventbrite_display_settings
Retrieve the display settings for an Eventbrite event by event ID. Returns the Display Settings object that controls how the event appears on the Event Listing page. Required: event_id.
update_a_eventbrite_display_setting_by_id
Update the display settings of an Eventbrite event by event ID. Display settings control what is shown on the public Event Listing page: start/end dates and times, timezone, venue map, number of remaining tickets, organizer social links, and the terminology used for tickets. Returns the updated Display Settings object. Required: event_id; settings are passed nested under a display_settings key in the request body.
list_all_eventbrite_event_capacity
Retrieve the capacity tier for an Eventbrite event. Returns: capacity_total, holds, error, error_description, status_code. Required: event_id.
update_a_eventbrite_event_capacity_by_id
Update the capacity tier for an Eventbrite event. Partial updates are supported — submit only attributes that are changed. Returns: id, capacity_total, holds, error, error_description, status_code. Required: event_id. The sum of hold quantity_total values cannot exceed remaining capacity; capacity_total must be supplied if the event has no capacity set; deleting a hold tier that has tickets sold…
list_all_eventbrite_event_description
Retrieve the fully rendered HTML description for an Eventbrite event. Returns: description, error, error_description, status_code. Required: event_id.
create_a_eventbrite_event_schedule
Create an event schedule in Eventbrite that adds occurrences to a series parent event according to a recurrence pattern. Each occurrence is backed by an Event associated with the series parent. If an occurrence has the same date and time as an existing one it is silently ignored. Returns the created schedule object including its id. Required: event_id. A series parent event must already exist…
list_all_eventbrite_event_search
Search public Eventbrite events by keyword, location, date range, category, format and price. Returns a paginated list of Event objects. Results can be sorted by date, distance or relevance using sort_by. All parameters are optional; combine location.address or location.latitude/location.longitude with location.within to search around a place.
get_single_eventbrite_event_sery_by_id
Retrieve a specific Event Series in Eventbrite by its Series ID. The Event Series is a repeating event made up of a parent event and child events representing each date. Returns: id, name, organizer_id, venue_id. Required: id.
eventbrite_event_teams_check_password
Verify the password for an Eventbrite event team. Returns the team token if the password is correct. Required: event_id, team_id.
create_a_eventbrite_event_team
Create a new team for an Eventbrite event. Returns the created team object including id, name, date_joined, and event_id. Required: event_id, name.
get_single_eventbrite_event_team_by_id
Get a single Eventbrite event team by id. Returns: id, name, date_joined, event_id, error, error_description, status_code. Required: event_id, id.
list_all_eventbrite_event_teams
List all teams for an Eventbrite event. Returns: id, name, date_joined, event_id. Required: event_id.
eventbrite_event_teams_list_attendees
List attendees belonging to a specific team within an Eventbrite event. Returns: id, created, changed, ticket_class_id, variant_id, ticket_class_name, quantity, costs, profile, addresses, questions, answers, barcodes, team, affiliate, checked_in, cancelled, refunded, status, event_id, order_id, guestlist_id, invited_by, delivery_method. Required: event_id, team_id.
eventbrite_event_teams_search
Search Eventbrite event teams by name. Returns a paginated list of teams for the specified event. Returns: id, name, date_joined, event_id. Required: event_id.
eventbrite_events_cancel
Cancel an Eventbrite event. Returns a boolean indicating the success or failure of the cancel action. Required: event_id. The event must not have pending or completed orders; canceling a series parent cancels all its occurrences.
eventbrite_events_copy
Copy an Eventbrite event, creating a duplicate with a new Event ID. Returns the created event object including its name, organizer_id, organizer, venue_id, and venue. Required: event_id. Payment options, payout method, refund policy, and tax settings are copied to the new event.
create_a_eventbrite_event
Create a new Eventbrite event under an organization. Returns the created event including id, name, start, end, status, currency, organizer_id, and venue_id. Required: organization_id, name, start, end. venue_id and online_event are mutually exclusive.
delete_a_eventbrite_event_by_id
Delete an Eventbrite event by id. Returns a boolean indicating the success or failure of the delete action. Required: id. The event must not have any pending or completed orders; if it is a series parent, all series occurrences must also be in a valid state to be deleted.
get_single_eventbrite_event_by_id
Get a single Eventbrite event by id. Returns the event object including name, status, start, end, organizer_id, venue_id, url, currency, online_event, summary, and created/changed/published timestamps. Required: id.
eventbrite_events_publish
Publish an Eventbrite event, making it visible to attendees. Returns a boolean indicating success or failure of the publish. Required: event_id. The event must have a name, description, an organizer, at least one ticket, and valid payment options; deleted events cannot be published. If the event is a series parent, publishing it publishes all series occurrences.
eventbrite_events_unpublish
Unpublish an Eventbrite event. Returns a boolean indicating the success or failure of the unpublish action. Required: event_id. Free events and non-completed paid events must have no pending or completed orders to be unpublished; unpublishing a series parent unpublishes all occurrences.
update_a_eventbrite_event_by_id
Update an Event in Eventbrite by Event ID. Returns the updated event object including id, name, organizer_id, and venue_id. Required: id.
get_single_eventbrite_format_by_id
Get a single Eventbrite format by id. The Format object represents an Event type such as a seminar, workshop, or concert. Returns: id, error, error_description, status_code. Required: id.
list_all_eventbrite_formats
List Eventbrite formats, which represent Event types such as seminars, workshops, or concerts that help visitors discover events. Returns: id, name, name_localized, slug, resource_uri.
eventbrite_inventory_tiers_bulk_delete
Delete an Inventory Tier for an Eventbrite event, marking it as deleted. Returns an empty 204 response on success. Required: event_id, inventory_tier_id.
create_a_eventbrite_inventory_tier
Create an inventory tier for an Eventbrite event to control capacity allocation across ticket types. Returns: id, name, capacity_total, quantity_total, quantity_sold, quantity_pending, sort_order, is_deleted, image_id, holds, error, error_description, status_code. Required: event_id. capacity_total must be supplied when the event does not have a capacity set.
get_single_eventbrite_inventory_tier_by_id
Get a single Eventbrite inventory tier by ID for an event. An inventory tier controls capacity (an allocation of total quantity) across multiple tickets to be sold. Returns: id, name, capacity_total, quantity_total, quantity_sold, quantity_pending, sort_order, is_deleted, image_id, holds, error, error_description, status_code. Required: event_id, id.
list_all_eventbrite_inventory_tiers
List inventory tiers for an Eventbrite event, where each tier controls capacity (an allocation of total quantity) across multiple tickets to be sold. Returns: id, name, quantity_total, capacity_total, is_deleted. Required: event_id.
update_a_eventbrite_inventory_tier_by_id
Update an existing Inventory Tier by ID for an Eventbrite event. Partial updates are supported — submit only the attributes that have changed. Returns the updated tier object including id, name, capacity_total, quantity_total, quantity_sold, quantity_pending, sort_order, is_deleted, and holds. Required: event_id, id.
get_single_eventbrite_media_by_id
Get a media image in Eventbrite by its media id. The Media object represents an image that can be included with an Event listing for branding or additional information. Returns: id, resource_uri. Required: id.
eventbrite_media_get_upload
Retrieve a media upload by its upload id. Returns the upload instructions and state for the media upload, including the upload_token to finalize the upload, the upload_url to POST the file to, the file_parameter_name to use for the multipart file field, and provider-specific upload_data fields that must be included with the file POST. Required: upload_id.
eventbrite_media_upload
Upload a media image file in Eventbrite to initiate a media upload. Returns: id, resource_uri, error, error_description, status_code. The returned id can be used with the Retrieve Upload endpoint to check processing status. Required: type.
list_all_eventbrite_online_event_page
Retrieve the Online Event Page for an Eventbrite event, which serves as a landing page for online attendees with webinar links, documents, and other event-specific content. Returns: error, error_description, status_code. Required: event_id.
get_single_eventbrite_order_by_id
Get a single Eventbrite order by id. Returns: id, error, error_description, status_code. Required: id.
list_all_eventbrite_pricing
List all available Eventbrite pricing rates for an organization. Returns a paginated response of pricing rate objects representing available fee rates for different currencies, countries, assortments, and sales channels. Required: organization_id.
eventbrite_questions_create_custom
Create a custom question for an Eventbrite event. Returns the created question including id, label, type, and required. Required: event_id, label, type.
eventbrite_questions_delete_custom
Delete a custom question for an Eventbrite event by event and question ID. Returns an empty 204 response on success. Required: event_id, question_id.
eventbrite_questions_get_custom
Get a custom question for an Eventbrite event by event and question ID. Returns: id, label, type, required, error, error_description, status_code. Required: event_id, question_id.
eventbrite_questions_list_custom
List custom questions for an Eventbrite event by event ID. Returns a paginated list where each question includes id, label, type, and required. Required: event_id.
eventbrite_questions_create_default
Create a default question for an Eventbrite organization. Returns the created question including its id, label, type, and required flag. The type can be one of text, url, email, date, number, address, or dropdown. Required: organization_id.
eventbrite_questions_delete_default
Delete (deactivate) a default canned question in an Eventbrite organization, removing it from associated events. Returns an empty 204 response on success. Required: organization_id, question_id.
eventbrite_questions_get_default
Get a default (canned) question in Eventbrite by organization and question ID. Returns the question object including its id, label, type, and required flag. Required: organization_id, question_id.
eventbrite_questions_list_default
List default questions (e.g. first name, last name, email) for an Eventbrite organization by organization ID. Returns: id, label, type, required. Required: organization_id.
eventbrite_questions_update_default
Update a default (canned) question in an Eventbrite organization by question ID. Returns the updated question object including id, label, type, and required. Required: organization_id, question_id.
eventbrite_reports_attendees
Retrieve an Eventbrite attendee report by organization ID, returning a paginated list of attendees across the organization's events. Returns: id, created, changed, ticket_class_id, variant_id, ticket_class_name, quantity, costs, profile, addresses, questions, answers, barcodes, team, affiliate, checked_in, cancelled, refunded, status, event_id, order_id, guestlist_id, invited_by, delivery_method.…
eventbrite_reports_sales
Retrieve a sales report from Eventbrite for a specific organization, covering sales activity across events the organization owns. Required: organization_id.
eventbrite_seat_maps_create_for_event
Create a seat map for a new reserved seating Eventbrite event by copying an existing seat map. Returns: id, event_id, venue_id, basic_inventory_info, error, error_description, status_code. Required: event_id. The event must be a new reserved seating event; returns an error if a seat map already exists for the event.
list_all_eventbrite_seat_maps
List reserved-seating seat maps for an Eventbrite organization. Returns: id, event_id, venue_id, basic_inventory_info for each seat map. Required: organization_id. The response is not yet paginated.
eventbrite_structured_content_create_update
Create or update structured content for an Eventbrite event by content key. Returns: error, error_description, status_code. Modules support text, image, and video types; widgets support agenda and faqs types. Required: event_id, key.
get_single_eventbrite_structured_content_by_id
Get structured content for an Eventbrite event by content key. Returns: page_version_number, modules, widgets, error, error_description, status_code. Required: event_id, id.
create_a_eventbrite_texts_override
Create text overrides for an Eventbrite event to customize strings shown during ticket sales. Returns: id, resource_uri, locale, error, error_description, status_code. Required: event_id. Messages are internationalized using the locale parameter if specified; otherwise the event's locale is used.
list_all_eventbrite_texts_overrides
List the text overrides for an Eventbrite event, allowing you to customize certain strings shown during ticket sales on a per-event basis. Required: event_id.
list_all_eventbrite_ticket_buyer_settings
Retrieve ticket buyer settings for an Eventbrite event. Returns the settings object including event_id, confirmation_message, instructions, sales_ended_message, survey_info, survey_name, refund_request_enabled, allow_attendee_update, survey_time_limit, redirect_url, survey_respondent, and survey_ticket_classes. Required: event_id.
update_a_eventbrite_ticket_buyer_setting_by_id
Update ticket buyer settings for an Eventbrite event. Returns the updated settings including event_id, confirmation_message, instructions, sales_ended_message, survey_info, survey_name, refund_request_enabled, allow_attendee_update, survey_time_limit, redirect_url, survey_respondent, and survey_ticket_classes. Required: event_id.
create_a_eventbrite_ticket_class
Create a new Eventbrite Ticket Class (ticket type) for an Event. Returns the created Ticket Class object including id, name, cost, donation, free, on_sale_status, and sales settings. Required: event_id.
get_single_eventbrite_ticket_class_by_id
Get a single Eventbrite Ticket Class by id for a given Event. Returns: id, resource_name, name, description, sorting, cost, fee, donation, free, minimum_quantity, maximum_quantity, has_pdf_ticket, delivery_methods, on_sale_status, image_id, capacity, quantity_sold, hidden, sales_start, sales_end, sales_end_relative, sales_start_after, include_fee, split_fee, hide_description, hide_sale_dates,…
list_all_eventbrite_ticket_classes
List ticket classes for an Eventbrite event by event ID. Returns each ticket class including id, name, cost, free, donation, capacity, quantity_sold, and on_sale_status. Required: event_id.
update_a_eventbrite_ticket_class_by_id
Update a Ticket Class for an Eventbrite event by ticket class ID. Partial updates are supported — submit only the attributes that changed. Returns the updated ticket class object including name, cost, capacity, sales_start, sales_end, and on_sale_status. Required: event_id, id. The include_fee and split_fee parameters cannot be used together.
eventbrite_ticket_groups_add_ticket_class
Add a Ticket Class to a Ticket Group in Eventbrite. Returns the updated ticket group including id, name, status, event_ticket_ids, and tickets. Required: event_id, ticket_group_id.
eventbrite_ticket_groups_bulk_delete
Delete a Ticket Group in Eventbrite by event and ticket group ID, changing its status to deleted. Returns an empty 204 response on success. Required: event_id, ticket_group_id.
create_a_eventbrite_ticket_group
Create a new Ticket Group for an Event in Eventbrite. Returns the created ticket group including its id, name, status, event_ticket_ids, and tickets. Required: event_id. Maximum 300 live Ticket Groups per Organization; names longer than 20 characters are automatically truncated.
get_single_eventbrite_ticket_group_by_id
Get a single Eventbrite Ticket Group by its Ticket Group ID. Returns: id, name, status, event_ticket_ids, tickets, error, error_description, status_code. Required: event_id, id.
list_all_eventbrite_ticket_groups
List Eventbrite Ticket Groups for an organization. Returns: id, name, status, event_ticket_ids, tickets. Required: organization_id.
update_a_eventbrite_ticket_group_by_id
Update a Ticket Group in Eventbrite by Ticket Group ID. Returns: id, name, status, event_ticket_ids, tickets. Required: event_id, id. Ticket Group names longer than 20 characters are automatically truncated.
get_single_eventbrite_user_by_id
Get a single Eventbrite user account by id. Returns the user object including id and resource_uri. Required: id. Use /users/me/ to retrieve the currently authenticated user instead.
create_a_eventbrite_venue
Create a new Eventbrite venue under an organization. Returns the created venue object including id, name, address, age_restriction, capacity, latitude, and longitude. Required: organization_id.
update_a_eventbrite_venue_by_id
Update an Eventbrite venue by id. Returns the updated venue object including id, name, address, age_restriction, capacity, latitude, and longitude. Required: id.
eventbrite_webhooks_bulk_delete
Delete a Webhook by ID in Eventbrite. This permanently removes the webhook along with all of its delivery request and delivery response history. Returns an empty 204 response on success. Required: organization_id, webhook_id.
create_a_eventbrite_webhook
Create a webhook for an Eventbrite organization by organization ID. Returns the created webhook object including its id, endpoint_url, and api_url. Required: organization_id, api_url, and config.endpoint_url.
list_all_eventbrite_webhooks
List all webhooks created for an Eventbrite organization. Returns webhook objects including the endpoint URL, the comma-separated actions the webhook is subscribed to (e.g. order.placed, attendee.updated, event.published), and the event the webhook is scoped to, if any. Required: organization_id.
How it works
From Eventbrite account to governed MCP endpoint
Connect
Link a Eventbrite account through Elaichi's hosted connect flow. Credentials are vaulted — nobody, including the AI, ever sees them.
Compose
The connection becomes a toolbox instantly. Curate which Eventbrite tools are exposed, rename them, or freeze arguments.
Mint
Mint a personal MCP endpoint on that toolbox and paste it into Claude, Cursor, or any MCP client — governed by roles, restrictions, and audit logs.
Give every teammate a governed MCP server
Start a 14-day Gold trial — connect a product, curate a toolbox, and paste an endpoint into Claude or Cursor in minutes.