# ServicePal MCP Server (remote · servicepal.cloud)

AI phone answering tools for service businesses — ROI, missed calls, demos across 18 industries

- Trust score: 62/100 (medium)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `servicepal.cloud`: 62/100 (this document), [markdown](https://verifymcp.io/servers/cloud-servicepal-mcp/servicepal.md), [page](https://verifymcp.io/servers/cloud-servicepal-mcp/servicepal)

## Channel facts

- Endpoint: `https://servicepal.cloud/mcp/`
- Transports: `streamable-http`
- Auth: `none`
- Version: `2.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 5 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 399 tokens (~79/item across 5 items; 5 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 20/100
  - Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http cloud-servicepal-mcp https://servicepal.cloud/mcp/
```

### Codex

```toml
[mcp_servers.cloud-servicepal-mcp]
url = "https://servicepal.cloud/mcp/"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "cloud-servicepal-mcp": {
      "type": "remote",
      "url": "https://servicepal.cloud/mcp/",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add cloud-servicepal-mcp --url https://servicepal.cloud/mcp/ --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  cloud-servicepal-mcp:
    url: "https://servicepal.cloud/mcp/"
```

### Other

```json
{
  "mcpServers": {
    "cloud-servicepal-mcp": {
      "type": "http",
      "url": "https://servicepal.cloud/mcp/"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 62, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 61, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 61, +1)

No change was recorded against any check on this day. Stability & Change Management went from 10 to 13. That category is still filling its 30-day observation window: 3 days of observed history at the previous scan, 4 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 60, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 59, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 58)

First indexed and scored.

## MCP tools (5)

### `calculate_missed_calls` (~109 tokens)

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

Input parameters:

- `busy_season` (boolean): Whether it is peak/busy season
- `days_per_week` (number): Operating days per week (1-7)
- `hours_per_day` (number): Operating hours per day (1-24)
- `industry` (string, required): Industry key (e.g. plumbing, hvac, electrical, roofing, dental, legal, veterinary, property_management)

### `estimate_revenue_loss` (~66 tokens)

Estimate revenue lost from missed calls based on industry, call volume, and job value.

Input parameters:

- `average_job_value` (number): Average job value in dollars
- `industry` (string, required): Industry key
- `missed_calls_per_week` (number, required): Number of missed calls per week

### `compare_solutions` (~51 tokens)

Compare AI answering service vs human receptionist for a business type and call volume.

Input parameters:

- `business_type` (string, required): Industry key for the business
- `calls_per_day` (number, required): Average calls received per day

### `generate_custom_demo` (~137 tokens)

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

Input parameters:

- `brand_color` (string): Brand hex color (e.g. #0066FF)
- `brand_logo_url` (string): URL to brand logo image
- `brand_name` (string): Custom brand name for white-label
- `brand_url` (string): Brand website URL for CTA
- `business_name` (string, required): Name of the business
- `email` (string): Contact email (also captures lead)
- `industry` (string, required): Industry key
- `phone_number` (string, required): Phone number to display on demo

### `get_industry_use_case` (~36 tokens)

Get detailed use case information for a specific industry including common scenarios and pain points.

Input parameters:

- `industry` (string, required): Industry key

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/cloud-servicepal-mcp/servicepal#diagnostics

## Score history

- 2026-08-03: 62
- 2026-08-02: 61
- 2026-08-01: 61
- 2026-07-31: 61
- 2026-07-30: 61
- 2026-07-29: 60
- 2026-07-28: 60
- 2026-07-27: 59
- 2026-07-26: 58

## Links

- Remote endpoint: https://servicepal.cloud/mcp/
- Changelog RSS feed: https://verifymcp.io/servers/cloud-servicepal-mcp/servicepal/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/cloud-servicepal-mcp/servicepal/changelog.json
- HTML version of this page: https://verifymcp.io/servers/cloud-servicepal-mcp/servicepal
