← Back to Plugins
MCP Server MCP

io.github.wmarceau/ticket-discovery

github By github 👁 1 views ▲ 0 votes

Search and compare concert ticket prices across platforms

Homepage Verified source GitHub

Install

uvx ticket-discovery-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "ticket-discovery-mcp",
      "version": "1.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Ticketmaster Discovery API key (free at developer.ticketmaster.com)",
          "name": "TICKETMASTER_API_KEY"
        },
        {
          "description": "SeatGeek API client ID (free at seatgeek.com/account/develop)",
          "name": "SEATGEEK_CLIENT_ID"
        },
        {
          "description": "SeatGeek API client secret (optional)",
          "name": "SEATGEEK_CLIENT_SECRET"
        },
        {
          "description": "SeatGeek affiliate ID for commission tracking (optional)",
          "name": "SEATGEEK_AFFILIATE_ID"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...