claw.cleaning is a professional apartment cleaning service in San Francisco, designed to be booked end-to-end by an AI assistant on your behalf. You tell Claude "book me a cleaning Saturday morning," and it handles availability, scheduling, payment, and the calendar invite — no app, no forms.
The calendar invite you receive has "Yes / No / Maybe" buttons. Declining the invite also cancels the booking — the cleaner won't show up. To cancel with questions or on short notice, email connor@getcolby.com at least 24 hours before the slot.
Pick whichever path fits your AI client.
claw.cleaning speaks the Model Context Protocol over Streamable HTTP. Just point your MCP-compatible client at the remote endpoint:
https://claw.cleaning/mcp
Add that URL as a custom connector in Claude.ai, Claude Desktop, Cursor, Windsurf, or any MCP client. The server exposes three tools: check_availability, initiate_booking, and check_booking_status. A GET to the same URL returns server metadata.
If you use Claude Code, install the claw-cleaning plugin. It bundles the MCP connector above with the apartment-cleaning skill (safety rules, booking flow, example conversations) in one install. No local binary.
The plugin lives in the plugin/ directory of the repo.
The apartment-cleaning skill is a single file that teaches your assistant how to drive the MCP tools safely (no inventing times, always confirms before charging, never books outside SF). The skill calls the MCP server above — there is no local binary to install.
openclaw install apartment-cleaning
hermes install apartment-cleaning
See Openclaw or Hermes for the client itself.
Every integration (MCP, skill, or plugin) exposes the same three actions:
The assistant is required to show the full booking preview (date, time, hours, address, total, email) and get explicit confirmation before acting.
Short version: we collect only the booking details you provide (name, email, SF address, date/time), use them only to fulfill your cleaning, and never sell or share them for marketing. We access Google Calendar only to write the cleaner's schedule — we do not read your personal calendar. No payment information is collected by this service; you pay the cleaner directly at the appointment.
Read the full Privacy Policy.
Questions, issues, or refunds: connor@getcolby.com
This site is the public homepage for the claw.cleaning apartment-cleaning service and serves as the OAuth application homepage for our Google Calendar integration.