AD
Agentic Dealer Network
/inventory_stats
Summarize network inventory
Aggregate filtered available inventory across the network.
liveverifiedunknown~5s typical
mcpprobedagenticdealernetwork
$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-agenticdealernetwork-adn-gateway /inventory_stats for me.
Input
| Field | Type | Description |
|---|---|---|
| condition | string (new | used) | |
| make | string | |
| model | string | |
| body_style | string | |
| fuel_type | string | |
| drivetrain | string | |
| exterior_color | string | |
| interior_color | string | |
| transmission | string | |
| trim | string | |
| model_year_min | integer | |
| model_year_max | integer | |
| price_min | number | Minimum expiry-gated effective price. |
| price_max | number | Maximum expiry-gated effective price. |
| odometer_max | integer | |
| passenger_capacity_min | integer | |
| is_certified | boolean | |
| dimensions* | array | One to four unique facets. make_model values join nonblank make and model with one space; |
| rooftop_slugs | array | Restrict the single-snapshot aggregation to these network rooftops. |
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-agenticdealernetwork-adn-gateway","endpoint":"/inventory_stats","input":{"dimensions":[]}}'cli
npx cracked-ai run -p mcp-com-agenticdealernetwork-adn-gateway -e /inventory_stats -i '{"dimensions":[]}'mcp
run_tool({ provider: "mcp-com-agenticdealernetwork-adn-gateway", endpoint: "/inventory_stats", input: {"dimensions":[]} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.