INDIVIDUAL MCP TOOL
recover_tickets
For a buyer who lost their tickets: sends the ticket links of their past paid orders to their email address.
LIVE ENDPOINT
https://toots.brussels/mcp
Connect to this endpoint to inspect the live schema for recover_tickets and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests sending messages.
Parent server
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.
Related tools
list_events— All upcoming concerts with date, line-up, genres and a price/availability summary.get_event— Full details of one concert: bio, line-up, other dates of the same run, prices and availability.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.get_venue_info— Address, contact details and the venue's FAQ (house rules, practical questions).hold_tickets— Reserves tickets and returns a booking_uuid.set_contact— Attaches the buyer to a held booking and returns the payment_url.redeem_pass— Applies a Toots Pass code (given to you by the buyer; format XXX-XXXXXX-XXX) to a held booking, after set_contact.redeem_gift_card— Applies a Toots gift card code (given to you by the buyer) to a held booking, after set_contact.