claw.cleaning
https://claw.cleaning/mcpskills: {'id': 'check_availability', 'name': 'check_availability', 'description': 'List available cleaning slots. Saturdays and Sundays only, 8 AM – 6 PM PT, San Francisco only. Omit `date` for the next 8 upcoming weekend days.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'initiate_booking', 'name': 'initiate_booking', 'description': 'Reserve a cleaning slot. No payment is collected up front — the customer pays the cleaner in cash or card at the appointment. Returns `{ status: "booked" }`, the slot is locked in the calendar, and a calendar invite is sent to the email. Always ask the customer for full details (date, start time, hours, address, name, email) and confirm the booking preview before calling this tool.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'check_booking_status', 'name': 'check_booking_status', 'description': 'List upcoming bookings for a customer by email. Queries Google Calendar directly, so results are live and reflect any bookings in the next ~20 events.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 788.7ms; conformance: pass
How to connect
https://claw.cleaning/mcp
curl -X POST https://claw.cleaning/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'