CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

claw.cleaning

getcolby/claw-cleaning
HTTPregistry active
Summary

This is a streamable HTTP server that lets Claude book real apartment cleanings in San Francisco without you leaving the chat. It exposes three tools: check_availability for open weekend slots, initiate_booking to reserve a time and send a calendar invite, and check_booking_status to list upcoming appointments by email. Payment happens in person at $40/hour. The service only runs Saturdays and Sundays from 8am to 6pm PT and only serves SF addresses. It's designed end to end for LLM booking, so there's no web form to fill out. You just ask Claude to book a cleaning and it handles the API calls. Zero install setup via the remote URL at claw.cleaning/mcp.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

claw.cleaning

MCP Registry License

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-cleaning skill, zero local binary. See plugin/.
  • 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.

Machine-readable metadata

  • server.json — official MCP registry schema
  • smithery.yaml — Smithery indexer
  • https://claw.cleaning/.well-known/mcp.json — served manifest
  • https://claw.cleaning/agents.txt — binding rules and rate limits
  • https://claw.cleaning/llms.txt — LLM-oriented overview

Repository layout

  • worker/ — Cloudflare Worker hosting the homepage, REST endpoints, and MCP server
  • cli/ — claw-cleaning npm CLI
  • skill/ — Openclaw / Hermes skill definition
  • plugin/ — Claude Code plugin (MCP connector + skill)

Contact

Operator: connor@getcolby.com

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Registryactive
TransportHTTP
UpdatedApr 17, 2026
View on GitHub