Eventbrite MCP Server

get_venue

Get information about a specific Eventbrite venue

Input Schema

NameRequiredDescriptionDefault
venue_idYesEventbrite venue ID

Input Schema (JSON Schema)

{ "properties": { "venue_id": { "description": "Eventbrite venue ID", "type": "string" } }, "required": [ "venue_id" ], "type": "object" }