ClaraConverts
C
ClaraConverts
/update_tenant_settings

Update Tenant Settings

Update your trial tenant's persona and widget settings (name, goal, branding, position, lead notification email). Only the fields you pass are changed. Requires

liveverifiedunknown~5s typical
mcpprobedclaraconverts
$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-claraconverts-clara /update_tenant_settings for me.

Input

FieldTypeDescription
secret_keystringThe secret_key returned by create_trial_tenant, if your client can't send it as an "Author
display_namestringBusiness/display name shown in the widget chrome.
site_urlstringThe site Clara is installed on.
conversion_goalstringWhat Clara should drive (e.g. "book a demo", "capture a lead").
brand_colorstringHex color, e.g. "#0b5ed7".
widget_positionstring (top_left | top_center | top_right | middle_left | middle_center | middle_right)Where the widget bubble docks.
lead_destinationstringEmail address captured leads are sent to.
outbound_webhookstringOptional webhook URL for lead notifications (Zapier/Make/etc.).
languagestring"auto" detects from the visitor's browser, or pin a fixed language.
voice_idstringVoice for spoken replies (only honored on the Pro plan — safe to set now for after an upgr
chatbot_namestringOverride the AI's name (defaults to "Clara").
chatbot_avatar_urlstringURL of a custom avatar image for the widget.

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-claraconverts-clara","endpoint":"/update_tenant_settings","input":{}}'
cli
npx cracked-ai run -p mcp-com-claraconverts-clara -e /update_tenant_settings -i '{}'
mcp
run_tool({ provider: "mcp-com-claraconverts-clara", endpoint: "/update_tenant_settings", input: {} })

Try it

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