Chaiz Vehicle Protection
CV
Chaiz Vehicle Protection
/lookup_vehicle

lookup vehicle

Fuzzy-match a vehicle by make (and optional model/year) to confirm it exists and correct spelling before a plan search. Use this when the user's make/model look

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 /lookup_vehicle for me.

Input

FieldTypeDescription
make*stringVehicle make to match, e.g. "toyota". Spelling does not need to be exact.
modelstringOptional vehicle model to narrow the match.
yearintegerOptional model year to narrow the match.

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":"/lookup_vehicle","input":{"make":"..."}}'
cli
npx cracked-ai run -p mcp-com-chaiz-mcp -e /lookup_vehicle -i '{"make":"..."}'
mcp
run_tool({ provider: "mcp-com-chaiz-mcp", endpoint: "/lookup_vehicle", input: {"make":"..."} })

Try it

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