Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Car Handshake

com.carhandshake/inventory

Find and compare live vehicle inventory from participating US dealers and contact them with consent.

Uptime
100.0%
1 direct probes · 30d
Response
939ms
last probe
Tools
10
callable
Resources
3
readable
Prompts
0
available

Tools · 10

shop_vehicles

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 …

get_vehicle

For full detail, pass exact shop_vehicles listing_id; returns dealer.dealer_id.

search

Citation only; never shopping/detail/compare. Search once, then fetch exact IDs.

fetch

Citation only after search; never shopping/detail. Fetch one exact ID.

compare_vehicles

Only for explicit comparison: after exactly one shop_vehicles call, pass 2-4 distinct returned listing IDs. Never search or shop again.

find_dealerships

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…

get_dealership

Use this with an exact dealer_id to return every public rooftop, contact, site, capability, and named sales/service schedule.

schedule_test_drive

After explicit consent and confirmation, request a test drive for this listing.

request_trade_in_appraisal

After explicit consent and confirmation, request a trade-in appraisal for this listing.

submit_vehicle_inquiry

After explicit consent and confirmation, send this listing's dealer a question.

Resources · 3

car_handshake_vehicle_grid

Compact, accessible grid for live AI-searchable dealership inventory.

ui://car-handshake/vehicle-grid-v2.html
car_handshake_vehicle_comparison

Side-by-side comparison of two to four currently AI-searchable listings.

ui://car-handshake/vehicle-comparison-v2.html
car_handshake_vehicle_contact

Vehicle details with an explicit-consent form that submits through the existing inquiry tool.

ui://car-handshake/vehicle-contact-v2.html

How to use

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

{
  "mcpServers": {
    "car_handshake": {
      "url": "https://mcp.carhandshake.com/mcp",
      "transport": "streamable-http"
    }
  }
}