integrations.sh
← all integrations

Luxauto

MCP server openai

Luxauto helps you find cars and motorcycles to buy or lease in a simple, conversational way. Just describe what you’re looking for — budget, type of vehicle, or lifestyle needs — and Luxauto will guide you with relevant suggestions and listings from the largest vehicle selection in Luxembourg and the Greater Region (France, Belgium, and Germany).

Whether you’re searching for a family car, a city vehicle, or something more specific, the app helps you explore options, refine your criteria, and quickly access matching offers from the Luxauto marketplace.

Designed to make vehicle search easier, faster, and more intuitive.

Homepage
https://www.luxauto.lu
Remote URL
https://mcp-server.prd.luxauto.lu/mcp
Auth
NONE

Tools (2)

Extracted live via the executor SDK.

  • vehicle-carousel

    Search for vehicle listings for sale, rent, or lease in Luxembourg on luxauto.lu using user criteria. MANDATORY CALL ORDER WHEN A MODEL NAME IS MENTIONED:

    • If the user mentions model text (examples: 'Aprilia RS', 'BMW X5', 'Golf'), first call 'fetch-vehicle-models' to resolve makeIds and modelIds.
    • Then call 'vehicle-carousel' immediately after with the returned makeIds and modelIds'.
    • Never stop after 'fetch-vehicle-models' when the user asks to find/buy/search vehicles, because that tool does not return listings.
    • If no makeIds and modelIds match, still call 'vehicle-carousel' with make + other user filters. Use this tool when the user wants to see matching listings such as:
    • Cars, motorcycles, or vans matching criteria
    • Price, mileage, year, make/model, fuel, or gearbox searches Key expected inputs:
    • Vehicle type (vehicleId: 1 car, 2 motorcycle, 9 van)
    • One or more makes and optional modelIds(from 'fetch-vehicle-models')
    • User-specified filters (price range, mileage, year, fuel, gearbox, options)
    • Optional: Category/body style, colors, or seats Output intent: Returns a carousel with up to 20 vehicles matching criteria with details like first photo, make/model, price, year, mileage, fuel, gearbox. What it does not do:
    • No financing recommendations or financial advice
    • No suggestions on which vehicle to choose
    • No adding search criteria the user did not explicitly mention
  • fetch-vehicle-models

    Use this tool to retrieve vehicle makeIds and modelIds unique identifiers for a given vehicle type and make name. This is a preparation step for listing search: when user intent is to find/buy/search vehicles, call this tool first and then call 'vehicle-carousel' with the returned unique identifiers. Do not end the workflow after this tool because it does not return listings.