Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

Ezi Home Services

REMOTE · PROD-API.EZI-APP.COM · SCANNED AUG 3

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

+8 this week 69 Trust /100
Trust breakdown (6 categories)

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. How we score →

Endpoint Security83
Transport & Reachability100
Schema Quality & AI Usability63
  • AI-judged instruction clarity (good).Pass
  • 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. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage86
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 59% of tool parameters carry a description.Partial
Capabilities20
  • Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28. See how to fix → Fail
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · prod-api.ezi-app.com

# add to Claude Code
claude mcp add --transport http eziservices-mcp-public https://prod-api.ezi-app.com/mcp
# ~/.codex/config.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
    }
  }
}
# add to OpenClaw
openclaw mcp add eziservices-mcp-public --url https://prod-api.ezi-app.com/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  eziservices-mcp-public:
    url: "https://prod-api.ezi-app.com/mcp"
// mcp.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 we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +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.

  • 31 Jul 26 +5
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 29 Jul 26 +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.

  • 28 Jul 26 +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.

  • 27 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 26 Jul 26 61

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Probed https://prod-api.ezi-app.com/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=ezi-app.com CN=WE1,O=Google Trust Services,C=US 12 Jul 2026 10 Oct 2026 ECDSA 256 ECDSA-SHA256 b3f4ea606f39e2c80ee51afdbe17eeeb
SANs: ezi-app.com, *.ezi-app.com
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b
DNSSEC insecure

Validation of prod-api.ezi-app.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
ezi-app.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication Challenged, unverified

The endpoint asked for a token, but we could not retrieve and validate the RFC 9728 metadata that tells a client how to obtain one.

Result Challenged, unverified
Enforced On tool calls
HTTP status 200

Protected resource metadata

Retrieved No
Problem no_resource_metadata
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://prod-api.ezi-app.com/mcp Verified 200
http (plaintext) http://prod-api.ezi-app.com/mcp HTTPS enforced 301 https://prod-api.ezi-app.com/mcp
MCP tools — 8 exposed · ~1,576 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
calculate_quote ~651

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

NameTypeReqDescription
areaRugsnumberCarpet: number of area rugs.
backyardbooleanLawn: include backyard.
baseboardsbooleanInclude baseboards.
basementbooleanInclude basement.
bathroomsnumberNumber of bathrooms (cleaning).
bedroomsnumberNumber of bedrooms (cleaning/carpet).
carsToClearnumberSnow: number of cars to clear.
categorystringyesService category.
citystringyesCustomer city. Valid values: Ottawa, Gatineau, Toronto, Montreal, Surrey, Miami.
clayAndSealbooleanCar: clay bar & seal add-on.
cleaningSuppliesbooleanWhether ezi provides supplies (default true).
drivewayTypestringSnow: driveway type.
edgingbooleanLawn: include edging.
engineBaybooleanCar: engine bay cleaning add-on.
excessDirtbooleanCar: very dirty interior add-on.
femaleCleanerbooleanPrefer a female cleaner.
fridgeInsidebooleanInclude inside fridge.
frontWalkwaybooleanSnow: include front walkway.
garagebooleanInclude garage.
groutCleaningbooleanInclude grout cleaning.
gutterCleaningbooleanExterior: include gutter cleaning.
hallwaybooleanCarpet: include hallway.
hasPetsbooleanCustomer has pets at home.
iceBuildupbooleanSnow: include hard ice buildup.
iceSaltingbooleanSnow: include ice salting.
kitchenDeepbooleanInclude kitchen deep clean.
kitchenSurfacebooleanInclude kitchen surface clean.
lawnCleanupbooleanLawn: include cleanup.
leafRemovalbooleanLawn: include leaf removal.
livingRoombooleanInclude living room.
ovenInsidebooleanInclude inside oven.
overgrownbooleanLawn: overgrown surcharge.
petHairRemovalbooleanCar: pet hair removal add-on.
serviceTypestringyesSpecific service type within the category.
soffitsAndFasciabooleanExterior: include soffits & fascia.
spotCleanDoorsbooleanInclude spot-clean doors.
spotCleanWallsbooleanInclude spot-clean walls.
staircasebooleanCarpet: include staircase.
tireCountnumberTire: number of tires (default 4).
vehicleTypestringVehicle type for car detailing or tire changing.
wateringbooleanLawn: include watering.
windowPanesnumberExterior: number of window panes.
windowScreensnumberExterior: number of window screens.
windowsbooleanInclude window cleaning.
windrowClearingbooleanSnow: include windrow clearing.
yardSizestringLawn: yard size.

No output schema declared.

No examples provided.

cancel_job ~75

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.

NameTypeReqDescription
confirmedbooleanyesMust be true. Only set after the customer has explicitly confirmed.
jobIdstringyesThe job ID obtained from lookup_scheduled_jobs.

No output schema declared.

No examples provided.

create_order ~537

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.

NameTypeReqDescription
addressobjectyesService address.
areaRugsnumber
backyardboolean
baseboardsboolean
basementboolean
bathroomsnumber
bedroomsnumber
bookIfPaymentOnFilebooleanIf true and a payment method is saved, immediately confirms the booking.
carsToClearnumber
categorystringyesService category.
clayAndSealboolean
cleaningSuppliesboolean
commentstringOptional notes for the service provider.
drivewayTypestring
durationHoursnumberEstimated duration in hours (0.5 increments). Use the value from calculate_quote.
edgingboolean
engineBayboolean
excessDirtboolean
femaleCleanerboolean
fridgeInsideboolean
frontWalkwayboolean
garageboolean
groutCleaningboolean
gutterCleaningboolean
hallwayboolean
hasPetsboolean
iceBuildupboolean
iceSaltingboolean
kitchenDeepboolean
kitchenSurfaceboolean
lawnCleanupboolean
leafRemovalboolean
livingRoomboolean
ovenInsideboolean
overgrownboolean
petHairRemovalboolean
scheduledTimestringyesISO 8601 datetime string (e.g. "2025-07-15T10:00:00-04:00"). Always include the timezone offset.
sendQuoteSMSbooleanSend the customer an SMS summary.
serviceTypestringSpecific service type.
soffitsAndFasciaboolean
spotCleanDoorsboolean
spotCleanWallsboolean
staircaseboolean
tireCountnumber
vehicleTypestring
wateringboolean
windowPanesnumber
windowScreensnumber
windowsboolean
windrowClearingboolean
yardSizestring

No output schema declared.

No examples provided.

current_datetime ~73

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.

NameTypeReqDescription
citystringOptional city name to get local time and offset. Valid: Ottawa, Gatineau, Toronto, Montreal, Surrey, Miami.

No output schema declared.

No examples provided.

get_available_services ~76

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.

NameTypeReqDescription
postalCodestringyesCustomer postal or zip code (e.g. "K1A 0A1" or "90210").

No output schema declared.

No examples provided.

get_profile ~29

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

lookup_scheduled_jobs ~31

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

reschedule_job ~104

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.

NameTypeReqDescription
confirmedbooleanyesMust be true. Only set after the customer has explicitly confirmed.
jobIdstringyesThe job ID obtained from lookup_scheduled_jobs.
newScheduledTimestringyesNew ISO 8601 datetime string for the rescheduled appointment.

No output schema declared.

No examples provided.