streamable-httpupdated 4mo ago
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.
What can you do with claw cleaning?
claw.cleaning
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-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.
Machine-readable metadata
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
Repository layout
worker/— Cloudflare Worker hosting the homepage, REST endpoints, and MCP servercli/—claw-cleaningnpm CLIskill/— Openclaw / Hermes skill definitionplugin/— Claude Code plugin (MCP connector + skill)
Contact
Operator: connor@getcolby.com
License
MIT
Install
Add claw cleaning to your client. Pick the one you use.
claude mcp add --transport http claw-cleaning https://claw.cleaning/mcpcodex mcp add claw-cleaning --url https://claw.cleaning/mcp{
"mcpServers": {
"claw-cleaning": {
"url": "https://claw.cleaning/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"claw-cleaning": {
"type": "http",
"url": "https://claw.cleaning/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"claw-cleaning": {
"url": "https://claw.cleaning/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"claw-cleaning": {
"serverUrl": "https://claw.cleaning/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance13/25
- Trust6/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 136 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Apr 17, 2026 |