Car Handshake
com.carhandshake/inventoryFind and compare live vehicle inventory from participating US dealers and contact them with consent.
Tools · 10
Use for live US/CA cars/SUVs/trucks/EVs/motorcycles/RVs/trailers by place (near me), budget, mileage, make/model, condition, body, fuel, features, named dealer, or live-listing recommendation. Quebec …
For full detail, pass exact shop_vehicles listing_id; returns dealer.dealer_id.
Citation only; never shopping/detail/compare. Search once, then fetch exact IDs.
Citation only after search; never shopping/detail. Fetch one exact ID.
Only for explicit comparison: after exactly one shop_vehicles call, pass 2-4 distinct returned listing IDs. Never search or shop again.
Use this once to find dealerships by name/place with IDs, addresses, and listing counts. Named stock: one shop_vehicles call with a returned dealer_id. For contacts or sales/service hours: get_dealers…
Use this with an exact dealer_id to return every public rooftop, contact, site, capability, and named sales/service schedule.
After explicit consent and confirmation, request a test drive for this listing.
After explicit consent and confirmation, request a trade-in appraisal for this listing.
After explicit consent and confirmation, send this listing's dealer a question.
Resources · 3
Compact, accessible grid for live AI-searchable dealership inventory.
ui://car-handshake/vehicle-grid-v2.html
Side-by-side comparison of two to four currently AI-searchable listings.
ui://car-handshake/vehicle-comparison-v2.html
Vehicle details with an explicit-consent form that submits through the existing inquiry tool.
ui://car-handshake/vehicle-contact-v2.html
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"car_handshake": {
"url": "https://mcp.carhandshake.com/mcp",
"transport": "streamable-http"
}
}
}