Eventbrite MCP ServerServer

ibraheem4
GitHub
Event ManagementAPI IntegrationAI Tools

Loading subscription status...

💡 Description

This is a Model Context Protocol (MCP) server that provides tools to integrate with the Eventbrite API. It allows AI assistants to search for events, retrieve event details, access venue information, and list event categories.

📝 JSON Entries

{
  "mcpServers": [
    {
      "eventbrite": {
        "env": {
          "EVENTBRITE_API_KEY": "your-eventbrite-api-key"
        },
        "args": [
          "-y",
          "@ibraheem4/eventbrite-mcp"
        ],
        "command": "npx"
      }
    }
  ]
}

🛠️ Tools

search_eventsget_eventget_categoriesget_venue

Features

  • Search for events based on various criteria (location, date, category, etc.)
  • Retrieve detailed information about specific events
  • Access venue information
  • Get a list of event categories

💬 Example Queries

  • Search for music events in New York this coming weekend
  • Get details for Eventbrite event with ID 123456789
  • What categories of events are available on Eventbrite?
  • Tell me about the venue with ID 987654321