mcp-server-ticketmaster

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.

20
3

MCP Server for Ticketmaster

This is a Model Context Protocol (MCP) server designed to facilitate the discovery of events, venues, and attractions using the Ticketmaster Discovery API.

Features

  • Enables searching for events, venues, and attractions with flexible filtering options like keyword, date range, location (city, state, country), venue ID, attraction ID, and event classifications.
  • Supports output in structured JSON format for programmatic use and human-readable text for direct interpretation.
  • Provides comprehensive data including names, IDs, dates, times, price ranges, URLs, images, locations, addresses, and classifications.

Installation

Install the server using:

npx -y install @delorenj/mcp-server-ticketmaster

Configuration

Requires a Ticketmaster API key, obtainable from the Ticketmaster Developer portal. Configure the key in your MCP settings file under TICKETMASTER_API_KEY.

Usage

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.

Repository

DE
delorenj

delorenj/mcp-server-ticketmaster

Created

January 17, 2025

Updated

March 21, 2025

Language

TypeScript

Category

Developer Tools