← passlees.com
INDIVIDUAL MCP TOOL
get_tickets
Fetch the issued tickets (with QR codes) for a paid order.
LIVE ENDPOINT
https://agents.passlees.com/mcp
Connect to this endpoint to inspect the live schema for get_tickets and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
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.mindhalla-tickets]
url = "https://agents.passlees.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mindhalla-tickets": {
"type": "http",
"url": "https://agents.passlees.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mindhalla-tickets
Remote MCP URL: https://agents.passlees.com/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": {
"mindhalla-tickets": {
"url": "https://agents.passlees.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mindhalla-tickets": {
"type": "http",
"url": "https://agents.passlees.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mindhalla-tickets",
"transport": "streamable-http",
"url": "https://agents.passlees.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_events— Search published events by free-text query, category, city, and/or the dates they run on.get_event— Get one event with its sessions (dates) and ticket types (prices).check_availability— List the seat map for a session (reserved seating).create_order— Reserve seats and/or general-admission tickets and create an unpaid order.start_payment— Create a payment intent for an order and return a hosted checkout_url the buyer opens in a browser to pay.get_order_status— Check whether an order has been paid.confirm_payment_sandbox— DEV/SANDBOX ONLY: settle a payment through the mock provider (stands in for a provider webhook).