# claw.cleaning

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/GetColby/claw-cleaning  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/claw-cleaning

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

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

```json
"mcpServers": {
  "claw-cleaning": {
    "command": "npx",
    "args": ["-y","claw-cleaning"]
  }
}
```

## Documentation & README

# claw.cleaning

[![MCP](https://img.shields.io/badge/MCP-claw.cleaning%2Fmcp-blue)](https://claw.cleaning/mcp)
[![Registry](https://img.shields.io/badge/registry-modelcontextprotocol.io-black)](https://registry.modelcontextprotocol.io/)
[![License](https://img.shields.io/badge/license-MIT-green)](#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

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

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

```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/`](https://github.com/GetColby/claw-cleaning/blob/HEAD/plugin/).
- **Skill** — `openclaw 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`](https://github.com/GetColby/claw-cleaning/blob/HEAD/skill/apartment-cleaning/SKILL.md).

## Machine-readable metadata

- [`server.json`](https://github.com/GetColby/claw-cleaning/blob/HEAD/server.json) — official MCP registry schema
- [`smithery.yaml`](https://github.com/GetColby/claw-cleaning/blob/HEAD/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/`](https://github.com/GetColby/claw-cleaning/blob/HEAD/worker/) — Cloudflare Worker hosting the homepage, REST endpoints, and MCP server
- [`cli/`](https://github.com/GetColby/claw-cleaning/blob/HEAD/cli/) — `claw-cleaning` npm CLI
- [`skill/`](https://github.com/GetColby/claw-cleaning/blob/HEAD/skill/) — Openclaw / Hermes skill definition
- [`plugin/`](https://github.com/GetColby/claw-cleaning/blob/HEAD/plugin/) — Claude Code plugin (MCP connector + skill)

## Contact

Operator: connor@getcolby.com

## License

MIT

