ServicePal MCP Server
SM
ServicePal MCP Server
/generate_custom_demo

generate custom demo

Generate a white-labeled AI phone answering demo page for a business. Creates a personalized demo URL.

liveunknown~5s typical
mcpservicepalmcpserver
$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-cloud-servicepal-mcp /generate_custom_demo for me.

Input

FieldTypeDescription
business_name*stringName of the business
industry*stringIndustry key
phone_number*stringPhone number to display on demo
emailstringContact email (also captures lead)
brand_namestringCustom brand name for white-label
brand_logo_urlstringURL to brand logo image
brand_colorstringBrand hex color (e.g. #0066FF)
brand_urlstringBrand website URL for CTA

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-cloud-servicepal-mcp","endpoint":"/generate_custom_demo","input":{"business_name":"...","industry":"...","phone_number":"..."}}'
cli
npx cracked-ai run -p mcp-cloud-servicepal-mcp -e /generate_custom_demo -i '{"business_name":"...","industry":"...","phone_number":"..."}'
mcp
run_tool({ provider: "mcp-cloud-servicepal-mcp", endpoint: "/generate_custom_demo", input: {"business_name":"...","industry":"...","phone_number":"..."} })

Try it

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