Serverscom.mycloudclaw/cloudclaw
C

CloudClaw

com.mycloudclaw/cloudclaw · v1.0.0
● Remote
v1.0.0remote🌐 https://mycloudclaw.com/api/agents/{agent_id}/mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "com.mycloudclaw/cloudclaw",
  "description": "AI agent hosting platform: 37+ connectors, 181 tools, BYOK vault, marketplace.",
  "title": "CloudClaw",
  "repository": {
    "url": "https://github.com/mkc909/cloudclaw-core",
    "source": "github"
  },
  "version": "1.0.0",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mycloudclaw.com/api/agents/{agent_id}/mcp",
      "headers": [
        {
          "description": "CloudClaw API key as Bearer token (e.g. Bearer cc_xxxx)",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ],
      "variables": {
        "agent_id": {
          "description": "Your CloudClaw agent ID. Get yours at https://mycloudclaw.com",
          "isRequired": true
        }
      }
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}