sitectrl
S
sitectrl
/create_site

Create a new site

Build a brand-new hosted website from a plain-language description. RETURNS IMMEDIATELY with status 'building' — the site takes about 2-3 minutes and is NOT rea

liveunknown~5s typical
mcpsitectrl
$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-sitectrl-sitectrl /create_site for me.

Input

FieldTypeDescription
site_name*stringShort human name for the site, e.g. 'Whitney Apparel'.
description*stringWhat the site is for. MINIMUM 12 CHARACTERS — a bare 'bike shop' is rejected. Say what the
templatestring (local-services | blank | restaurant | brewery | shop | portfolio)Starting template (guest builds; default local-services).
contact_emailstringOptional, guest builds only: the user's email — we send the site link and a reminder befor

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-sitectrl-sitectrl","endpoint":"/create_site","input":{"site_name":"...","description":"..."}}'
cli
npx cracked-ai run -p mcp-ai-sitectrl-sitectrl -e /create_site -i '{"site_name":"...","description":"..."}'
mcp
run_tool({ provider: "mcp-ai-sitectrl-sitectrl", endpoint: "/create_site", input: {"site_name":"...","description":"..."} })

Try it

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