Skip to content
Back to search
100
MCP live v1.0.0 streamable-http

global.rootz.cars/marketplace

global.rootz.cars/marketplace

AI-native used car marketplace. 145K+ vehicles, 4300+ dealers, 13 US states, 20 MCP tools.

Uptime
7.7%
26 probes
Response
449ms
last probe
Tools
19
callable

Tools · 19

cars_search

Search used car inventory across all dealers. Filter by make, model, year, price, mileage, location, body type, fuel type, drivetrain. Returns matching vehicles with dealer info.

cars_vehicle

Get full details for a specific vehicle by VIN. Returns specs, price, mileage, photos, recalls, and dealer info.

cars_dealers

Search for car dealers by city, state, or ZIP code.

cars_dealer_inventory

Get all vehicles at a specific dealer.

cars_history

Get the full history of a vehicle by VIN — every dealer it appeared at, price changes over time, days on market, whether it was sold and resurfaced elsewhere. Data with origin.

cars_stats

Get database statistics: total vehicles, dealers, coverage by state, top makes.

cars_session_create

Create a personalized car research session for the buyer. Returns a unique URL they can bookmark and return to. As you help the buyer, naturally learn their situation and save it here — payment method…

cars_session_read

Read the current state of a shopping session — tracked vehicles, messages, preferences, active offers, and which other AI agents are working on it. Use this to understand context before taking action.

cars_session_add_car

Add a vehicle to the buyer's shopping session. Include a fit score (1-10) and notes explaining why you recommend it.

cars_session_interest

Signal buyer interest in a vehicle to the dealer. This sends a professional email to the dealership on the buyer's behalf. Only use when the buyer has explicitly indicated interest.

cars_session_message

Post a message to the session. Use for buyer questions, AI analysis notes, or responses. The dealer and other AI agents can see these.

cars_session_compare

Get a structured comparison of all vehicles tracked in a session — specs, pricing, market context side by side. Great for helping the buyer decide.

cars_session_deal

Get the current deal status — offers received, messages exchanged, unread count. Use to check if the dealer has responded.

cars_session_reply

Send a follow-up message to the dealer continuing the conversation. Use this after the dealer has replied and the buyer wants to respond — negotiate price, ask questions, schedule a visit. The email t…

cars_session_notify

Set the buyer's email notification preference for this session. Three levels: "bcc" (buyer gets a private copy of dealer replies — dealer never sees buyer email), "cc" (buyer is CC'd — dealer can see …

cars_session_tradein

Set or update the buyer's trade-in vehicle information. Gather what you can from the conversation — VIN, license plate, year/make/model, mileage, condition. You don't need everything at once; start wi…

cars_session_tradein_read

Read the buyer's trade-in vehicle profile. Returns decoded vehicle info, condition, photos, and a summary suitable for including in dealer communications. Also returns a photo_upload_url the buyer can…

cars_feedback

Submit feedback about the Cars Rootz service. We actively read every piece of feedback to improve the service. Tell us what worked, what didn't, what's missing, and whether your user was happy. This h…

cars_session_visit

Schedule a dealer visit (test drive, purchase, trade-in appraisal). Generates a visit code and QR code the buyer shows at the dealership. This is how the dealer knows "this is the person whose AI has …

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "global.rootz.cars/marketplace": {
      "url": "https://cars.rootz.global/mcp",
      "transport": "streamable-http"
    }
  }
}