Weavz
Eventbrite

Eventbrite

Manage Eventbrite events, attendees, orders, and ticketing workflows.

OAuth2Marketing
11 tools
3 triggers
Use withChatGPTClaudeClaude CodeCursorCodexMCP clientsSetup guide

Tools

Name
list_organizations

List Eventbrite organizations available to the authenticated account.

create_event

Create a new event in Eventbrite

list_events

List events for an organization

get_event

Get details of a specific event

update_event

Update selected Eventbrite event fields by exact event ID.

cancel_event

Cancel an Eventbrite event by exact event ID. Requires confirmation.

list_attendees

List attendees for an event

list_orders

List orders for an Eventbrite event.

create_ticket_class

Create a new ticket class for an event

get_order

Get details of a specific order

custom_api_call

Make a custom API call to the Eventbrite API

Triggers

Name
new_attendee

Triggers when a new attendee registers for an event

order_placed

Triggers when a new order is placed for an event

event_published

Triggers when an event is published

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('eventbrite', 'list_organizations', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'eventbrite',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Eventbrite to my app?

Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Eventbrite support?

Eventbrite supports 11 tools including List Organizations, Create Event, List Events, Get Event, Update Event, and more.

Can I use Eventbrite with AI agents?

Yes. Add Eventbrite to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

How do I connect Eventbrite to ChatGPT or Claude?

Open the Weavz connector setup, sign in, choose a workspace, and add Eventbrite as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Eventbrite tools exposed by that workspace.

Does Eventbrite work with Claude Code, Cursor, Codex, and local agents?

Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Eventbrite work, and execute Code Mode workflows from a terminal.

What can I ask an AI agent to do with Eventbrite?

Eventbrite exposes 11 tools, including List Organizations, Create Event, List Events, Get Event, Update Event, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.

Can Eventbrite be used in stateful agent workflows?

Yes. Agents can combine Eventbrite tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does Eventbrite use?

Eventbrite uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.

How much does the Eventbrite integration cost?

The Eventbrite integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Eventbrite support?

Eventbrite supports 3 triggers including New Attendee, Order Placed, Event Published.

Connect Eventbrite in minutes

Get 20,000 free action executions every month. No credit card required.