Entyrax
E
Entyrax
/analyze_build

Analisar build completo

Analisa um build CPU+Mobo+GPU. Retorna overall_quality, reasoning (why_this_mobo/why_this_gpu/budget_note), PSU recomendada e preços.

liveunknown~5s typical
mcpentyrax
$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-entyrax-entyrax /analyze_build for me.

Input

FieldTypeDescription
cpu_slug*stringSlug da CPU (ex: ryzen-7-7800x3d)
mobo_slug*stringSlug da placa-mãe (ex: gigabyte-b650-aorus-pro-ax)
gpu_slug*stringSlug da GPU (ex: geforce-rtx-5070-ti)

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-entyrax-entyrax","endpoint":"/analyze_build","input":{"cpu_slug":"...","mobo_slug":"...","gpu_slug":"..."}}'
cli
npx cracked-ai run -p mcp-com-entyrax-entyrax -e /analyze_build -i '{"cpu_slug":"...","mobo_slug":"...","gpu_slug":"..."}'
mcp
run_tool({ provider: "mcp-com-entyrax-entyrax", endpoint: "/analyze_build", input: {"cpu_slug":"...","mobo_slug":"...","gpu_slug":"..."} })

Try it

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