# Eventbrite (verified)

Eventbrite enables organizers to plan, promote, and manage events, selling tickets and providing attendee tools for conferences, concerts, and gatherings

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add eventbrite

# Browse available tools
npx -y @smithery/cli@latest tool list eventbrite

# Get full schema for a tool
npx -y @smithery/cli@latest tool get eventbrite EVENTBRITE_GET_EVENT_CATEGORIES

# Call a tool
npx -y @smithery/cli@latest tool call eventbrite EVENTBRITE_GET_EVENT_CATEGORIES '{}'
```

## Direct MCP Connection

Endpoint: `https://eventbrite.run.tools`

## Tools (3)

- `EVENTBRITE_GET_EVENT_CATEGORIES` — Tool to retrieve event categories. Use when selecting a category for an event. Localizes results via optional locale pa…
- `EVENTBRITE_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` — Tool to list all event subcategories. Use when fetching available subcategory options, optionally filtered by locale af…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get eventbrite <tool-name>
```
