Query Ticketmaster Events and Venues
Connect to the Ticketmaster API to search and retrieve event, venue, and attraction data with flexible filtering and multiple output formats.
Why it matters
Access and query the Ticketmaster Discovery API to retrieve detailed information about events, venues, and attractions. This asset enables flexible searching with various filtering options and provides structured data for programmatic use.
Outcomes
What it gets done
Search for events, venues, and attractions using keywords and classifications.
Filter search results by date range, location, and specific IDs.
Retrieve comprehensive event details including names, dates, prices, and URLs.
Output search results in both structured JSON and human-readable text formats.
Install
Add it to your toolbox
Capabilities
Tools your agent gets
Overview
What this is, in full
What it does
A Model Context Protocol server that provides tools for searching events, venues, and attractions through the Ticketmaster Discovery API with flexible filtering and various output formats.
Installation
Smithery
npx -y @smithery/cli install mcp-server-ticketmaster --client claude
Manual Installation
npx -y install @delorenj/mcp-server-ticketmaster
Configuration
MCP Settings
{
"mcpServers": {
"ticketmaster": {
"command": "npx",
"args": ["-y", "@delorenj/mcp-server-ticketmaster"],
"env": {
"TICKETMASTER_API_KEY": "your-api-key-here"
}
}
}
}
Available Tools
| Tool | Description |
|---|---|
search_ticketmaster |
Search for events, venues, and attractions with flexible filtering options, including keyword search... |
Features
- Search events, venues, and attractions with flexible filtering
- Keyword search capabilities
- Date range filtering for events
- Location-based search (city, state, country)
- Search by specific venues and attractions
- Event classification/category filtering
- Structured JSON data output for programmatic use
- Human-readable text output for direct consumption
- Comprehensive data including names, IDs, dates, times, price ranges, URLs, images, locations, addresses, and classifications
Environment Variables
Required
TICKETMASTER_API_KEY- API key from the Ticketmaster Developer Portal for access to the Discovery API
Usage Examples
Search for concerts in New York during February 2025
Find events by keyword with date range filtering
Search for venues in specific cities
Look up attractions by classification
Notes
Requires a Ticketmaster API key from https://developer.ticketmaster.com/. The server supports both JSON and text output formats, with various optional parameters for refined searching, including venue IDs, attraction IDs, and classification names.
Trust
How it checks out
Reviews
What people say after installing
Discussion
Questions & comments · 0
Sign In Sign in to leave a comment.