eventbrite-mcp
2
The Eventbrite MCP Server is a tool for interacting with the Eventbrite API, allowing AI systems to automate tasks like event searching, venue information retrieval, and accessing event categories. It supports configuration through environment variables and settings files.
Eventbrite MCP Server
This project is a Model Context Protocol (MCP) server for interacting with the Eventbrite API. It enables AI assistants to perform tasks such as searching for events, retrieving event details, gathering venue information, and obtaining a list of event categories.
Features
- Search for events by location, date, category, etc.
- Obtain detailed information about specific events
- Retrieve venue details
- Access a list of event categories
Configuration
- Obtain an Eventbrite API key from the Eventbrite Developer Portal.
- Setup the API key via
.env
file, environment variable, or MCP settings file.
Available Tools
search_events
: Search events by various criteria.get_event
: Get detailed information about a specific event.get_categories
: Get a list of event categories.get_venue
: Get details about a specific venue.