← Registry

eCommerce

toots.brussels

Provides concert event listings, venue information, ticket availability, and ticket reservation functionality.

1 endpoint12 known toolsFirst detected August 30, 2026Last detected August 30, 2026

ENDPOINT 1

https://toots.brussels/mcp

No auth detected

MCP server metadata

Name
toots-tickets
Version
1.0.0
Capabilities
toolsresources
Server instructions

Ticketing for Toots, the jazz club in Brussels. The purchase flow is: 1. list_events / get_event to find a concert, get_availability for its live seats and prices (amounts are euro cents). 2. hold_tickets reserves seats and returns a booking_uuid. The hold expires after 15 minutes; only hold tickets a buyer actually asked for, and release_booking gives the seats back early if the buyer changes their mind. 3. set_contact attaches the buyer (name + email required) and returns a payment_url. 4. Card payment is never handled here: give the payment_url to the human buyer, who pays in their own browser (card or Bancontact). Never ask for card details. If the buyer has a Toots Pass or gift card code, redeem_pass / redeem_gift_card apply it — a fully covered order completes without any payment step. 5. get_booking_status tells you when the order is paid. Share its ticket_url with the buyer — that one link adapts to their device (wallet pass on a phone, PDF elsewhere). The tickets are also emailed to the buyer.

Known tools 12

list_events

All upcoming concerts with date, line-up, genres and a price/availability summary.

Inferred read-only
get_event

Full details of one concert: bio, line-up, other dates of the same run, prices and availability.

Inferred read-only
get_availability

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 maximum quantity per line.

Inferred read-only
get_venue_info

Address, contact details and the venue's FAQ (house rules, practical questions).

Inferred read-only
hold_tickets

Reserves tickets and returns a booking_uuid.

Inferred read-only
set_contact

Attaches the buyer to a held booking and returns the payment_url.

Inferred read-only
redeem_pass

Applies a Toots Pass code (given to you by the buyer; format XXX-XXXXXX-XXX) to a held booking, after set_contact.

Inferred read-only
redeem_gift_card

Applies a Toots gift card code (given to you by the buyer) to a held booking, after set_contact.

Inferred read-only
release_booking

Gives an unpaid hold's seats back immediately, instead of letting them sit reserved until the 15-minute expiry.

Inferred read-only
wait_for_payment

Like get_booking_status, but holds the request open (up to 25 seconds) and returns as soon as the booking is paid.

Inferred read-only
get_booking_status

Current status of a booking: awaiting_contact, awaiting_payment (with payment_url and amount left), paid or expired.

Inferred read-only
recover_tickets

For a buyer who lost their tickets: sends the ticket links of their past paid orders to their email address.

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.toots-tickets]
url = "https://toots.brussels/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "toots-tickets": {
      "type": "http",
      "url": "https://toots.brussels/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: toots-tickets
Remote MCP URL: https://toots.brussels/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "toots-tickets": {
      "url": "https://toots.brussels/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "toots-tickets": {
      "type": "http",
      "url": "https://toots.brussels/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "toots-tickets",
  "transport": "streamable-http",
  "url": "https://toots.brussels/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.