Claw-Cleaning
Hosts the MCP server and related services on Cloudflare Workers, providing the infrastructure for the apartment cleaning booking system accessible via HTTP.
Enables integration with Codeium's Windsurf editor for booking apartment cleaning services in San Francisco, allowing AI agents to check availability, reserve slots, and manage bookings.
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/mcpClaude 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"
}
}
}Related MCP server: FastMCP Style Enforcer
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
This server cannot be deployed
Maintenance
Related MCP Connectors
ProxyLink MCP server for finding and booking home service professionals
Hotel booking MCP server. Search, book, and manage reservations across 250K+ properties worldwide.
Related MCP Servers
- AlicenseAqualityFmaintenanceAn AI-powered server that helps users discover and book restaurants based on location, cuisine preferences, mood, and event type, with integration to Google Maps Places API for accurate recommendations.516MIT
- -licenseNot gradedqualityDmaintenanceA server that automatically reviews code style and suggests improvements, with special focus on Flutter/Dart projects and general programming styles.-
- AlicenseAqualityBmaintenanceAn MCP server for rental apartment aggregation, enabling geographic polygon search, semantic vector search, and LLM-powered analysis. Integrates with AI agents like Claude Desktop to manage apartment hunting workflows.152MIT
- FlicenseNot gradedqualityDmaintenanceA server for Korean lease and moving safety guidance using official public data. It helps users convert region names, compare deposits, detect contract red flags, and plan move-in protection steps.-