Ticketmaster

Ticketmaster

Search for events, venues, and attractions through the Ticketmaster Discovery API

23
Stars
13
Forks
0
Releases

Overview

This MCP server provides tools to discover events, venues, and attractions through the Ticketmaster Discovery API. It supports flexible filtering across events, venues, and attractions including keyword search, date ranges for events, and location-based queries (city, state, country). It also supports venue-specific and attraction-specific searches and event classifications. Output can be returned as structured JSON for programmatic use or as human-readable text for direct consumption. The returned data is comprehensive, including names and IDs, event dates/times, price ranges, URLs, images, as well as venue locations/addresses and attraction classifications. The server exposes the search_ticketmaster tool, which requires a type parameter (event, venue, or attraction) and optional filters such as keyword, startDate, endDate, city, stateCode, countryCode, venueId, attractionId, and classificationName. It can be installed via Smithery or manually, and requires a Ticketmaster API key configured in the MCP settings (TICKETMASTER_API_KEY). Examples in the README show both structured JSON and text outputs. This makes it suitable for developers building MCP-based workflows or AI assistants that need to fetch and present Ticketmaster data.

Details

Owner
delorenj
Language
TypeScript
License
MIT License
Updated
2025-12-07

Features

Flexible cross-entity search

Search events, venues, and attractions with keywords, date ranges, and location filters, plus venue- and attraction-specific searches and event classifications.

Rich output formats

Returns results in structured JSON for programmatic use as well as human-readable text for direct consumption.

Comprehensive data payload

Includes names and IDs, event dates/times, price ranges, URLs, images, venue locations/addresses, and attraction classifications.

API-type based access

The search_ticketmaster tool accepts type values 'event', 'venue', or 'attraction' to scope results.

API key protection

Requires a Ticketmaster API key configured in MCP settings (TICKETMASTER_API_KEY).

Easy installation options

Install via Smithery for Claude Desktop or manually via npm for quick deployment.

Parameter-driven queries

Queries are driven by required 'type' and optional filters like keyword, startDate, endDate, city, stateCode, countryCode, venueId, attractionId, and classificationName.

Audience

DevelopersIntegrate Ticketmaster event/venue/attraction discovery into MCP-based applications and workflows.
AI assistants / chat agentsEnable MCP-based assistants (e.g., Claude) to fetch and present event data in structured or readable text.

Tags

TicketmasterEventsVenuesAttractionsDiscovery APISearchMCP serverJSONText outputAPI key