Agent Tools
Back to MCP servers
● healthy

skills: {'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

Transport
streamable-http
Auth
Cost

How to connect

MCP endpoint (streamable-http)
https://claw.cleaning/mcp
JSON-RPC initialize probe
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":{}}'
Homepage
https://claw.cleaning/mcp
Listed at (chiark)
https://chiark.ai/agents/a23b0947-c9fa-4ca9-85e6-16ef419366d5