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
- The endpoint (streamable-http) and tool list are in the machine descriptor /.well-known/mcp.json.
- A summary of the offer with prices is in /llms.txt; the full inventory with specifications in /llms-full.txt.
- An MCP client (e.g. Claude) connects to the endpoint and the tools are immediately available — no registration needed for reading.
Tools
search_vehiclesSearch the used-car inventory (filters: make, fuel, body type, year, price, mileage…)
get_vehicleFull public details of one vehicle: specs, equipment, condition, photos, listing URL
compare_vehiclesCompare 2-5 vehicles side by side on key specs
send_inquirySend 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_statusCheck 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.
