Tickets MCP server
Agenda and ticketing for Toots Jazz Club, Brussels: browse concerts, check seats, reserve tickets.
Little public usage data yet
Reviews
Write oneNobody has reviewed Tickets yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Tickets tools (12)
write = sends, deletes, buys or postsget_availabilityFreeLive ticket availability for a concert, per session: the stock_id, category_id and price_id values that hold_tickets needs, with prices in euro cents and the maximum quantity per line.
get_booking_statusFreeCurrent status of a booking: awaiting_contact, awaiting_payment (with payment_url and amount left), paid or expired. A paid booking carries ticket_url — the one link to share with the buyer, which adapts to their device (wallet on a phone, PDF and choices elsewhere) — plus the explicit ticket_pdf_url and, when configured, apple_wallet_url / google_wallet_url.
get_eventFreeFull details of one concert: bio, line-up, other dates of the same run, prices and availability.
get_venue_infoFreeAddress, contact details and the venue's FAQ (house rules, practical questions). Use this to answer buyer questions about the club instead of guessing.
hold_ticketsFreeReserves tickets and returns a booking_uuid. The hold expires after 15 minutes if the order is not paid, releasing the seats. Only call this once the buyer has chosen; do not hold speculatively.
list_eventsFreeAll upcoming concerts with date, line-up, genres and a price/availability summary. Amounts are euro cents.
recover_ticketsFreeFor a buyer who lost their tickets: sends the ticket links of their past paid orders to their email address. The links go to the inbox only — the response never contains them — so the inbox is the proof of ownership. Tell the buyer to check their email (and spam folder).
redeem_gift_cardFreeApplies a Toots gift card code (given to you by the buyer) to a held booking, after set_contact. Uses as much of the card's balance as the order needs. Fully covered orders complete immediately (status paid); otherwise the response carries the payment_url for the balance.
redeem_passFreeApplies a Toots Pass code (given to you by the buyer; format XXX-XXXXXX-XXX) to a held booking, after set_contact. Covers as many tickets as the pass has concerts left. If the order is fully covered the booking completes immediately (status paid); otherwise the response carries the payment_url for the balance. The code is a venue credential, not a payment instrument.
release_bookingFreeGives an unpaid hold's seats back immediately, instead of letting them sit reserved until the 15-minute expiry. Call this when the buyer changes their mind. Paid bookings cannot be released.
set_contactFreeAttaches the buyer to a held booking and returns the payment_url. Give that URL to the human buyer: payment (card or Bancontact) happens in their browser, never through this API. The tickets will be emailed to the address given here.
wait_for_paymentFreeLike get_booking_status, but holds the request open (up to 25 seconds) and returns as soon as the booking is paid. Call it after handing the buyer the payment_url instead of polling in a loop; repeat while status is still awaiting_payment and the hold has time left.
Public scan report
scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 2745ms17/20
- Tool poisoning12 tool descriptions checked15/15
- Auth qualityopen endpoint, read-only tools10/15
- Maintenanceno repository listed3/15
- Maintainer identityverified namespace with website, no repo4/10
Findings (1)
- lowNo source repository listed
maint.no-repo
Install directly
claude mcp add --transport http tickets https://toots.brussels/mcp
Tickets: common questions
- Is Tickets MCP server safe?
- With care: it is graded C, so read the findings first (65/100). Read the Tickets safety report
- How do I install Tickets?
- It runs remotely at toots.brussels. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does Tickets need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Tickets maintained?
- The latest release is v1.0.0.
- Is Tickets up?
- 100% of our last 6 checks got an answer. We check remote servers about four times a day.