1. Conduid
  2. Developer Tools
  3. claw.cleaning
MCP server · Developer Tools

claw.cleaning

Book a San Francisco apartment cleaning. $40/hr, weekends 8am-6pm PT, SF only.

Unclaimed devtools
34Low

Scored 4 months ago · breakdown

About claw.cleaning

claw.cleaning is an MCP server in the Developer Tools category: book a San Francisco apartment cleaning. $40/hr, weekends 8am-6pm PT, SF only. It has been installed 0 times through Conduid.

Install

Clone
git clone https://github.com/GetColby/claw-cleaning

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about claw.cleaning

Powered by Claude · Grounded in docs

I know everything about claw.cleaning. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

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

Three tools over MCP, all for booking an SF weekend apartment cleaning:

  • check_availability — list open weekend slots (Sat/Sun, 8am–6pm PT)
  • initiate_booking — reserve a slot; calendar invite is sent immediately, customer pays the cleaner at the appointment ($40/hr)
  • check_booking_status — list a customer's upcoming bookings by email

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.

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

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About claw.cleaning

How do I install claw.cleaning?

Run git clone https://github.com/GetColby/claw-cleaning, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is claw.cleaning safe to use with an AI agent?

Its trust score is 34 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is claw.cleaning still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.