2ools
2
2ools
/create_public_preview

Create free 2ools preview

Turn a complete standalone HTML document already created in this chat into a temporary, read-only 2ools preview. Free and authless; expires after 24 hours. This

liveunknown~5s typical
mcp2ools
$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-app-2ools-mcp /create_public_preview for me.

Input

FieldTypeDescription
name*stringShort public preview name.
html*stringComplete standalone HTML document beginning with <!doctype html> or <html>, including its
idempotency_key*stringCaller-generated retry key. Reuse returns the same preview instead of storing a duplicate.

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-app-2ools-mcp","endpoint":"/create_public_preview","input":{"name":"...","html":"...","idempotency_key":"..."}}'
cli
npx cracked-ai run -p mcp-app-2ools-mcp -e /create_public_preview -i '{"name":"...","html":"...","idempotency_key":"..."}'
mcp
run_tool({ provider: "mcp-app-2ools-mcp", endpoint: "/create_public_preview", input: {"name":"...","html":"...","idempotency_key":"..."} })

Try it

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