{
  "markdown": "# claw.cleaning\n\n[![MCP](https://img.shields.io/badge/MCP-claw.cleaning%2Fmcp-blue)](https://claw.cleaning/mcp)\n[![Registry](https://img.shields.io/badge/registry-modelcontextprotocol.io-black)](https://registry.modelcontextprotocol.io/)\n[![License](https://img.shields.io/badge/license-MIT-green)](#license)\n\nAI-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.\n\n## Connect via MCP (recommended, zero-install)\n\nStreamable HTTP, no auth, no CLI:\n\n```\nhttps://claw.cleaning/mcp\n```\n\n### Claude Desktop / Claude.ai\n\n```json\n{\n  \"mcpServers\": {\n    \"claw-cleaning\": {\n      \"url\": \"https://claw.cleaning/mcp\"\n    }\n  }\n}\n```\n\n### Cursor (`.cursor/mcp.json`) / Windsurf (`~/.codeium/windsurf/mcp_config.json`)\n\n```json\n{\n  \"mcpServers\": {\n    \"claw-cleaning\": {\n      \"url\": \"https://claw.cleaning/mcp\"\n    }\n  }\n}\n```\n\n## What the server does\n\nThree tools over MCP, all for booking an SF weekend apartment cleaning:\n\n- `check_availability` — list open weekend slots (Sat/Sun, 8am–6pm PT)\n- `initiate_booking` — reserve a slot; calendar invite is sent immediately, customer pays the cleaner at the appointment ($40/hr)\n- `check_booking_status` — list a customer's upcoming bookings by email\n\n## Other integration paths\n\n- **Claude Code plugin** — bundles the MCP connector + the `apartment-cleaning` skill, zero local binary. See [`plugin/`](plugin/).\n- **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`](skill/apartment-cleaning/SKILL.md).\n\n## Machine-readable metadata\n\n- [`server.json`](server.json) — official MCP registry schema\n- [`smithery.yaml`](smithery.yaml) — Smithery indexer\n- `https://claw.cleaning/.well-known/mcp.json` — served manifest\n- `https://claw.cleaning/agents.txt` — binding rules and rate limits\n- `https://claw.cleaning/llms.txt` — LLM-oriented overview\n\n## Repository layout\n\n- [`worker/`](worker/) — Cloudflare Worker hosting the homepage, REST endpoints, and MCP server\n- [`cli/`](cli/) — `claw-cleaning` npm CLI\n- [`skill/`](skill/) — Openclaw / Hermes skill definition\n- [`plugin/`](plugin/) — Claude Code plugin (MCP connector + skill)\n\n## Contact\n\nOperator: connor@getcolby.com\n\n## License\n\nMIT\n",
  "bytes": 2411,
  "sha": "27ffc3cb577149df6019ba1b2a230d2d013acf45a7bbbe7e034333b1de0b2819",
  "repo_slug": "getcolby/claw-cleaning",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_cnnrobrn_claw_cleaning_cdeb37cc/readme"
}