mcpbeat

Ezi Home Services MCP Server

io.github.EziServices/mcp-public
answering

Ezi Home Services is answering right now. Last checked 6 min ago. It exposes 8 tools.

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

Uptime history 40 hours of history
40 hours agonow
100.0%
Uptime 24h
91 of 91 checks
8
Tools
read from the server
506 ms
Response time
average over 24h
open, no key
Access
streamable-http

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 6 min ago.

run in your terminal
claude mcp add mcp-public --transport http https://prod-api.ezi-app.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-public": {
      "url": "https://prod-api.ezi-app.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-public]
url = "https://prod-api.ezi-app.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-public": {
      "url": "https://prod-api.ezi-app.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-public": {
      "url": "https://prod-api.ezi-app.com/mcp"
    }
  }
}

Available tools 8

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

available
get_available_services
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.
calculate
calculate_quote
Calculate an estimated price and duration for a service WITHOUT creating a booking. Use this during the quoting phase before the customer commits.
cancel
cancel_job
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.
current
current_datetime
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.
lookup
lookup_scheduled_jobs
Return the authenticated customer's upcoming scheduled jobs. Call this before rescheduling or cancelling to get the job ID.
order
create_order
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.
profile
get_profile
Return the authenticated customer's profile: name, account ID, balance, primary address, and payment method status.
reschedule
reschedule_job
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.

Endpoints

URLTransportStateLatencyChecked
https://prod-api.ezi-app.com/mcp streamable-http answering 639 ms 6 min ago

Ezi Home Services — questions

Answers built from our own checks of this server.

What can Ezi Home Services do?
It exposes 8 tools, read directly from the server on our last check. Among them: calculate_quote, cancel_job, create_order, current_datetime, get_available_services, get_profile and 2 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Ezi Home Services working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 506 ms. The bar chart above shows every period we have measured.
How do I connect Ezi Home Services?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Ezi Home Services need an API key?
No. Ezi Home Services completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 8 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Ezi Home Services?
It answers our handshake in 506 ms on average, which is faster than 22% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.