Labsco
delorenj logo

Ticketmaster

β˜… 24

from delorenj

Discover events, venues, and attractions using the Ticketmaster Discovery API.

πŸ”₯πŸ”₯πŸ”₯βœ“ VerifiedAccount requiredAdvanced setup

MCP Server for Ticketmaster

smithery badge

A Model Context Protocol server that provides tools for discovering events, venues, and attractions through the Ticketmaster Discovery API.

<a href="https://glama.ai/mcp/servers/u91gv8f3on"><img width="380" height="200" src="https://glama.ai/mcp/servers/u91gv8f3on/badge" alt="Server for Ticketmaster Events MCP server" /></a>

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)

Development

  1. Clone the repository
  2. Copy the example environment file:
    cp .env.example .env
  3. Add your Ticketmaster API key to .env
  4. Install dependencies:
    npm install
  5. Build the project:
    npm run build
  6. Test with the inspector:
    npm run inspector