What is A Model Context Protocol server that provides tools for discovering events, venues, and attractions through the Ticketmaster Discovery API.?
MCP Server for Ticketmaster provides tools for discovering events, venues, and attractions through the Ticketmaster Discovery API. It allows flexible filtering for searches, including keyword, date range, and location, and outputs structured JSON data as well as human-readable text.
Documentation
MCP Server for Ticketmaster
A Model Context Protocol server that provides tools for discovering events, venues, and attractions through the Ticketmaster Discovery API.
Features
Search for events, venues, and attractions with flexible filtering:
Keyword search
Date range for events
Location (city, state, country)
Venue-specific searches
Attraction-specific searches
Event classifications/categories
Output formats:
Structured JSON data for programmatic use
Human-readable text for direct consumption
Comprehensive data including:
Names and IDs
Dates and times (for events)
Price ranges (for events)
URLs
Images
Locations and addresses (for venues)
Classifications (for attractions)
Installation# Installing via Smithery
To install mcp-server-ticketmaster for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install mcp-server-ticketmaster --client claude
Manual Installation
npx -y install @delorenj/mcp-server-ticketmaster
Configuration
The server requires a Ticketmaster API key. You can get one by:
Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.