← Registry

eCommerce

passlees.com

Searches events, retrieves details and availability, creates orders, and initiates payments with a hosted checkout URL.

1 endpoint8 known toolsFirst detected August 22, 2026Last detected August 22, 2026

ENDPOINT 1

https://agents.passlees.com/mcp

No auth detected

MCP server metadata

Name
mindhalla-tickets
Version
1.0.0
Capabilities
tools
Server instructions

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_events

Search published events by free-text query, category, city, and/or the dates they run on.

Inferred read-only
get_event

Get one event with its sessions (dates) and ticket types (prices).

Inferred read-only
check_availability

List the seat map for a session (reserved seating).

Inferred read-only
create_order

Reserve seats and/or general-admission tickets and create an unpaid order.

Potential side effects
start_payment

Create a payment intent for an order and return a hosted checkout_url the buyer opens in a browser to pay.

Potential side effects
get_order_status

Check whether an order has been paid.

Inferred read-only
get_tickets

Fetch the issued tickets (with QR codes) for a paid order.

Inferred read-only
confirm_payment_sandbox

DEV/SANDBOX ONLY: settle a payment through the mock provider (stands in for a provider webhook).

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.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.

Trust status Neutral

passlees.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

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