← Back to Plugins
MCP Server MCP

io.github.chrischall/accessoticketing-mcp

github By github 👁 1 views ▲ 0 votes

Read accesso mobile ticket links: orders, admissions, barcodes and Google Wallet passes.

Homepage Verified source GitHub

Install

npx -y @chrischall/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@chrischall/accessoticketing-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional default accesso ticket link from an order-confirmation email.",
          "isSecret": true,
          "name": "ACCESSO_TICKET_URL"
        },
        {
          "description": "Optional directory for saved barcode images.",
          "name": "ACCESSO_OUTPUT_DIR"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...