CC
cars-data.com — Car Specs API
/filter_cars
filter cars
Structured catalog filter: fuel type, body type, drive layout, power/price range, model year, EV-only.
liveverifiedunknown~5s typical
mcpprobedcars-data.com—car
$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-cars-data-car-specs-api /filter_cars for me.
Input
| Field | Type | Description |
|---|---|---|
| fuel | string | e.g. petrol, diesel, electric, hybrid |
| body | string | body_slug, e.g. suv, sedan, hatchback |
| drive | string | substring match, e.g. 'front', 'rear', 'all' |
| power_min | integer | |
| power_max | integer | |
| price_max | integer | |
| year | integer | |
| ev | boolean | |
| locale | string | |
| limit | integer |
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-cars-data-car-specs-api","endpoint":"/filter_cars","input":{}}'cli
npx cracked-ai run -p mcp-com-cars-data-car-specs-api -e /filter_cars -i '{}'mcp
run_tool({ provider: "mcp-com-cars-data-car-specs-api", endpoint: "/filter_cars", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.