# Eventbrite

```json
{
  "name": "Eventbrite",
  "slug": "eventbrite",
  "url": "https://composio.dev/toolkits/eventbrite",
  "markdown_url": "https://composio.dev/toolkits/eventbrite.md",
  "logo_url": "https://logos.composio.dev/api/eventbrite",
  "categories": [
    "marketing & social media"
  ],
  "is_composio_managed": true,
  "updated_at": "2026-05-12T10:10:45.467Z"
}
```

![Eventbrite logo](https://logos.composio.dev/api/eventbrite)

## Description

Securely connect your AI agents and chatbots (Claude, ChatGPT, Cursor, etc) with Eventbrite MCP or direct API to create events, manage attendees, handle ticketing, and send event communications through natural language.

## Summary

Eventbrite is an event management platform for planning, promoting, and hosting events. It helps organizers streamline ticket sales, registrations, and attendee communications.

## Categories

- marketing & social media

## Toolkit Details

- Tools: 95
- Managed auth: Managed by Composio

## Images

- Logo: https://logos.composio.dev/api/eventbrite

## Authentication

- **Oauth2**
  - Type: `oauth2`
  - Description: Oauth2 authentication for Eventbrite.
  - Setup:
    - Configure Oauth2 credentials for Eventbrite.
    - Use the credentials when creating an auth config in Composio.

## Suggested Prompts

- List all available Eventbrite event categories
- Show event formats for online conferences
- Find subcategories under the 'Music' category
- Get subcategories for networking events in French

## Supported Tools

| Tool slug | Name | Description |
|---|---|---|
| `EVENTBRITE_ADD_TICKET_TO_GROUP` | Add Ticket Class to Groups | Tool to add a ticket class to one or more explicitly specified ticket groups for an Eventbrite event. Use when you need to organize tickets by grouping them together. The caller must supply a non-empty list of ticket_group_ids; to discover available groups, call a list ticket groups action first. |
| `EVENTBRITE_ADD_TICKET_TO_GROUP_BY_ORGANIZATION` | Add Ticket to Group by Organization | Tool to add a ticket class to ticket groups using organization and event IDs. Use when managing ticket groups at the organization level. |
| `EVENTBRITE_CALCULATE_PRICE_FOR_ITEM` | Calculate Price For Item | Tool to calculate Eventbrite fees for a given ticket price. Use when you need to determine the exact fees, taxes, and organizer share for a specific price point before creating tickets. |
| `EVENTBRITE_CANCEL_EVENT` | Cancel Event | Tool to cancel an Eventbrite event. Use when you need to cancel an event. Note: Event must not have any pending or completed orders or the cancellation will fail. |
| `EVENTBRITE_COPY_EVENT` | Copy Event | Tool to copy an Eventbrite event and create a duplicate with a new Event ID. Use when you need to duplicate an existing event to create a similar event with the same settings. |
| `EVENTBRITE_CREATE_ACCESS_CODE` | Create Access Code | Tool to create a new access code for an Eventbrite event. Use when you need to create promotional codes, early bird access, or VIP ticket codes that unlock hidden ticket classes. |
| `EVENTBRITE_CREATE_CHECKOUT_SETTINGS` | Create Checkout Settings | Tool to create checkout settings for an Eventbrite organization. Use when you need to configure payment methods, country, and currency for an organization's checkout process. |
| `EVENTBRITE_CREATE_CUSTOM_QUESTION` | Create Custom Question | Tool to create a custom question for an Eventbrite event. Use when you need to collect additional information from attendees during registration (e.g., dietary preferences, T-shirt sizes, special requirements). |
| `EVENTBRITE_CREATE_DISCOUNT` | Create Discount | Tool to create a new discount for an Eventbrite organization. Use when you need to create promotional discounts, coupon codes, or special pricing for events. |
| `EVENTBRITE_CREATE_EVENT` | Create Event | Tool to create a new Eventbrite event. Use when you need to create single events or series parent events for repeating events. By default creates a single occurrence event unless is_series is set to true. |
| `EVENTBRITE_CREATE_EVENT_SCHEDULE` | Create Event Schedule | Tool to create an event schedule for a series parent event. Use when you need to add recurring occurrences to an event based on a recurrence pattern (daily, weekly, monthly, etc.). The schedule follows iCalendar RFC 5545 format. |
| `EVENTBRITE_CREATE_INVENTORY_TIER` | Create Inventory Tier | Tool to create a new inventory tier for an Eventbrite event. Use when you need to set up tiered seating, pricing levels, or capacity allocation for an event. |
| `EVENTBRITE_CREATE_ORGANIZER` | Create Organizer | Tool to create a new organizer for an Eventbrite organization. Use when you need to add an organizer profile that can be associated with events. |
| `EVENTBRITE_CREATE_TICKET_CLASS` | Create Ticket Class | Tool to create a new ticket class for an Eventbrite event. Use when you need to add ticket types such as General Admission, VIP, Early Bird, or other pricing tiers to an event. |
| `EVENTBRITE_CREATE_TICKET_GROUP` | Create Ticket Group | Tool to create a new ticket group for an Eventbrite organization. Use when you need to organize multiple ticket classes across events. Maximum 300 live ticket groups per organization. |
| `EVENTBRITE_CREATE_TRACKING_BEACON` | Create Tracking Beacon | Tool to create a tracking beacon for an Eventbrite event or user. Use when you need to add analytics pixels (Google Analytics, Facebook Pixel, etc.) to track attendee behavior on event pages or order confirmation pages. Either event_id or user_id must be provided. |
| `EVENTBRITE_CREATE_VENUE` | Create Venue | Tool to create a new venue under an organization in Eventbrite. Use when you need to add a physical location that can be reused across multiple events within the same organization. |
| `EVENTBRITE_CREATE_WEBHOOK` | Create Webhook | Tool to create a new webhook for an Eventbrite organization. Use when you need to set up webhook notifications for events like order placement, event creation, or attendee check-ins. |
| `EVENTBRITE_DELETE_DEFAULT_QUESTION` | Delete Default Question | Tool to deactivate a canned question for an event. Use when you need to remove default questions like cell_phone, job_title, company, or work_phone from event registration forms. |
| `EVENTBRITE_DELETE_DISCOUNT` | Delete Discount | Tool to delete a discount from Eventbrite. Only unused discounts can be deleted. Use when you need to remove a discount that has not been applied to any orders. |
| `EVENTBRITE_DELETE_EVENT` | Delete Event | Tool to delete an Eventbrite event. Use when you need to remove an event from the system. Note: Event must not have any pending or completed orders or the deletion will fail. |
| `EVENTBRITE_DELETE_INVENTORY_TIER` | Delete Inventory Tier | Tool to mark an existing inventory tier as deleted for an Eventbrite event. Use when you need to remove an inventory tier that is no longer needed. |
| `EVENTBRITE_DELETE_TICKET_CLASS` | Delete Ticket Class | Tool to delete a ticket class from an Eventbrite event by its ID. Use when you need to remove a ticket type/class that is no longer needed or was created in error. |
| `EVENTBRITE_DELETE_TICKET_GROUP` | Delete Ticket Group | Tool to delete a ticket group by changing its status to deleted. Use when you need to remove a ticket group from an event. |
| `EVENTBRITE_GET_ACCESS_CODE` | Get Access Code | Tool to retrieve a specific access code by ID for an Eventbrite event. Use when you need to check access code details, availability, or redemption status. |
| `EVENTBRITE_GET_ASSORTMENT` | Get Organization Assortment | Tool to retrieve assortment information for a specific organization. Use when you need to check the plan type or version details associated with an organization. |
| `EVENTBRITE_GET_ATTENDEE_REPORT` | Get Attendee Report | Tool to retrieve an attendee report for events in an Eventbrite organization. Use when you need aggregated attendee data, sales statistics, or demographic information across events. Supports filtering by event status, date ranges, and grouping by various dimensions. |
| `EVENTBRITE_GET_CAPACITY_TIER` | Get Capacity Tier | Tool to retrieve the capacity tier for an Eventbrite event. Use when you need to check ticket availability, sales status, or capacity information for an event. |
| `EVENTBRITE_GET_CATEGORY` | Get Category by ID | Tool to retrieve a specific category by ID. Use when fetching details about a particular event category. Returns category information including name, localized names, and subcategories. |
| `EVENTBRITE_GET_CHECKOUT_SETTINGS` | Get Checkout Settings | Tool to retrieve checkout settings for a specific Eventbrite organization. Use when you need to view or verify payment configuration and checkout methods for an organization. |
| `EVENTBRITE_GET_DEFAULT_QUESTION` | Get Default Question | Tool to retrieve a specific default (canned) question for an Eventbrite event by Event ID and Question ID. Use when you need to get details about a specific attendee information field. |
| `EVENTBRITE_GET_DISCOUNT` | Get Discount | Tool to retrieve a discount by its ID from Eventbrite. Use when you need to check discount details, verify discount codes, or inspect discount configurations. |
| `EVENTBRITE_GET_DISPLAY_SETTINGS` | Get Display Settings | Tool to retrieve display settings for a specific Eventbrite event. Use when you need to view what information is shown on an event page. |
| `EVENTBRITE_GET_EVENT` | Get Event | Tool to retrieve detailed information for a specific Eventbrite event by ID. Use when you need event details like name, description, dates, venue, organizer, or ticket information. Supports expanding related objects via the expand parameter. |
| `EVENTBRITE_GET_EVENT_CATEGORIES` | Get Event Categories | Tool to retrieve event categories. Use when selecting a category for an event. Localizes results via optional locale parameter. |
| `EVENTBRITE_GET_EVENT_DESCRIPTION` | Get Event Description | Tool to retrieve the full HTML description for an Eventbrite event. Use when you need the complete event description content (formatted as HTML). |
| `EVENTBRITE_GET_EVENT_FORMATS` | Get Event Formats | Tool to list event formats. Use when you need the available formats before creating or updating an event. |
| `EVENTBRITE_GET_EVENT_SUBCATEGORIES` | Get Event Subcategories | Tool to list all event subcategories. Use when fetching available subcategory options, optionally filtered by locale after selecting a category. |
| `EVENTBRITE_GET_FORMAT` | Get Format | Tool to retrieve a format by format ID. Use when you need detailed information about a specific event format. |
| `EVENTBRITE_GET_INVENTORY_TIER` | Get Inventory Tier | Tool to retrieve an Inventory Tier by ID for an Event. Use when you need to check inventory tier details, capacity, or ticket class associations for a specific event. |
| `EVENTBRITE_GET_ME` | Get Current User | Tool to retrieve the authenticated user's account information. Use when you need to get details about the current user. |
| `EVENTBRITE_GET_MEDIA_UPLOAD` | Get Media Upload | Tool to retrieve information on a Media image upload. Use when you need to check the status or details of an uploaded media image for events, organizers, or user profiles. |
| `EVENTBRITE_GET_ORGANIZER` | Get Organizer by ID | Tool to retrieve an organizer by organizer ID from Eventbrite. Use when you need detailed information about a specific event organizer. |
| `EVENTBRITE_GET_SALES_REPORT` | Get Sales Report | Tool to retrieve a sales report by Event ID or Event status for an organization. Use when you need detailed sales data including gross revenue, net revenue, quantity sold, fees, and royalties. Supports filtering by event status and grouping by various dimensions. |
| `EVENTBRITE_GET_SERIES` | Get Event Series | Tool to retrieve a parent Event Series by Event Series ID. Use when fetching details about a specific event series, including series-specific fields like is_series and is_series_parent. |
| `EVENTBRITE_GET_STRUCTURED_CONTENT` | Get Structured Content | Tool to retrieve structured content for an Eventbrite event. Returns the latest published version of the event's structured content including modules, widgets, and page metadata. |
| `EVENTBRITE_GET_STRUCTURED_CONTENT_EDIT` | Get Structured Content Edit Version | Tool to retrieve the latest working version of structured content for an event. Use when accessing the editable version of an event's structured content layout. |
| `EVENTBRITE_GET_SUBCATEGORY` | Get Subcategory by ID | Tool to retrieve a specific subcategory by ID. Use when fetching details about a particular event subcategory. Returns subcategory information including name, localized names, and parent category details. |
| `EVENTBRITE_GET_TICKET_CLASS` | Get Ticket Class | Tool to retrieve a specific ticket class by ID for an Eventbrite event. Use when you need to check ticket pricing, availability, sales status, or configuration details. |
| `EVENTBRITE_GET_TICKET_GROUP` | Get Ticket Group | Tool to retrieve a ticket group by its ID from Eventbrite. Use when you need to check ticket group details, configuration, or associated event ticket mappings. |
| `EVENTBRITE_GET_TRACKING_BEACON` | Get Tracking Beacon | Tool to retrieve a tracking beacon by ID from Eventbrite. Use when you need to inspect tracking pixel configuration, verify beacon setup, or check which events or organizations are associated with a tracking beacon. |
| `EVENTBRITE_GET_USER` | Get User by ID | Tool to retrieve information about a user by user ID. Use 'me' as the user_id to get the currently authenticated user's details. |
| `EVENTBRITE_GET_VENUE` | Get Venue by ID | Tool to retrieve detailed information for a specific venue by venue ID. Use when you need venue details like name, location coordinates, capacity, address, or age restrictions. |
| `EVENTBRITE_LIST_ACCESS_CODES` | List Access Codes | Tool to retrieve all access codes for an Eventbrite event. Use when you need to view all available access codes, check their availability, or manage event access restrictions. |
| `EVENTBRITE_LIST_CUSTOM_QUESTIONS` | List Custom Questions | Tool to retrieve custom questions configured for an Eventbrite event. Use when you need to see what additional information is collected from attendees during registration. |
| `EVENTBRITE_LIST_DEFAULT_QUESTIONS` | List Default Questions | Tool to retrieve default (canned) questions for an Eventbrite event by Event ID. Use when you need to understand what attendee information is collected, customize registration forms, or sync form data with external systems. |
| `EVENTBRITE_LIST_EVENT_ATTENDEES` | List Event Attendees | Tool to retrieve the list of attendees for an Eventbrite event. Use when you need to check attendee details, perform check-in operations, sync with CRM, or generate reports. Returns paginated results; use the continuation token for subsequent pages. |
| `EVENTBRITE_LIST_EVENT_ORDERS` | List Event Orders | Tool to list orders for a specific Eventbrite event. Use when you need to retrieve order information, check order status, or access buyer details. Returns paginated results; use the continuation token for subsequent pages. |
| `EVENTBRITE_LIST_INVENTORY_TIERS` | List Inventory Tiers | Tool to retrieve inventory tiers for an Eventbrite event. Use when you need to understand tiered seating, pricing levels, or capacity allocation for an event. |
| `EVENTBRITE_LIST_ORGANIZATION_EVENTS` | List Organization Events | Tool to list events owned by a specific Eventbrite organization. Use for event discovery (finding target events by name/title/date) prior to attendee/order retrieval. Supports filtering by status, time period, pagination, and field expansion. |
| `EVENTBRITE_LIST_ORGANIZATION_MEMBERS` | List Organization Members | Tool to list members of an Eventbrite organization by organization ID. Returns a paginated response with member information including user IDs and role summaries. |
| `EVENTBRITE_LIST_ORGANIZATION_ORDERS` | List Organization Orders | Tool to list orders placed for events owned by a specific Eventbrite organization. Use when you need to retrieve order information, track sales, or analyze attendee data across all organization events. Supports filtering by email, status, and change date. |
| `EVENTBRITE_LIST_ORGANIZATION_ROLES` | List Organization Roles | Tool to list roles within a specific Eventbrite organization by organization ID. Use when you need to discover available roles, permissions, or role management capabilities for an organization. Returns a paginated list of roles with their permissions and metadata. |
| `EVENTBRITE_LIST_ORGANIZATION_WEBHOOKS` | List Organization Webhooks | Tool to list all webhooks configured for a specific Eventbrite organization. Use when you need to view existing webhook configurations or verify webhook endpoints. |
| `EVENTBRITE_LIST_ORG_ATTENDEES` | List Organization Attendees | Tool to list attendees across all events owned by an Eventbrite organization. Use when you need to retrieve attendees for an entire organization rather than a specific event. Returns paginated results; use the continuation token for subsequent pages. |
| `EVENTBRITE_LIST_ORG_ORGANIZERS` | List Organization Organizers | Tool to list organizers belonging to a specific Eventbrite organization. Use when you need to discover organizers for an organization before creating or managing events. |
| `EVENTBRITE_LIST_ORG_VENUES` | List Organization Venues | Tool to list venues owned by a specific Eventbrite organization. Use when you need to discover available venues for event planning or venue management within an organization. |
| `EVENTBRITE_LIST_PRICING` | List Pricing | Tool to list available pricing fee rates for a specific currency and country. Use when you need to retrieve Eventbrite's pricing structure and fee information. |
| `EVENTBRITE_LIST_SERIES_EVENTS` | List Series Events | Tool to list all events in an Eventbrite event series by series ID. Use when you need to retrieve all occurrences of a recurring event. Returns paginated results with event details. |
| `EVENTBRITE_LIST_TICKET_CLASSES` | List Ticket Classes | Tool to list ticket classes for a specific Eventbrite event by event ID. Use when you need to retrieve available ticket types, pricing information, and sales status for an event. Returns a paginated response with all ticket classes associated with the event. |
| `EVENTBRITE_LIST_TICKET_CLASSES_FOR_SALE` | List Ticket Classes For Sale | Tool to list ticket classes available for sale for a specific Eventbrite event. Use this in the purchase flow to display available ticket options to users. |
| `EVENTBRITE_LIST_TICKET_GROUPS` | List Organization Ticket Groups | Tool to list ticket groups for a specific Eventbrite organization. Use when you need to retrieve groupings of ticket types for an organization. Returns a paginated response. |
| `EVENTBRITE_LIST_TRACKING_BEACONS` | List Tracking Beacons | Tool to list tracking beacons for an Eventbrite organization by organization ID. Use when you need to view tracking pixels and analytics beacons configured for the organization. |
| `EVENTBRITE_LIST_USER_ORDERS` | List User Orders | Tool to list orders for a specific Eventbrite user. Use when you need to retrieve user order information or check order history. Returns all orders for the user with pagination metadata. |
| `EVENTBRITE_LIST_USER_ORGANIZATIONS` | List User Organizations | Tool to list organizations the authenticated user belongs to. Use this early in workflows that need organization-scoped endpoints (e.g., list events by organization, list venues, orders, or attendees by organization). |
| `EVENTBRITE_LIST_USER_ORGS` | List Organizations by User ID | Tool to list organizations by user ID. Use when you need to fetch organizations for a specific user. Returns a paginated response with organization details. |
| `EVENTBRITE_LIST_VENUE_EVENTS` | List Venue Events | Tool to list all events at a specific Eventbrite venue by venue ID. Use when you need to discover events at a particular location or venue. |
| `EVENTBRITE_PUBLISH_EVENT` | Publish Event | Tool to publish an Eventbrite event. Use when you need to make an event live and publicly accessible. Event must have all required information including name, description, organizer, and at least one ticket before publishing. |
| `EVENTBRITE_RETRIEVE_MEDIA` | Retrieve Media | Tool to retrieve media information by ID. Use when you need to fetch details about a specific media asset including URLs, dimensions, and metadata. |
| `EVENTBRITE_SEARCH_DISCOUNTS_BY_ORGANIZATION` | Search Discounts by Organization | Tool to search and list discounts by organization ID. Use when you need to retrieve discount codes for a specific event within an organization. Returns paginated results with discount details. |
| `EVENTBRITE_SET_STRUCTURED_CONTENT` | Set Structured Content | Tool to set structured content for an Eventbrite event by version. Encapsulates both create and update operations. Use when you need to define the content layout for an event listing page with modules and widgets. |
| `EVENTBRITE_UNPUBLISH_EVENT` | Unpublish Event | Tool to unpublish an Eventbrite event. Use when you need to remove an event from public view while keeping it in the system. The event can be republished later if needed. |
| `EVENTBRITE_UPDATE_ACCESS_CODE` | Update Access Code | Tool to update an existing access code for an Eventbrite event. Use when you need to modify access code details like the code string, ticket IDs, quantity, or validity dates. |
| `EVENTBRITE_UPDATE_ASSORTMENT` | Update Organization Assortment | Tool to update the assortment plan for a specific organization. Use when you need to change the plan type associated with an organization. |
| `EVENTBRITE_UPDATE_CAPACITY_TIER` | Update Capacity Tier | Tool to update the capacity tier for an Eventbrite event. Use when you need to modify the total capacity or other capacity tier settings for an event. Supports partial updates and GA capacity hold inventory tiers. |
| `EVENTBRITE_UPDATE_DEFAULT_QUESTION` | Update Default Question | Tool to update a default (canned) question for an Eventbrite event. Use when you need to modify properties of default attendee information fields like making them required or optional. |
| `EVENTBRITE_UPDATE_DISCOUNT` | Update Discount | Tool to update a discount by its ID in Eventbrite. Use when you need to modify discount details such as code, amount, percentage, validity period, or ticket class associations. |
| `EVENTBRITE_UPDATE_DISPLAY_SETTINGS` | Update Display Settings | Tool to update display settings for a specific Eventbrite event. Use when you need to configure what information is visible on an event page. |
| `EVENTBRITE_UPDATE_EVENT` | Update Event | Tool to update an Eventbrite event by ID. Use when you need to modify event details like name, description, dates, capacity, or other settings. For series parent events, updates to certain fields will propagate to all occurrences in the series. |
| `EVENTBRITE_UPDATE_INVENTORY_TIER` | Update Inventory Tier | Tool to update an existing Inventory Tier by ID for an Event. Use when you need to modify inventory tier settings such as name, quantity, tier level, color, or capacity settings. Supports partial updates. |
| `EVENTBRITE_UPDATE_ORGANIZER` | Update Organizer | Tool to update an Eventbrite organizer by ID. Use when you need to modify organizer details like name, description, logo, or marketing preferences. |
| `EVENTBRITE_UPDATE_TICKET_BUYER_SETTINGS` | Update Ticket Buyer Settings | Tool to update ticket buyer settings for an Eventbrite event. Use when you need to configure post-purchase redirect URL, survey/registration form name, survey time limit, or specify who should fill out the survey (each attendee or just the ticket buyer). |
| `EVENTBRITE_UPDATE_TICKET_CLASS` | Update Ticket Class | Tool to update a ticket class for an Eventbrite event. Use when you need to modify ticket class details like name, description, cost, quantity, or free status. |
| `EVENTBRITE_UPDATE_TICKET_GROUP` | Update Ticket Group | Tool to update a ticket group by its ID in Eventbrite. Use when you need to modify ticket group details like name, status, or event ticket mappings. |
| `EVENTBRITE_UPDATE_VENUE` | Update Venue | Tool to update a venue's details by venue ID. Use when you need to modify venue information such as name, capacity, address, age restrictions, or location coordinates. |

## Supported Triggers

None listed.

## Installation and MCP Setup

### Path 1: SDK Installation

#### Path 1, Step 1: Install Composio

Install the Composio SDK
```python
pip install composio_openai
```

```typescript
npm install @composio/openai
```

#### Path 1, Step 2: Initialize Composio and Create Tool Router Session

Import and initialize Composio client, then create a Tool Router session
```python
from openai import OpenAI
from composio import Composio
from composio_openai import OpenAIResponsesProvider

composio = Composio(provider=OpenAIResponsesProvider())
openai = OpenAI()
session = composio.create(user_id='your-user-id')
```

```typescript
import OpenAI from 'openai';
import { Composio } from '@composio/core';
import { OpenAIResponsesProvider } from '@composio/openai';

const composio = new Composio({
  provider: new OpenAIResponsesProvider(),
});
const openai = new OpenAI({});
const session = await composio.create('your-user-id');
```

#### Path 1, Step 3: Execute Eventbrite Tools via Tool Router with Your Agent

Get tools from Tool Router session and execute Eventbrite actions with your Agent
```python
tools = session.tools
response = openai.responses.create(
  model='gpt-4.1',
  tools=tools,
  input=[{
    'role': 'user',
    'content': 'Show me all available event categories on Eventbrite.'
  }]
)
result = composio.provider.handle_tool_calls(
  response=response,
  user_id='your-user-id'
)
print(result)
```

```typescript
const tools = session.tools;
const response = await openai.responses.create({
  model: 'gpt-4.1',
  tools: tools,
  input: [{
    role: 'user',
    content: 'Show me all available event categories on Eventbrite.'
  }],
});
const result = await composio.provider.handleToolCalls(
  'your-user-id',
  response.output
);
console.log(result);
```

### Path 2: MCP Server Setup

#### Path 2, Step 1: Install Composio

Install the Composio SDK and Claude Agent SDK
```python
pip install composio claude-agent-sdk
```

```typescript
npm install @composio/core ai @ai-sdk/openai @ai-sdk/mcp
```

#### Path 2, Step 2: Create Tool Router Session

Initialize the Composio client and create a Tool Router session
```python
from composio import Composio
from claude_agent_sdk import ClaudeSDKClient, ClaudeAgentOptions

composio = Composio(api_key='your-composio-api-key')
session = composio.create(user_id='your-user-id')
url = session.mcp.url
```

```typescript
import { Composio } from '@composio/core';

const composio = new Composio({ apiKey: 'your-api-key' });

console.log("Creating Tool Router session...");
const { mcp } = await composio.create('your-user-id');
console.log(`Tool Router session created: ${mcp.url}`);
```

#### Path 2, Step 3: Connect to AI Agent

Use the MCP server with your AI agent
```python
import asyncio

options = ClaudeAgentOptions(
    permission_mode='bypassPermissions',
    mcp_servers={
        'tool_router': {
            'type': 'http',
            'url': url,
            'headers': {
                'x-api-key': 'your-composio-api-key'
            }
        }
    },
    system_prompt='You are a helpful assistant with access to Eventbrite tools.',
    max_turns=10
)

async def main():
    async with ClaudeSDKClient(options=options) as client:
        await client.query('List available event categories for San Francisco')
        async for message in client.receive_response():
            if hasattr(message, 'content'):
                for block in message.content:
                    if hasattr(block, 'text'):
                        print(block.text)

asyncio.run(main())
```

```typescript
import { openai } from '@ai-sdk/openai';
import { experimental_createMCPClient as createMCPClient } from '@ai-sdk/mcp';
import { generateText, stepCountIs } from 'ai';

const client = await createMCPClient({
  transport: {
    type: 'http',
    url: mcp.url,
    headers: { 'x-api-key': 'your-composio-api-key' }
  }
});

const tools = await client.tools();

const { text } = await generateText({
  model: openai('gpt-4o'),
  tools,
  messages: [{ role: 'user', content: 'List available event categories for San Francisco' }],
  stopWhen: stepCountIs(5)
});

console.log(`Agent: ${text}`);
```

## Why Use Composio?

### 1. AI Native Eventbrite Integration

- Supports both Eventbrite MCP and direct API based integrations
- Structured, LLM-friendly schemas for reliable tool execution
- Rich coverage for reading, writing, and querying your Eventbrite data

### 2. Managed Auth

- Built-in OAuth handling with automatic token refresh and rotation
- Central place to manage, scope, and revoke Eventbrite access
- Per user and per environment credentials instead of hard-coded keys

### 3. Agent Optimized Design

- Tools are tuned using real error and success rates to improve reliability over time
- Comprehensive execution logs so you always know what ran, when, and on whose behalf

### 4. Enterprise Grade Security

- Fine-grained RBAC so you control which agents and users can access Eventbrite
- Scoped, least privilege access to Eventbrite resources
- Full audit trail of agent actions to support review and compliance

## Use Eventbrite with any AI Agent Framework

Choose a framework you want to connect Eventbrite with:

- [OpenAI Agents SDK](https://composio.dev/toolkits/eventbrite/framework/open-ai-agents-sdk)
- [Claude Agent SDK](https://composio.dev/toolkits/eventbrite/framework/claude-agents-sdk)
- [Claude Code](https://composio.dev/toolkits/eventbrite/framework/claude-code)
- [Claude Cowork](https://composio.dev/toolkits/eventbrite/framework/claude-cowork)
- [Codex](https://composio.dev/toolkits/eventbrite/framework/codex)
- [OpenClaw](https://composio.dev/toolkits/eventbrite/framework/openclaw)
- [Hermes](https://composio.dev/toolkits/eventbrite/framework/hermes-agent)
- [Google ADK](https://composio.dev/toolkits/eventbrite/framework/google-adk)
- [LangChain](https://composio.dev/toolkits/eventbrite/framework/langchain)
- [Vercel AI SDK](https://composio.dev/toolkits/eventbrite/framework/ai-sdk)
- [Mastra AI](https://composio.dev/toolkits/eventbrite/framework/mastra-ai)
- [LlamaIndex](https://composio.dev/toolkits/eventbrite/framework/llama-index)
- [CrewAI](https://composio.dev/toolkits/eventbrite/framework/crew-ai)
- [Pydantic AI](https://composio.dev/toolkits/eventbrite/framework/pydantic-ai)
- [AutoGen](https://composio.dev/toolkits/eventbrite/framework/autogen)

## Related Toolkits

- [Reddit](https://composio.dev/toolkits/reddit) - Reddit is a social news platform with thriving user-driven communities (subreddits). It's the go-to place for discussion, content sharing, and viral marketing.
- [Facebook](https://composio.dev/toolkits/facebook) - Facebook is a social media and advertising platform for businesses and creators. It helps you connect, share, and manage content across your public Facebook Pages.
- [Linkedin](https://composio.dev/toolkits/linkedin) - LinkedIn is a professional networking platform for connecting, sharing content, and engaging with business opportunities. It's the go-to place for building your professional brand and unlocking new career connections.
- [Active campaign](https://composio.dev/toolkits/active_campaign) - ActiveCampaign is a marketing automation and CRM platform for managing email campaigns, sales pipelines, and customer segmentation. It helps businesses engage customers and drive growth through smart automation and targeted outreach.
- [ActiveTrail](https://composio.dev/toolkits/active_trail) - ActiveTrail is a user-friendly email marketing and automation platform. It helps you reach subscribers and automate campaigns with ease.
- [Ahrefs](https://composio.dev/toolkits/ahrefs) - Ahrefs is an SEO and marketing platform for site audits, keyword research, and competitor insights. It helps you improve search rankings and drive organic traffic.
- [Amcards](https://composio.dev/toolkits/amcards) - AMCards lets you create and mail personalized greeting cards online. Build stronger customer relationships with easy, automated card campaigns.
- [Beamer](https://composio.dev/toolkits/beamer) - Beamer is a news and changelog platform for in-app announcements and feature updates. It helps companies boost user engagement by sharing news where users are most active.
- [Benchmark email](https://composio.dev/toolkits/benchmark_email) - Benchmark Email is a platform for creating, sending, and tracking email campaigns. It's built to help you engage audiences and analyze results—all in one place.
- [Bigmailer](https://composio.dev/toolkits/bigmailer) - BigMailer is an email marketing platform for managing multiple brands with white-labeling and automation. It helps teams streamline campaigns and simplify integration with Amazon SES.
- [Brandfetch](https://composio.dev/toolkits/brandfetch) - Brandfetch is an API that delivers company logos, colors, and visual branding assets. It helps marketers and developers keep brand visuals consistent everywhere.
- [Brevo](https://composio.dev/toolkits/brevo) - Brevo is an all-in-one email and SMS marketing platform for transactional messaging, automation, and CRM. It helps businesses engage customers and streamline communications through powerful campaign tools.
- [Campayn](https://composio.dev/toolkits/campayn) - Campayn is an email marketing platform for creating, sending, and managing campaigns. It helps businesses engage contacts and grow audiences with easy-to-use tools.
- [Cardly](https://composio.dev/toolkits/cardly) - Cardly is a platform for creating and sending personalized direct mail to customers. It helps businesses break through the digital clutter by getting real engagement via physical mailboxes.
- [ClickSend](https://composio.dev/toolkits/clicksend) - ClickSend is a cloud-based SMS and email marketing platform for businesses. It streamlines communication by enabling quick message delivery and contact management.
- [Crustdata](https://composio.dev/toolkits/crustdata) - CrustData is an AI-powered data intelligence platform for real-time company and people data. It helps B2B sales teams, AI SDRs, and investors react to live business signals.
- [Curated](https://composio.dev/toolkits/curated) - Curated is a platform for collecting, curating, and publishing newsletters. It streamlines content aggregation and distribution for creators and teams.
- [Customerio](https://composio.dev/toolkits/customerio) - Customer.io is a customer engagement platform for targeted messaging across email, SMS, and push. Easily automate, segment, and track communications with your audience.
- [Cutt ly](https://composio.dev/toolkits/cutt_ly) - Cutt.ly is a URL shortening service for managing and analyzing links. Streamline your workflows with quick, trackable, and branded short URLs.
- [Demio](https://composio.dev/toolkits/demio) - Demio is webinar software built for marketers, offering both live and automated sessions with interactive features. It helps teams engage audiences and optimize lead generation through detailed analytics.

## Frequently Asked Questions

### Do I need my own developer credentials to use Eventbrite with Composio?

No, you can get started immediately using Composio's built-in Eventbrite app. For production, we recommend configuring your own OAuth credentials.

### Can I use multiple toolkits together?

Yes! Composio's Tool Router enables agents to use multiple toolkits. [Learn more](https://docs.composio.dev/tool-router/overview).

### Is Composio secure?

Composio is SOC 2 and ISO 27001 compliant with all data encrypted in transit and at rest. [Learn more](https://trust.composio.dev).

### What if the API changes?

Composio maintains and updates all toolkit integrations automatically, so your agents always work with the latest API versions.

---
[See all toolkits](https://composio.dev/toolkits) · [Composio docs](https://docs.composio.dev/llms.txt)
