mcpbeat Sign in

Accessoticketing MCP Server

local only

Accessoticketing MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 237 installs a week from npm. Last commit 18 Sep 2026.

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

Installs per day peak 158 · avg 33 · +19% w/w
a month agotoday
237
Installs / week
npm · @chrischall/accessoticketing-mcp
0
Stars
0 open issues
18 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Accessoticketing MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add accessoticketing-mcp -- npx -y @chrischall/accessoticketing-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "accessoticketing-mcp": {
      "args": [
        "-y",
        "@chrischall/accessoticketing-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.accessoticketing-mcp]
command = "npx"
args = ["-y", "@chrischall/accessoticketing-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "accessoticketing-mcp": {
      "args": [
        "-y",
        "@chrischall/accessoticketing-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "accessoticketing-mcp": {
      "args": [
        "-y",
        "@chrischall/accessoticketing-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ACCESSO_TICKET_URL (Optional default accesso ticket link from an order-confirmation email.), ACCESSO_OUTPUT_DIR (Optional directory for saved barcode images.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Accessoticketing MCP

same job, measured the same way
Walletap
by ivangr1

Issue and manage Apple Wallet & Google Wallet passes from any AI assistant.

80 installs/wk local only
WalletWallet: Apple and Google Wallet passes
by walletwallet

Create, update, and revoke Apple Wallet and Google Wallet passes from any MCP client.

answering
PassNinja
by flomio

Issue and manage Apple Wallet & Google Wallet passes from any MCP-aware AI client.

local only
App Store & Google Play
by johnbilousov

Read-only access to App Store Connect and Google Play: apps, releases, and reviews.

51 installs/wk local only
Google Events
by johnisanerd

Google Events listings with dates, venues, and ticket links via a hosted MCP server.

answering
Google Tasks
by girmmy

Read/write Google Tasks: create, update, complete, delete, move tasks and lists, with due dates.

389 installs/wk local only
Google Drive
by mcparmory

Manage files, folders, permissions, and collaborative content in Google Drive

216 installs/wk local only
Google News Scraper — Real Publisher URLs, MCP-Ready
by paulovitorti

Scrapes Google News and returns the real publisher URLs, not redirect links.

answering

Accessoticketing MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Accessoticketing MCP?
Accessoticketing MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @chrischall/accessoticketing-mcp was installed 237 times last week.
How do I connect Accessoticketing MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @chrischall/accessoticketing-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Accessoticketing MCP?
The npm package @chrischall/accessoticketing-mcp was installed 237 times in the last week. Week over week that is +19%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Accessoticketing MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.