CH
Car Handshake
/shop_vehicles
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,
liveverifiedunknown~5s typical
mcpprobedcarhandshake
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-carhandshake-inventory /shop_vehicles for me.
Input
| Field | Type | Description |
|---|---|---|
| request* | string | Verbatim shopper request. |
| country | string (US | CA) | US default; CA supported outside Quebec. |
| location_text | string | Free-text city/place/state/postal exactly as the shopper supplied; never ask for a ZIP cod |
| radius_miles | number | US miles; CA kilometres. Fallback widens geography only; filters remain exact. |
| nationwide | boolean | |
| vehicle_types | array | |
| makes | array | |
| models | array | |
| trims | array | |
| conditions | array | |
| bodies | array | |
| fuels | array | |
| drivelines | array | |
| transmissions | array | |
| exterior_colors | array | |
| interior_colors | array | |
| features | array | Classes: third_row, awd_4wd, tow_package, apple_carplay, android_auto, adaptive_cruise, le |
| dealer_ids | array | |
| year_min | integer | |
| year_max | integer |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-carhandshake-inventory","endpoint":"/shop_vehicles","input":{"request":"..."}}'cli
npx cracked-ai run -p mcp-com-carhandshake-inventory -e /shop_vehicles -i '{"request":"..."}'mcp
run_tool({ provider: "mcp-com-carhandshake-inventory", endpoint: "/shop_vehicles", input: {"request":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.