catalog
C
catalog
/check_compatibility

Check a set of parts for compatibility

Evaluates a part set against the build's engineering constraints — supply windows, stall vs peak current, shaft/wheel fit, interfaces, solar chain — with a reas

liveverifiedunknown~5s typical
mcpprobedcatalog
$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-ai-partsgraph-catalog /check_compatibility for me.

Input

FieldTypeDescription
part_ids*array
build_idstringDefaults to the build these parts overlap most
project_contextstringOne sentence on what you are building. Results are ranked for your project. Queries and th

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-ai-partsgraph-catalog","endpoint":"/check_compatibility","input":{"part_ids":[]}}'
cli
npx cracked-ai run -p mcp-ai-partsgraph-catalog -e /check_compatibility -i '{"part_ids":[]}'
mcp
run_tool({ provider: "mcp-ai-partsgraph-catalog", endpoint: "/check_compatibility", input: {"part_ids":[]} })

Try it

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