# Ezi Home Services MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-eziservices-mcp-public
- Website: https://ezi-app.com

## Install
- Endpoint: https://prod-api.ezi-app.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://prod-api.ezi-app.com/mcp

## Tools
- get_profile - Return the authenticated customer's profile: name, account ID, balance, primary address, and payment method status. Endpoint: https://prod-api.ezi-app.com/mcp
- lookup_scheduled_jobs - Return the authenticated customer's upcoming scheduled jobs. Call this before rescheduling or cancelling to get the job ID. Endpoint: https://prod-api.ezi-app.com/mcp
- 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. Endpoint: https://prod-api.ezi-app.com/mcp
- 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. Endpoint: https://prod-api.ezi-app.com/mcp
- 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. Endpoint: https://prod-api.ezi-app.com/mcp
- 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. Endpoint: https://prod-api.ezi-app.com/mcp
- 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. Endpoint: https://prod-api.ezi-app.com/mcp
- 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. Endpoint: https://prod-api.ezi-app.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.EziServices
- Version: 1.0.1
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jun 19, 2026
- Source: https://registry.modelcontextprotocol.io
