C
Cardog
/search_inventory
search inventory
Search live Canadian vehicle listings — ref-native. One call returns listings + facets + the total count. Filters take entity REFS from resolve_entity / identi
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 /search_inventory for me.
Input
| Field | Type | Description |
|---|---|---|
| makes | array | Entity refs in the "make" domain, e.g. ["make:mini"] |
| models | array | Entity refs in the "model" domain, e.g. ["model:mini/hardtop"] |
| bodyStyles | array | Entity refs in the "body-style" domain, e.g. ["body-style:sport-utility-vehicle-suv"] |
| fuelTypes | array | Entity refs in the "fuel-type" domain, e.g. ["fuel-type:electric"] |
| driveTypes | array | Entity refs in the "drive-type" domain, e.g. ["drive-type:awd-all-wheel-drive"] |
| transmissions | array | Entity refs in the "transmission" domain, e.g. ["transmission:automatic"] |
| electrificationLevels | array | Entity refs in the "electrification-level" domain, e.g. ["electrification-level:bev-batter |
| vehicleTypes | array | Entity refs in the "vehicle-type" domain, e.g. ["vehicle-type:passenger-car"] |
| nanos | array | Entity refs in the "nano" domain, e.g. ["nano:5TDGSKFCRS"] |
| year | object | Model year range |
| price | object | Price (CAD) range |
| odometer | object | Odometer (km) range |
| spec | object | Canonical spec filters keyed by SpecAttributeId: numeric → {"min","max"}, equipment → ["st |
| sort | object | |
| page | integer | Page number (default 1) |
| limit | integer | Rows per page (default 10, max 50) |
| context* | string | Explain 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":"/search_inventory","input":{"context":"..."}}'cli
npx cracked-ai run -p mcp-app-cardog-mcp -e /search_inventory -i '{"context":"..."}'mcp
run_tool({ provider: "mcp-app-cardog-mcp", endpoint: "/search_inventory", input: {"context":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.