catalog
C
catalog
/build_bom

Build a validated bill of materials

Composes a complete BOM for a reference build — quantities, dated indicative prices, per-line rationale, a compatibility verdict for the chosen set, and a CSV e

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 /build_bom for me.

Input

FieldTypeDescription
build_id*string2wd-robot, weather-station or plant-waterer
choicesobjectrole → part id overrides
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":"/build_bom","input":{"build_id":"..."}}'
cli
npx cracked-ai run -p mcp-ai-partsgraph-catalog -e /build_bom -i '{"build_id":"..."}'
mcp
run_tool({ provider: "mcp-ai-partsgraph-catalog", endpoint: "/build_bom", input: {"build_id":"..."} })

Try it

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