MCP.so
ログイン

MCP Server for Ticketmaster

@MCP-Mirror

MCP Server for Ticketmaster について

Mirror of

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

MCP-Mirror

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

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

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

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.

コメント

「その他」の他のコンテンツ