Skip to content

GetColby/claw-cleaning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

claw.cleaning

MCP Registry License

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.

Connect via MCP (recommended, zero-install)

Streamable HTTP, no auth, no CLI:

https://claw.cleaning/mcp

Claude Desktop / Claude.ai

{
  "mcpServers": {
    "claw-cleaning": {
      "url": "https://claw.cleaning/mcp"
    }
  }
}

Cursor (.cursor/mcp.json) / Windsurf (~/.codeium/windsurf/mcp_config.json)

{
  "mcpServers": {
    "claw-cleaning": {
      "url": "https://claw.cleaning/mcp"
    }
  }
}

What the server does

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 card
  • check_booking_status — list a customer's bookings by email
  • force_checkout_booking — force a fresh checkout URL (e.g., after a card decline)

Other integration paths

  • Claude Code plugin — bundles the MCP connector + the apartment-cleaning skill, zero local binary. See plugin/.
  • Skillopenclaw install apartment-cleaning or hermes install apartment-cleaning. The skill drives the MCP server above — no local binary required. See skill/apartment-cleaning/SKILL.md.
  • CLInpm install -g claw-cleaning then claw-cleaning availability, claw-cleaning book, claw-cleaning status. See cli/.

Machine-readable metadata

  • server.json — official MCP registry schema
  • smithery.yaml — Smithery indexer
  • https://claw.cleaning/.well-known/mcp.json — served manifest
  • https://claw.cleaning/agents.txt — binding rules and rate limits
  • https://claw.cleaning/llms.txt — LLM-oriented overview

Repository layout

  • worker/ — Cloudflare Worker hosting the homepage, REST endpoints, and MCP server
  • cli/claw-cleaning npm CLI
  • skill/ — Openclaw / Hermes skill definition
  • plugin/ — Claude Code plugin (MCP connector + skill)

Contact

Operator: connor@getcolby.com

License

MIT

About

Public metadata for the claw.cleaning MCP server. See https://claw.cleaning/mcp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors