T
tickets
12 endpointsliveAgenda and ticketing for Toots Jazz Club, Brussels: browse concerts, check seats, reserve tickets. (MCP server brussels.toots/tickets, aggregated from the official registry)
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, and then use Cracked to show me what I can do for tickets.
| Endpoint | What it does | Price | Health |
|---|---|---|---|
| List upcoming concerts /list_events verified | All upcoming concerts with date, line-up, genres and a price/availability summary. Amounts are euro cents. | $0.0020 per call | unknown |
| Concert details /get_event verified | Full details of one concert: bio, line-up, other dates of the same run, prices and availability. | $0.0020 per call | unknown |
| Live seat availability /get_availability verified | Live 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 ma | $0.0020 per call | unknown |
| Venue information /get_venue_info verified | Address, contact details and the venue's FAQ (house rules, practical questions). Use this to answer buyer questions about the club instead of guessing. | $0.0020 per call | unknown |
| Reserve tickets /hold_tickets verified | Reserves 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 | $0.0020 per call | unknown |
| Attach the buyer /set_contact verified | Attaches 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 | $0.0020 per call | unknown |
| Pay with a Toots Pass /redeem_pass verified | Applies 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 concer | $0.0020 per call | unknown |
| Pay with a gift card /redeem_gift_card verified | Applies 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 co | $0.0020 per call | unknown |
| Release a hold /release_booking verified | Gives 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. Pai | $0.0020 per call | unknown |
| Wait for the payment /wait_for_payment verified | Like 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_u | $0.0020 per call | unknown |
| Booking status /get_booking_status verified | Current 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 | $0.0020 per call | unknown |
| Re-send tickets by email /recover_tickets verified | For 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 | $0.0020 per call | unknown |