# Ezi Home Services (remote · prod-api.ezi-app.com)

Book, reschedule, and cancel home services (cleaning, lawn, snow) via phone OTP authentication.

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

## Components

- remote · `prod-api.ezi-app.com`: 69/100 (this document), [markdown](https://verifymcp.io/servers/eziservices-mcp-public/prod-api.md), [page](https://verifymcp.io/servers/eziservices-mcp-public/prod-api)

## Channel facts

- Endpoint: `https://prod-api.ezi-app.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.1`

## 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**: 83/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation is enforced on tool calls, but the challenge carries no valid RFC 9728 metadata, so a client cannot discover where to get a token.
  - 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**: 63/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 1576 tokens (~197/item across 8 items; 8 tools + 0 resources), over budget; trim descriptions and params.
  - 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**: 86/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 59% 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 eziservices-mcp-public https://prod-api.ezi-app.com/mcp
```

### Codex

```toml
[mcp_servers.eziservices-mcp-public]
url = "https://prod-api.ezi-app.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "eziservices-mcp-public": {
      "type": "remote",
      "url": "https://prod-api.ezi-app.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add eziservices-mcp-public --url https://prod-api.ezi-app.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  eziservices-mcp-public:
    url: "https://prod-api.ezi-app.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "eziservices-mcp-public": {
      "type": "http",
      "url": "https://prod-api.ezi-app.com/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-02 (score 69, +1)

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

### 2026-07-31 (score 68, +5)

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

### 2026-07-30 (score 63, 0)

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

### 2026-07-29 (score 63, +1)

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

### 2026-07-28 (score 62, +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 61, 0)

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

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

First indexed and scored.

## MCP tools (8)

### `get_profile` (~29 tokens)

Return the authenticated customer's profile: name, account ID, balance, primary address, and payment method status.

### `lookup_scheduled_jobs` (~31 tokens)

Return the authenticated customer's upcoming scheduled jobs. Call this before rescheduling or cancelling to get the job ID.

### `get_available_services` (~76 tokens)

Returns service categories and types available for a given postal or zip code, accounting for location coverage and seasonal availability. Call this after collecting the customer's postal code to determine what services to offer.

Input parameters:

- `postalCode` (string, required): Customer postal or zip code (e.g. "K1A 0A1" or "90210").

### `current_datetime` (~73 tokens)

Returns the current date and time in UTC and, if a city is provided, in the local timezone. Call this before create_order to get the correct timezone offset.

Input parameters:

- `city` (string): Optional city name to get local time and offset. Valid: Ottawa, Gatineau, Toronto, Montreal, Surrey, Miami.

### `calculate_quote` (~651 tokens)

Calculate an estimated price and duration for a service WITHOUT creating a booking. Use this during the quoting phase before the customer commits.

Input parameters:

- `areaRugs` (number): Carpet: number of area rugs.
- `backyard` (boolean): Lawn: include backyard.
- `baseboards` (boolean): Include baseboards.
- `basement` (boolean): Include basement.
- `bathrooms` (number): Number of bathrooms (cleaning).
- `bedrooms` (number): Number of bedrooms (cleaning/carpet).
- `carsToClear` (number): Snow: number of cars to clear.
- `category` (string, required): Service category.
- `city` (string, required): Customer city. Valid values: Ottawa, Gatineau, Toronto, Montreal, Surrey, Miami.
- `clayAndSeal` (boolean): Car: clay bar & seal add-on.
- `cleaningSupplies` (boolean): Whether ezi provides supplies (default true).
- `drivewayType` (string): Snow: driveway type.
- `edging` (boolean): Lawn: include edging.
- `engineBay` (boolean): Car: engine bay cleaning add-on.
- `excessDirt` (boolean): Car: very dirty interior add-on.
- `femaleCleaner` (boolean): Prefer a female cleaner.
- `fridgeInside` (boolean): Include inside fridge.
- `frontWalkway` (boolean): Snow: include front walkway.
- `garage` (boolean): Include garage.
- `groutCleaning` (boolean): Include grout cleaning.
- `gutterCleaning` (boolean): Exterior: include gutter cleaning.
- `hallway` (boolean): Carpet: include hallway.
- `hasPets` (boolean): Customer has pets at home.
- `iceBuildup` (boolean): Snow: include hard ice buildup.
- `iceSalting` (boolean): Snow: include ice salting.
- `kitchenDeep` (boolean): Include kitchen deep clean.
- `kitchenSurface` (boolean): Include kitchen surface clean.
- `lawnCleanup` (boolean): Lawn: include cleanup.
- `leafRemoval` (boolean): Lawn: include leaf removal.
- `livingRoom` (boolean): Include living room.
- `ovenInside` (boolean): Include inside oven.
- `overgrown` (boolean): Lawn: overgrown surcharge.
- `petHairRemoval` (boolean): Car: pet hair removal add-on.
- `serviceType` (string, required): Specific service type within the category.
- `soffitsAndFascia` (boolean): Exterior: include soffits & fascia.
- `spotCleanDoors` (boolean): Include spot-clean doors.
- `spotCleanWalls` (boolean): Include spot-clean walls.
- `staircase` (boolean): Carpet: include staircase.
- `tireCount` (number): Tire: number of tires (default 4).
- `vehicleType` (string): Vehicle type for car detailing or tire changing.
- `watering` (boolean): Lawn: include watering.
- `windowPanes` (number): Exterior: number of window panes.
- `windowScreens` (number): Exterior: number of window screens.
- `windows` (boolean): Include window cleaning.
- `windrowClearing` (boolean): Snow: include windrow clearing.
- `yardSize` (string): Lawn: yard size.

### `create_order` (~537 tokens)

Create a service order for the authenticated customer. Call calculate_quote first to get the price and recommended durationHours, then call this once the customer agrees.

Input parameters:

- `address` (object, required): Service address.
- `areaRugs` (number)
- `backyard` (boolean)
- `baseboards` (boolean)
- `basement` (boolean)
- `bathrooms` (number)
- `bedrooms` (number)
- `bookIfPaymentOnFile` (boolean): If true and a payment method is saved, immediately confirms the booking.
- `carsToClear` (number)
- `category` (string, required): Service category.
- `clayAndSeal` (boolean)
- `cleaningSupplies` (boolean)
- `comment` (string): Optional notes for the service provider.
- `drivewayType` (string)
- `durationHours` (number): Estimated duration in hours (0.5 increments). Use the value from calculate_quote.
- `edging` (boolean)
- `engineBay` (boolean)
- `excessDirt` (boolean)
- `femaleCleaner` (boolean)
- `fridgeInside` (boolean)
- `frontWalkway` (boolean)
- `garage` (boolean)
- `groutCleaning` (boolean)
- `gutterCleaning` (boolean)
- `hallway` (boolean)
- `hasPets` (boolean)
- `iceBuildup` (boolean)
- `iceSalting` (boolean)
- `kitchenDeep` (boolean)
- `kitchenSurface` (boolean)
- `lawnCleanup` (boolean)
- `leafRemoval` (boolean)
- `livingRoom` (boolean)
- `ovenInside` (boolean)
- `overgrown` (boolean)
- `petHairRemoval` (boolean)
- `scheduledTime` (string, required): ISO 8601 datetime string (e.g. "2025-07-15T10:00:00-04:00"). Always include the timezone offset.
- `sendQuoteSMS` (boolean): Send the customer an SMS summary.
- `serviceType` (string): Specific service type.
- `soffitsAndFascia` (boolean)
- `spotCleanDoors` (boolean)
- `spotCleanWalls` (boolean)
- `staircase` (boolean)
- `tireCount` (number)
- `vehicleType` (string)
- `watering` (boolean)
- `windowPanes` (number)
- `windowScreens` (number)
- `windows` (boolean)
- `windrowClearing` (boolean)
- `yardSize` (string)

### `reschedule_job` (~104 tokens)

Reschedule one of the authenticated customer's upcoming jobs to a new date and time. Call lookup_scheduled_jobs first to get the job ID. Get explicit customer confirmation before setting confirmed to true.

Input parameters:

- `confirmed` (boolean, required): Must be true. Only set after the customer has explicitly confirmed.
- `jobId` (string, required): The job ID obtained from lookup_scheduled_jobs.
- `newScheduledTime` (string, required): New ISO 8601 datetime string for the rescheduled appointment.

### `cancel_job` (~75 tokens)

Cancel one of the authenticated customer's upcoming jobs. Call lookup_scheduled_jobs first to get the job ID. Get explicit customer confirmation before setting confirmed to true.

Input parameters:

- `confirmed` (boolean, required): Must be true. Only set after the customer has explicitly confirmed.
- `jobId` (string, required): The job ID obtained from lookup_scheduled_jobs.

## Diagnostics

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

## Score history

- 2026-08-03: 69
- 2026-08-02: 69
- 2026-08-01: 68
- 2026-07-31: 68
- 2026-07-30: 63
- 2026-07-29: 63
- 2026-07-28: 62
- 2026-07-27: 61
- 2026-07-26: 61

## Links

- Remote endpoint: https://prod-api.ezi-app.com/mcp
- Website: https://ezi-app.com/
- Changelog RSS feed: https://verifymcp.io/servers/eziservices-mcp-public/prod-api/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/eziservices-mcp-public/prod-api/changelog.json
- HTML version of this page: https://verifymcp.io/servers/eziservices-mcp-public/prod-api
