Eventbrite MCP server — tickets, orders, organizer data, and public event discovery for Claude
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Documented (README)
git clone https://github.com/chrischall/eventbrite-mcp{
"mcpServers": {
"eventbrite-mcp": {
"command": "node",
"args": ["/path/to/eventbrite-mcp/dist/index.js"]
}
}
}Resumen de MCP Servers
# eventbrite-mcp
> This project was developed and is maintained by AI (Claude Code). Use at your own discretion.
MCP server for [Eventbrite](https://www.eventbrite.com): your tickets and
orders, organizer data (events, attendees, orders), any public event by id,
and public event **search** — which Eventbrite removed from its documented
API in 2019 and now only exists on the consumer site.
Two data paths, matched to how Eventbrite is reachable:
- **Documented API** (`eventbriteapi.com/v3`) — plain server-side HTTPS with a
personal OAuth token (`EVENTBRITE_TOKEN`, free: [create one](https://www.eventbrite.com/platform/api-keys)).
Powers the account, organizer, event-by-id, and reference tools.
- **Consumer discovery API** (`www.eventbrite.com/api/v3/destination/…`) — the
site WAF-blocks server-side clients, so search routes through your own
signed-in eventbrite.com browser tab via the
[fetchproxy](https://github.com/chrischall/fetchproxy) bridge (Transporter
extension), reusing your authenticated session. Powers `eb_search_events`,
`eb_resolve_place`, `eb_event_details`, `eb_healthcheck`.
All tools are read-only.
## Setup
```sh
npm install -g @chrischall/eventbrite-mcp
```
Claude Code (`.mcp.json`):
```json
{
"mcpServers": {
"eventbrite": {
"command": "eventbrite-mcp",
"env": { "EVENTBRITE_TOKEN": "your-private-token" }
}
}
}
```
- Without `EVENTBRITE_TOKEN` the server still boots; account tools error
helpfully on first use, and discovery tools work regardless.
- For discovery tools: install the Transporter extension, keep an
eventbrite.com tab open, and approve the one-time pair prompt (the prompt
covers the `csrftoken` cookie read the search POST needs). Run
`eb_healthcheck` to verify the hop.
## Tools
| Tool | Path | Notes |
| --- | --- | --- |
| `eb_me` | token | your profile |
| `eb_my_orders` | token | your tickets, event expanded |
| `eb_my_organizations` | token | organizer orgs |
| `eb_org_events` / `eb_org_attendees` / `eb_org_orders` | token | organizer data |
| `eb_org_venues` / `eb_org_discounts` / `eb_org_ticket_groups` / `eb_org_webhooks` | token | org-scoped collections |
| `eb_org_report` | token | sales / attendees analytics, date-windowed |
| `eb_event` / `eb_event_description` | token | any public event by id |
| `eb_ticket_classes` / `eb_ticket_class` | token | an event's ticket types |
| `eb_event_attendees` / `eb_event_attendee` | token | per-event attendees (`changed_since` polls incrementally) |
| `eb_event_orders` | token | per-event orders |
| `eb_event_questions` | token | registration questions (`canned: true` for the standard bank) |
| `eb_order` | token | a single order by id |
| `eb_venue` / `eb_venue_events` | token | venue detail and its events |
| `eb_organizer` / `eb_organizer_events` | token | organizer profile and everything they run |
| `eb_series_events` | token | occurrences of a recurring series |
| `eb_user` | token | a public user profile |
| `eb_reference` | token | categories / subcategories / formats / timezones / countries / regions |
| `eb_resolve_place` | token | location → place id (`Charlotte, NC` → `85981333`), plus browse shelves |
| `eb_search_events` | token | the consumer search; `compact: true` for slim results, `aggs` for facets |
| `eb_event_details` | token | batch event detail |
| `eb_healthcheck` | bridge | bridge diagnostics (stdio only; the bridge is a fallback route) |
Search flow: `eb_resolve_place {location: "Charlotte, NC"}` →
`eb_search_events {q: "blues", place_id: "85981333", compact: true}`.
`eb_resolve_place` also accepts a raw slug (`nc--charlotte`). A bare city with
no state or country is rejected rather than guessed.
## Development
```sh
npm install
npm test # node suite
npm run build # tsc + esbuild bundle
```
API shape notes (captured + verified): `docs/EVENTBRITE-API.md`. A
shell-level access skill (curl + fpx, no server needed) ships in
`skills/eventbrite/`.
Lo que la gente pregunta sobre eventbrite-mcp
¿Qué es chrischall/eventbrite-mcp?
+
chrischall/eventbrite-mcp es mcp servers para el ecosistema de Claude AI. Eventbrite MCP server — tickets, orders, organizer data, and public event discovery for Claude Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-10.
¿Cómo se instala eventbrite-mcp?
+
Puedes instalar eventbrite-mcp clonando el repositorio (https://github.com/chrischall/eventbrite-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar chrischall/eventbrite-mcp?
+
Nuestro agente de seguridad ha analizado chrischall/eventbrite-mcp y le ha asignado un Trust Score de 87/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene chrischall/eventbrite-mcp?
+
chrischall/eventbrite-mcp es mantenido por chrischall. La última actividad registrada en GitHub es del 2026-09-10, con 0 issues abiertos.
¿Hay alternativas a eventbrite-mcp?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega eventbrite-mcp en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/chrischall-eventbrite-mcp)<a href="https://claudewave.com/repo/chrischall-eventbrite-mcp"><img src="https://claudewave.com/api/badge/chrischall-eventbrite-mcp" alt="Featured on ClaudeWave: chrischall/eventbrite-mcp" width="320" height="64" /></a>Más MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
The fastest path to AI-powered full stack observability, even for lean teams.
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!