Skip to main content
Glama
chrischall

accessoticketing-mcp

by chrischall

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ACCESSO_OUTPUT_DIRNoWhere accesso_save_barcodes writes PNGs. Defaults to cwd.
ACCESSO_TICKET_URLNoDefault ticket link, used when a tool is called without url. Optional — just saves passing url on every call. The server starts fine without it and reports the missing link on first use.
ACCESSO_NO_FILE_OUTPUTNoSet to '1' where the filesystem isn't the user's (a hosted deployment) so barcodes return inline.0

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
accesso_get_orderA

Read an accesso ticket link: the order number and every admission on it — product, participant, date, start time, barcode text, and the merchant instructions. Covers any accesso-powered venue (theme parks, camps, festivals). Needs no login; the emailed link is the credential.

accesso_get_ticketA

One admission from an accesso order in full detail, including the merchant instructions and (on request) the terms. Identify it by its index from accesso_get_order.

accesso_save_barcodesA

Save the scannable barcode images from an accesso order. Writes PNGs and returns their paths; set inline to receive the images directly instead (which is the only useful mode when this server runs remotely, since its filesystem is not the user's).

accesso_get_wallet_passesA

Google Wallet save links for the tickets on an accesso order. Open one on a phone to add that ticket to Google Wallet. Not every merchant enables passes.

accesso_resolve_linkA

Turn an order-confirmation email's click-tracking link into the direct accesso ticket URL it wraps. Use when a link is not already an accessoticketing.com address.

accesso_healthcheckA

Check that this server can reach accesso and whether a default ticket link is configured.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/chrischall/accessoticketing-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server