ServicePal MCP Server
SM
ServicePal MCP Server
/calculate_missed_calls

calculate missed calls

Calculate how many calls a business misses per week based on industry, operating hours, and season.

livedegraded · 532ms~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 /calculate_missed_calls for me.

Input

FieldTypeDescription
industry*stringIndustry key (e.g. plumbing, hvac, electrical, roofing, dental, legal, veterinary, propert
hours_per_daynumberOperating hours per day (1-24)
days_per_weeknumberOperating days per week (1-7)
busy_seasonbooleanWhether it is peak/busy season

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

Try it

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