MCP.so
Sign In

MCP Server for Ticketmaster

@MCP-Mirror

About MCP Server for Ticketmaster

Mirror of

Basic information

Category

Other

Transports

stdio

Publisher

MCP-Mirror

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "delorenj_mcp-server-ticketmaster": {
      "command": "npx",
      "args": [
        "-y",
        "install",
        "@delorenj/mcp-server-ticketmaster"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is MCP Server for Ticketmaster?

MCP Server for Ticketmaster is a Model Context Protocol server that provides tools for discovering events, venues, and attractions through the Ticketmaster Discovery API. It is designed for developers using MCP-enabled applications who need live event data.

How to use MCP Server for Ticketmaster?

Install via npx -y install @delorenj/mcp-server-ticketmaster and configure the TICKETMASTER_API_KEY environment variable in your MCP settings. Use the search_ticketmaster tool with the required type parameter (event, venue, or attraction) and optional filters for keyword, dates, location, and more.

Key features of MCP Server for Ticketmaster

  • Search events, venues, and attractions with flexible filters
  • Filter by keyword, date range, city, state, and country
  • Venue‑specific and attraction‑specific searches
  • Event classifications and categories (e.g., Sports, Music)
  • Output in JSON (default) or human‑readable text format

Use cases of MCP Server for Ticketmaster

  • Find upcoming concerts or sports events in a specific city
  • Look up venue details and addresses for event planning
  • Search attractions by keyword to discover tour destinations
  • Retrieve price ranges and dates for events in a given date range

FAQ from MCP Server for Ticketmaster

What do I need to use this server?

You need a Ticketmaster API key, which you can obtain for free by creating an account and app at https://developer.ticketmaster.com/. The key is set as the TICKETMASTER_API_KEY environment variable.

How do I install the server?

Run npx -y install @delorenj/mcp-server-ticketmaster in your MCP client environment. No additional installation steps are required beyond setting up the API key.

What parameters are required for the search tool?

The type parameter is required and must be 'event', 'venue', or 'attraction'. All other parameters (keyword, dates, city, etc.) are optional.

What output formats are available?

The default output is structured JSON, suitable for programmatic use. Setting the format parameter to 'text' returns human‑readable descriptions instead.

What data does the server return?

For events it returns names, IDs, dates, price ranges, URLs, and images. For venues it includes names, IDs, locations, and addresses. For attractions it provides names, IDs, classifications, and images.

Comments

More Other MCP servers