# Last_Minute_Deals_HQ

Real-time last-minute tour and activity inventory from 14 Bokun suppliers across Iceland, Italy, Morocco, Portugal, Japan, Tanzania, Finland, Montenegro, Romania, Egypt, and Turkey. Search available …

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add johnanleitner1/Last_Minute_Deals_HQ

# Browse available tools
npx -y @smithery/cli@latest tool list johnanleitner1/Last_Minute_Deals_HQ

# Get full schema for a tool
npx -y @smithery/cli@latest tool get johnanleitner1/Last_Minute_Deals_HQ search_slots

# Call a tool
npx -y @smithery/cli@latest tool call johnanleitner1/Last_Minute_Deals_HQ search_slots '{}'
```

## Direct MCP Connection

Endpoint: `https://last_minute_deals_hq--johnanleitner1.run.tools`

## Tools (4)

- `search_slots` — Search for last-minute available tours and activities. Returns real inventory from Bokun (Arctic Adventures, Bicycle Ro…
- `book_slot` — Book a last-minute slot for a customer. Two modes: (1) APPROVAL MODE (default): creates a Stripe Checkout Session and r…
- `get_booking_status` — Check the status of a booking by booking_id. Returns status (pending, confirmed, failed, or cancelled), confirmation nu…
- `get_supplier_info` — Returns information about the supplier network: available destinations, experience categories, booking platforms, and p…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get johnanleitner1/Last_Minute_Deals_HQ <tool-name>
```

## Prompts (3)

- `find_experiences` (city, hours_ahead) — Search for last-minute tours and activities in a specific destination
- `explore_destinations` — See all available destinations and experience types before searching
- `autonomous_booking` (wallet_id, city, category) — Book a last-minute slot using a pre-funded agent wallet — no checkout required
