Cardog
C
Cardog
/check_recalls

check recalls

The authoritative "is this vehicle under recall?" check — Transport Canada + NHTSA recall campaigns, fused and ref-keyed. Compliance guide: https://cardog.app/d

liveunknown~5s typical
mcpcardog
$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-app-cardog-mcp /check_recalls for me.

Input

FieldTypeDescription
vinstring17-character VIN — the per-vehicle recall check. Exclusive with `ref`.
refstringEntity ref scope: "make:honda", "model:honda/cr-v", or "model-year:honda/cr-v/2026". Exclu
limitintegerMax campaigns for a ref-scoped query (default 25, max 100)
context*stringExplain why you are calling this tool and how it fits into the user's overall goal. This p

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-app-cardog-mcp","endpoint":"/check_recalls","input":{"context":"..."}}'
cli
npx cracked-ai run -p mcp-app-cardog-mcp -e /check_recalls -i '{"context":"..."}'
mcp
run_tool({ provider: "mcp-app-cardog-mcp", endpoint: "/check_recalls", input: {"context":"..."} })

Try it

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