registry
R
registry
/get_component

Get component source

Fetch the full TypeScript source of a Crucible component, ready to drop into a shadcn-style project. Pro components require an Authorization: Bearer <CRUCIBLE_T

liveverifiedunknown~5s typical
mcpprobedregistry
$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-crucibleui-registry /get_component for me.

Input

FieldTypeDescription
name*stringComponent name, e.g. 'corona' — find names via search_registry

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-crucibleui-registry","endpoint":"/get_component","input":{"name":"..."}}'
cli
npx cracked-ai run -p mcp-com-crucibleui-registry -e /get_component -i '{"name":"..."}'
mcp
run_tool({ provider: "mcp-com-crucibleui-registry", endpoint: "/get_component", input: {"name":"..."} })

Try it

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