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.

评论

其他 分类下的更多 MCP 服务器