CV
Chaiz Vehicle Protection
/search_plans_by_vin
search plans by vin
Search Chaiz for vehicle service contract plans by VIN. The VIN is decoded to the vehicle automatically. Results are 36-month (3-year) term plans. VIN, mileage,
liveverifiedunknown~5s typical
mcpprobedchaizvehicleprotection
$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-chaiz-mcp /search_plans_by_vin for me.
Input
| Field | Type | Description |
|---|---|---|
| vin* | string | 17-character Vehicle Identification Number. Ask the user to re-check if invalid; never gue |
| mileage* | integer | The vehicle's exact current odometer reading in miles as a single whole number, 1-250000, |
| state* | string | Two-letter US state code where the vehicle is registered, e.g. "TX". Ask the user; never g |
| zip | string | Optional 5-digit US ZIP code for more precise pricing. |
| sort | string | Optional ordering of results: "rating" (Chaiz expert rating, the default), "recommended", |
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-chaiz-mcp","endpoint":"/search_plans_by_vin","input":{"vin":"...","mileage":1,"state":"..."}}'cli
npx cracked-ai run -p mcp-com-chaiz-mcp -e /search_plans_by_vin -i '{"vin":"...","mileage":1,"state":"..."}'mcp
run_tool({ provider: "mcp-com-chaiz-mcp", endpoint: "/search_plans_by_vin", input: {"vin":"...","mileage":1,"state":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.