SM
ServicePal MCP Server
/estimate_revenue_loss
estimate revenue loss
Estimate revenue lost from missed calls based on industry, call volume, and job value.
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 /estimate_revenue_loss for me.
Input
| Field | Type | Description |
|---|---|---|
| industry* | string | Industry key |
| missed_calls_per_week* | number | Number of missed calls per week |
| average_job_value | number | Average job value in dollars |
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":"/estimate_revenue_loss","input":{"industry":"...","missed_calls_per_week":1}}'cli
npx cracked-ai run -p mcp-cloud-servicepal-mcp -e /estimate_revenue_loss -i '{"industry":"...","missed_calls_per_week":1}'mcp
run_tool({ provider: "mcp-cloud-servicepal-mcp", endpoint: "/estimate_revenue_loss", input: {"industry":"...","missed_calls_per_week":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.