KosmoKrator

data

Eventbrite MCP, CLI, and Lua Integration for AI Agents

Eventbrite integration docs for AI agents: MCP gateway setup, Eventbrite CLI commands, Lua API reference, credentials, and function schemas.

Eventbrite for agents

Credentials can be configured manually in web or CLI hosts.

Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.

Agent Surfaces

Machine-Readable Metadata

Function Catalog

FunctionTypeParametersDescription
eventbrite.eventbrite_list_events Read read 4 List events for the Eventbrite organization. Returns paginated events with name, status, dates, and URL. Filter by status (live, draft, started, ended, completed, canceled) or order results.
eventbrite.eventbrite_get_event Read read 1 Get full details for a single Eventbrite event by ID. Returns description, venue, ticket classes, organizer, and all settings.
eventbrite.eventbrite_create_event Write write 11 Create a new event on Eventbrite. Provide event name, start/end times, currency, and optionally a venue ID or online event details.
eventbrite.eventbrite_update_event Write write 13 Update an existing Eventbrite event. Only the fields you provide will be changed. Use to change title, times, description, venue, or status.
eventbrite.eventbrite_list_attendees Read read 4 List attendees for an Eventbrite event. Returns paginated attendee profiles with name, email, ticket class, and check-in status.
eventbrite.eventbrite_get_attendee Read read 2 Get full details for a single Eventbrite attendee by event and attendee ID. Includes profile, ticket info, custom answers, and barcode.
eventbrite.eventbrite_list_venues Read read 2 List venues for the Eventbrite organization. Returns paginated venues with name, address, city, and capacity.
eventbrite.eventbrite_create_venue Write write 9 Create a new venue on Eventbrite. Provide name and address details. Returns the venue ID for use when creating events.
eventbrite.eventbrite_get_current_user Read read 0 Get the currently authenticated Eventbrite user profile. Returns name, email, and organization memberships. Useful for verifying credentials.