This repository provides an MCP server for accessing the Ticketmaster Discovery API, enabling users to search for events, venues, and attractions with flexible filtering options and structured output formats.
This is a Model Context Protocol (MCP) server designed to facilitate the discovery of events, venues, and attractions using the Ticketmaster Discovery API.
Install the server using:
npx -y install @delorenj/mcp-server-ticketmaster
Requires a Ticketmaster API key, obtainable from the Ticketmaster Developer portal. Configure the key in your MCP settings file under TICKETMASTER_API_KEY
.
The server provides a search_ticketmaster
tool with required type
parameter ('event', 'venue', or 'attraction') and optional parameters like keyword
, startDate
, endDate
, city
, stateCode
, countryCode
, venueId
, attractionId
, classificationName
, and format
('json' or 'text'). Examples are provided for both JSON and text outputs.
delorenj/mcp-server-ticketmaster
January 17, 2025
March 21, 2025
TypeScript