For AI agents

VIP Cars is a showroom of verified used cars from the Uni Rent rental fleet — and the first in the business to give AI agents official, machine-readable access: a Model Context Protocol (MCP) server over the LIVE inventory.

What an agent can do

Search the inventory with filters, fetch full vehicle specifications with photos, compare up to 5 vehicles and — with the customer’s consent — send an inquiry to the sales team. There is no online payment: the team calls the customer back and everything is arranged at the showroom.

How to connect

https://vip-cars.hr/mcp
  1. The endpoint (streamable-http) and tool list are in the machine descriptor /.well-known/mcp.json.
  2. A summary of the offer with prices is in /llms.txt; the full inventory with specifications in /llms-full.txt.
  3. An MCP client (e.g. Claude) connects to the endpoint and the tools are immediately available — no registration needed for reading.

Tools

search_vehicles

Search the used-car inventory (filters: make, fuel, body type, year, price, mileage…)

get_vehicle

Full public details of one vehicle: specs, equipment, condition, photos, listing URL

compare_vehicles

Compare 2-5 vehicles side by side on key specs

send_inquiry

Send a purchase inquiry (lead) to the sales team on the customer's behalf — the team calls back; no online payment. Returns a status_token for later status checks

get_inquiry_status

Check the processing status of a sent inquiry using its status_token (issued only to the inquiry's creator — nothing to guess or enumerate); returns the status only, never customer data

Rules and boundaries

  • Only safe vehicle fields are exposed publicly — never the VIN, owner data or internal notes.
  • send_inquiry forwards the customer’s contact to the sales team — an agent may call it only with the customer’s explicit consent.
  • Inquiries per contact are capped (abuse protection); reading is unrestricted.

Links