Connection check
verified live · 27h ago
mcp-public-2
Book, reschedule, and cancel home services (cleaning, lawn, snow) via phone OTP authentication.
Tools
8
GitHub stars
—
Installs / wk
—
Licence
—
Transport
streamable-http
Last checked
27h ago
Tools & capabilities
8 toolsRead from the running server on 27h ago.
calculate_quote
city*edginggaragehallwayhasPetswindows
+40
Calculate an estimated price and duration for a service WITHOUT creating a booking. Use this during the quoting phase before the customer commits. Calculate an estimated price and duration for a service WITHOUT creating a booking. Use this during the quoting phase before the customer commits.
cancel_job
jobId*confirmed*
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. 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.
create_order
edginggarageaddress*commenthallwayhasPets
+45
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. 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.
current_datetime
city
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. 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.
get_available_services
postalCode*
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… 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.
get_profile
Return the authenticated customer's profile: name, account ID, balance, primary address, and payment method status. Return the authenticated customer's profile: name, account ID, balance, primary address, and payment method status.
lookup_scheduled_jobs
Return the authenticated customer's upcoming scheduled jobs. Call this before rescheduling or cancelling to get the job ID. Return the authenticated customer's upcoming scheduled jobs. Call this before rescheduling or cancelling to get the job ID.
reschedule_job
jobId*confirmed*newScheduledTime*