Ticketmaster

Ticketmaster

Ticketmaster provides APIs for event discovery, inventory management, and ticketing solutions.

6VIEWS
2816USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app ticketmasternpx @composio/cli add cursor --app ticketmasternpx @composio/cli add cursor --app ticketmasternpx @composio/cli add cursor --app ticketmaster

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Get Attraction Details

Tool to retrieve detailed information about a specific attraction by id. use when you have an attraction id and need full details.

Get Ticketmaster Attractions

Tool to retrieve a list of attractions. use when you need to search for artists, teams, or performers by various criteria such as keyword, classification, or country.

Get Classification Details

Tool to retrieve detailed information about a specific classification. use after obtaining a classification id.

Get Classifications

Tool to retrieve all event classifications. use when categorizing events before searching.

Get Event Details

Tool to retrieve detailed information about a specific event by id. use when you have an event's unique identifier and need its full details.

Get Events

Tool to retrieve a list of events matching specified filters. use when you need to search events by keyword, location, date range, or classification.

Get Genre Details

Tool to retrieve detailed information about a specific genre. use when you need metadata for a single genre before filtering events by genre.

Get Segment Details

Tool to retrieve detailed information about a specific segment. use after obtaining a segment id.

Get Subgenre Details

Tool to retrieve detailed information about a specific subgenre. use when you have a subgenre id and need its details.

Get Suggestions

Tool to retrieve auto-complete suggestions for search queries. use when you have a partial keyword and want to get matching attractions, venues, or events.

Get Venue Details

Tool to retrieve detailed information about a specific venue by id. use when you have a venue's unique identifier and need its full details.

Get Venues

Tool to retrieve a list of venues based on specified criteria. use when you need venue details by name, location, or id.

12 actions available