Chaiz Vehicle Protection
CV
Chaiz Vehicle Protection
/search_plans_by_license_plate

search plans by license plate

Search Chaiz for vehicle service contract plans by US license plate. The plate plus state is used to identify the vehicle. Results are 36-month (3-year) term pl

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

Input

FieldTypeDescription
licensePlate*stringLicense plate number, 1-8 characters.
state*stringTwo-letter US state code where the plate is registered, e.g. "TX". Ask the user; never gue
mileage*integerThe vehicle's exact current odometer reading in miles as a single whole number, 1-250000,
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_license_plate","input":{"licensePlate":"...","state":"...","mileage":1}}'
cli
npx cracked-ai run -p mcp-com-chaiz-mcp -e /search_plans_by_license_plate -i '{"licensePlate":"...","state":"...","mileage":1}'
mcp
run_tool({ provider: "mcp-com-chaiz-mcp", endpoint: "/search_plans_by_license_plate", input: {"licensePlate":"...","state":"...","mileage":1} })

Try it

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