← toots.brussels

INDIVIDUAL MCP TOOL

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.

toots.brusselsnone authenticationAvailability not checked

LIVE ENDPOINT

https://toots.brussels/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_availability and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

toots.brussels

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_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.
  • release_booking — Gives an unpaid hold's seats back immediately, instead of letting them sit reserved until the 15-minute expiry.