Last_Minute_Deals_HQ
7,000+ live bookable slots across 20 suppliers in 28 cities and 15 countries — Iceland, Italy, Mexico, Morocco, Portugal, Japan, Tanzania, Finland, Montenegro, Romania, Egypt, Turkey, United States, …
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add johnanleitner1/Last_Minute_Deals_HQ
# Browse available tools
npx -y smithery tool list johnanleitner1/Last_Minute_Deals_HQ
# Get full schema for a tool
npx -y smithery tool get johnanleitner1/Last_Minute_Deals_HQ search_slots
# Call a tool
npx -y smithery tool call johnanleitner1/Last_Minute_Deals_HQ search_slots '{}'Direct MCP Connection
Endpoint: https://last_minute_deals_hq--johnanleitner1.run.tools
Tools (6)
search_slots— Search available last-minute tours, activities, and experiences worldwide. Queries live production inventory from 23 su…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…preview_slot— Get a shareable booking page URL for a slot. Returns a link the user can open in their browser to see full details and …book_from_itinerary— Convert a travel itinerary into real bookings. Accepts raw itinerary text (natural language, bullet points, or structur…
# Get full input/output schema for a tool
npx -y smithery tool get johnanleitner1/Last_Minute_Deals_HQ Prompts (3)
find_experiences(city, hours_ahead) — Search for last-minute tours and activities in a specific destinationexplore_destinations— See all available destinations and experience types before searchingautonomous_booking(wallet_id, city, category) — Book a last-minute slot using a pre-funded agent wallet — no checkout required