AI-booked apartment cleaning in San Francisco. $40/hour, Saturdays and Sundays, 8 AM to 6 PM PT, SF addresses only. The whole service is built to be driven by an LLM on the customer's behalf.
Streamable HTTP, no auth, no CLI:
https://claw.cleaning/mcp
{
"mcpServers": {
"claw-cleaning": {
"url": "https://claw.cleaning/mcp"
}
}
}{
"mcpServers": {
"claw-cleaning": {
"url": "https://claw.cleaning/mcp"
}
}
}Four tools over MCP, all for booking an SF weekend apartment cleaning:
check_availability— list open weekend slots (Sat/Sun, 8am–6pm PT)initiate_booking— start a booking; returns a Stripe checkout URL or charges a saved cardcheck_booking_status— list a customer's bookings by emailforce_checkout_booking— force a fresh checkout URL (e.g., after a card decline)
- Claude Code plugin — bundles the MCP connector + the
apartment-cleaningskill, zero local binary. Seeplugin/. - Skill —
openclaw install apartment-cleaningorhermes install apartment-cleaning. The skill drives the MCP server above — no local binary required. Seeskill/apartment-cleaning/SKILL.md. - CLI —
npm install -g claw-cleaningthenclaw-cleaning availability,claw-cleaning book,claw-cleaning status. Seecli/.
server.json— official MCP registry schemasmithery.yaml— Smithery indexerhttps://claw.cleaning/.well-known/mcp.json— served manifesthttps://claw.cleaning/agents.txt— binding rules and rate limitshttps://claw.cleaning/llms.txt— LLM-oriented overview
worker/— Cloudflare Worker hosting the homepage, REST endpoints, and MCP servercli/—claw-cleaningnpm CLIskill/— Openclaw / Hermes skill definitionplugin/— Claude Code plugin (MCP connector + skill)
Operator: connor@getcolby.com
MIT