# mcp-server-ticketmaster

> MCP Server

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.

## Overview

- **Category:** Developer Tools
- **Language:** TypeScript
- **Stars:** 25
- **Forks:** 3
- **Owner:** delorenj
- **GitHub:** https://github.com/delorenj/mcp-server-ticketmaster
- **Created:** 2025-01-17T23:33:45+00:00
- **Updated:** 2025-03-21T07:12:13+00:00
- **Source:** https://model-context-protocol.com/servers/ticketmaster-discovery-api-mcp-server

## Setup

## Setup

1.  Install the package: `npx -y install @delorenj/mcp-server-ticketmaster`
2.  Get a Ticketmaster API key from https://developer.ticketmaster.com/.
3.  Set the API key in your MCP settings file as shown in the example.

## Tools

## Available Tools

1. Search for events, venues, and attractions with flexible filtering. (Keyword, date range, location, venue/attraction-specific searches, event classifications/categories)
2. Output formats. (Structured JSON data and human-readable text)
3. Comprehensive data. (Names, IDs, dates, times, price ranges, URLs, images, locations, addresses, classifications)
4. `search_ticketmaster` tool. (Accepts type, keyword, startDate, endDate, city, stateCode, countryCode, venueId, attractionId, classificationName, and format parameters)
