← Registry

General Tools

ezi-app.com

Provides customer-facing home services functions: profile, scheduling, service availability, time lookup, and quote calculation.

1 endpoint8 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://prod-api.ezi-app.com/mcp

No auth detected

MCP server metadata

Name
ezi-mcp-public
Version
1.0.0
Capabilities
tools

Known tools 8

get_profile

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

Potential side effects
lookup_scheduled_jobs

Return the authenticated customer's upcoming scheduled jobs.

Inferred read-only
get_available_services

Returns service categories and types available for a given postal or zip code, accounting for location coverage and seasonal availability.

Inferred read-only
current_datetime

Returns the current date and time in UTC and, if a city is provided, in the local timezone.

Inferred read-only
calculate_quote

Calculate an estimated price and duration for a service WITHOUT creating a booking.

Inferred read-only
create_order

Create a service order for the authenticated customer.

Potential side effects
reschedule_job

Reschedule one of the authenticated customer's upcoming jobs to a new date and time.

Inferred read-only
cancel_job

Cancel one of the authenticated customer's upcoming jobs.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.ezi-mcp-public]
url = "https://prod-api.ezi-app.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ezi-mcp-public": {
      "type": "http",
      "url": "https://prod-api.ezi-app.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ezi-mcp-public
Remote MCP URL: https://prod-api.ezi-app.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "ezi-mcp-public": {
      "url": "https://prod-api.ezi-app.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "ezi-mcp-public": {
      "type": "http",
      "url": "https://prod-api.ezi-app.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "ezi-mcp-public",
  "transport": "streamable-http",
  "url": "https://prod-api.ezi-app.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for ezi-app.com was fetched 2026-08-03T19:34:22.323Z and is being refreshed.

Trust status Trusted

ezi-app.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.