eCommerce
passlees.com
Searches events, retrieves details and availability, creates orders, and initiates payments with a hosted checkout URL.
ENDPOINT 1
https://agents.passlees.com/mcp
MCP server metadata
- Name
- mindhalla-tickets
- Version
- 1.0.0
Find and buy event tickets. Typical flow: 1. search_events → pick an event id. 2. get_event → read its sessions + ticket_types (note seated vs GA, prices). 3. For seated tickets, check_availability → choose available seat_id(s). 4. create_order → returns order_id + guest_access_token (KEEP the token) + total. 5. start_payment → returns a checkout_url the buyer opens to pay. 6. Poll get_order_status until paid, then get_tickets to obtain the QR codes. Money amounts are integer minor units (e.g. 20000 == $200.00) with a currency.
Known tools 8
search_eventsSearch published events by free-text query, category, city, and/or the dates they run on.
Inferred read-onlycreate_orderReserve seats and/or general-admission tickets and create an unpaid order.
Potential side effectsstart_paymentCreate a payment intent for an order and return a hosted checkout_url the buyer opens in a browser to pay.
Potential side effectsconfirm_payment_sandboxDEV/SANDBOX ONLY: settle a payment through the mock provider (stands in for a provider webhook).
Potential side effectsCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for passlees.com was fetched 2026-08-25T14:17:26.145Z.
passlees.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.