CH
Car Handshake
/request_trade_in_appraisal
Request trade-in
After explicit consent and confirmation, request a trade-in appraisal for this listing.
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 /request_trade_in_appraisal for me.
Input
| Field | Type | Description |
|---|---|---|
| listing_id* | string | Exact listing_id from prior results. |
| dry_run | boolean | Validate with no dealer contact. default false |
| first_name* | string | First name. |
| last_name* | string | Last name. |
| string | Email (or phone required). | |
| phone | string | E.164 phone (or email required). |
| preferred_contact | string (email | phone | sms | any) | |
| consent_text* | string | Accepted consent words; never fabricate consent. |
| allowed_channels* | array | Consent channels. |
| consent_granted_at* | string | Consent timestamp (RFC 3339). |
| message | string | Dealer note. |
| idempotency_key* | string | Unique retry key. |
| trade_in_year* | integer | |
| trade_in_make* | string | |
| trade_in_model* | string | |
| trade_in_trim | string | |
| trade_in_mileage | integer | |
| trade_in_condition | string |
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":"/request_trade_in_appraisal","input":{"listing_id":"...","dry_run":false,"first_name":"...","last_name":"...","consent_text":"...","allowed_channels":[],"consent_granted_at":"...","idempotency_key":"...","trade_in_year":1,"trade_in_make":"...","trade_in_model":"..."}}'cli
npx cracked-ai run -p mcp-com-carhandshake-inventory -e /request_trade_in_appraisal -i '{"listing_id":"...","dry_run":false,"first_name":"...","last_name":"...","consent_text":"...","allowed_channels":[],"consent_granted_at":"...","idempotency_key":"...","trade_in_year":1,"trade_in_make":"...","trade_in_model":"..."}'mcp
run_tool({ provider: "mcp-com-carhandshake-inventory", endpoint: "/request_trade_in_appraisal", input: {"listing_id":"...","dry_run":false,"first_name":"...","last_name":"...","consent_text":"...","allowed_channels":[],"consent_granted_at":"...","idempotency_key":"...","trade_in_year":1,"trade_in_make":"...","trade_in_model":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.