This MCP server implementation provides tools for interacting with Eventbrite's API, enabling AI assistants to search for events, retrieve event details, get venue information, and access event categories. Developed by Ibraheem Abdul-Malik, it offers a streamlined interface for integrating Eventbrite functionality into MCP-based applications. The server is particularly useful for use cases involving event discovery, planning, and analysis.
Search for Eventbrite events based on various criteria. Parameters: query (string, optional), location (object, optional), categories (array of strings, optional), start_date (string, optional), end_date (string, optional), price (string, optional), page (number, optional), page_size (number, optional)
Get detailed information about a specific Eventbrite event. Parameters: event_id (string, required)
Get a list of Eventbrite event categories. No parameters required.
Get information about a specific Eventbrite venue. Parameters: venue_id (string, required)
No reviews yet. Be the first to review!
Sign in to join the conversation