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
| Field | Type | Description |
|---|---|---|
| business_name* | string | Name of the business |
| industry* | string | Industry key |
| phone_number* | string | Phone number to display on demo |
| string | Contact email (also captures lead) | |
| brand_name | string | Custom brand name for white-label |
| brand_logo_url | string | URL to brand logo image |
| brand_color | string | Brand hex color (e.g. #0066FF) |
| brand_url | string | Brand 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.