Chaiz Vehicle Protection
CV
Chaiz Vehicle Protection
/search_plans_by_vehicle

search plans by vehicle

Search Chaiz for vehicle service contract (extended warranty) plans by make, model, and year. Results are 36-month (3-year) term plans. Returns plan cards with

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_vehicle for me.

Input

FieldTypeDescription
make*stringVehicle manufacturer, e.g. "Toyota". Ask the user if unknown.
model*stringVehicle model, e.g. "Tundra". Ask the user if unknown.
year*integerModel year, 1999-2030. Ask the user; never guess.
mileage*integerThe vehicle's exact current odometer reading in miles as a single whole number, 1-250000,
state*stringTwo-letter US state code where the vehicle is registered, e.g. "TX". Ask the user; never g
zipstringOptional 5-digit US ZIP code for more precise pricing.
sortstringOptional 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_vehicle","input":{"make":"...","model":"...","year":1,"mileage":1,"state":"..."}}'
cli
npx cracked-ai run -p mcp-com-chaiz-mcp -e /search_plans_by_vehicle -i '{"make":"...","model":"...","year":1,"mileage":1,"state":"..."}'
mcp
run_tool({ provider: "mcp-com-chaiz-mcp", endpoint: "/search_plans_by_vehicle", input: {"make":"...","model":"...","year":1,"mileage":1,"state":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.