vipcars

Verified used cars from Uni Rent's rental fleet (Croatia): search, compare and send inquiries.

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноМожет изменять данные

Что умеет

    Какие данные видит

    Нужен ли аккаунт

    Не нужен: сервер работает без входа

    Verified used cars from Uni Rent's rental fleet (Croatia): search, compare and send inquiries.

    Список инструментов сервера (5)

    Технические названия из tools/list. Нужны только разработчикам.

    search_vehiclesSearch the VIP Cars used-car inventory (verified ex-fleet cars, prices in EUR). Values for the enum-like filters come from the live inventory (e.g. fuel_type 'dizel'/'benzin', body_type 'limuzina'/'suv'/'karavan', transmission 'manualni'/ 'automatski', color 'crna'/'siva' — Croatian, as stored). power_min/power_max are engine power in kW. sort: newest | price_asc | price_desc | year_desc | mileage_asc. Returns {items, total, page, per_page}; each item has listing_url for the human-readable page.
    get_vehicleFull public details of one vehicle: specs, equipment, condition, description, photo URLs and the listing_url. Raises an error if the vehicle is not available.
    compare_vehiclesCompare 2-5 vehicles side by side on key specs (year, mileage, fuel, transmission, power, price...). Unknown/unavailable ids are listed in 'not_found'.
    send_inquirySend a purchase inquiry (lead) to the VIP Cars sales team on the customer's behalf. The team calls/e-mails the customer back to arrange a viewing or test drive — there is no online payment. ALWAYS ask the customer for consent before sharing their contact details. vehicle_id is optional (omit for a general inquiry). The response includes a status_token — keep it; it is the ONLY key to later check the inquiry's processing status via get_inquiry_status. Anti-abuse: at most a few inquiries per contact per day; excess raises an error.
    get_inquiry_statusCheck the processing status of an inquiry previously sent with send_inquiry, using the status_token from its response. The token is issued ONLY to the inquiry's creator — possession proves ownership; there is nothing to guess or enumerate. Returns ONLY the processing status, never any customer data. Status values: novo (received, not yet read), procitano (read by the sales team), odgovoreno (the team has contacted the customer), zatvoreno (closed).