cloud.servicepal/mcp
Official5 toolsServicePal MCP Server
AI phone answering tools for service businesses — ROI, missed calls, demos across 18 industries
AI-powered phone answering system for service businesses with ROI tracking and call management.
Captured live from the server via tools/list.
calculate_missed_calls
Calculate how many calls a business misses per week based on industry, operating hours, and season.
Parameters (4)
- industrystringrequired
Industry key (e.g. plumbing, hvac, electrical, roofing, dental, legal, veterinary, property_management)
- hours_per_daynumber
Operating hours per day (1-24)
- days_per_weeknumber
Operating days per week (1-7)
- busy_seasonboolean
Whether it is peak/busy season
estimate_revenue_loss
Estimate revenue lost from missed calls based on industry, call volume, and job value.
Parameters (3)
- industrystringrequired
Industry key
- missed_calls_per_weeknumberrequired
Number of missed calls per week
- average_job_valuenumber
Average job value in dollars
compare_solutions
Compare AI answering service vs human receptionist for a business type and call volume.
Parameters (2)
- business_typestringrequired
Industry key for the business
- calls_per_daynumberrequired
Average calls received per day
generate_custom_demo
Generate a white-labeled AI phone answering demo page for a business. Creates a personalized demo URL.
Parameters (8)
- business_namestringrequired
Name of the business
- industrystringrequired
Industry key
- phone_numberstringrequired
Phone number to display on demo
- emailstring
Contact email (also captures lead)
- brand_namestring
Custom brand name for white-label
- brand_logo_urlstring
URL to brand logo image
- brand_colorstring
Brand hex color (e.g. #0066FF)
- brand_urlstring
Brand website URL for CTA
get_industry_use_case
Get detailed use case information for a specific industry including common scenarios and pain points.
Parameters (1)
- industrystringrequired
Industry key
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://servicepal.cloud/mcp/"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.