This MCP server for Ticketmaster, developed by Jarad DeLorenzo, provides a robust interface for AI assistants to interact with the Ticketmaster Discovery API. Built with TypeScript and leveraging the Model Context Protocol SDK, it offers tools for searching events, venues, and attractions with flexible filtering options. The implementation focuses on comprehensive data retrieval and formatting, making it easy for AI models to access detailed information about entertainment events. It's particularly useful for tasks like event planning, ticket purchasing assistance, or integrating live entertainment data into AI-driven systems, allowing assistants to query Ticketmaster's extensive database without requiring deep knowledge of the underlying API complexities.
Search for events, venues, or attractions based on various parameters. Required Parameter: type (string - 'event', 'venue', or 'attraction'). Optional Parameters: keyword (string), startDate (string in YYYY-MM-DD format), endDate (string in YYYY-MM-DD format), city (string), stateCode (string), countryCode (string), venueId (string), attractionId (string), classificationName (string), format (string - 'json' or 'text', defaults to 'json').
No reviews yet. Be the first to review!
Sign in to join the conversation
Start the server with node to access it via any client or IDE.
node path/to/downloaded/file.mjs