{ "name": "openclaw-control-mcp", "version": "0.8.1", "mcpName": "io.github.smurfy92/openclaw-control-mcp", "description": "The OpenClaw control plane MCP server — operate the gateway's full management surface (cron, sessions, agents, channels, skills, config, secrets, doctor, …) from Claude Code, Cursor, or any MCP client. 143 typed tools covering every published JSON-RPC method.", "type": "module", "bin": { "openclaw-control-mcp": "dist/index.js" }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "default": "./dist/index.js" }, "./package.json": "./package.json" }, "repository": { "type": "git", "url": "git+https://github.com/smurfy92/openclaw-control-mcp.git" }, "homepage": "https://github.com/smurfy92/openclaw-control-mcp#readme", "bugs": { "url": "https://github.com/smurfy92/openclaw-control-mcp/issues" }, "keywords": [ "mcp", "mcp-server", "model-context-protocol", "openclaw", "control-plane", "management-plane", "claude", "claude-code", "cursor", "agent", "gateway", "websocket", "json-rpc", "ed25519", "cron", "operator", "devops", "automation" ], "files": [ "dist", ".env.example", "README.md", "LICENSE", "CHANGELOG.md", "SECURITY.md" ], "scripts": { "build": "tsup src/index.ts --format esm --target node22 --dts --clean", "dev": "tsx src/index.ts", "typecheck": "tsc --noEmit", "test": "vitest run", "test:watch": "vitest", "start": "node dist/index.js", "verify:live": "tsx scripts/verify-all-tools.ts" }, "engines": { "node": ">=22" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "@noble/ed25519": "^3.1.0", "ws": "^8.18.3", "zod": "^3.23.8", "zod-to-json-schema": "^3.23.5" }, "devDependencies": { "@types/node": "^22.10.0", "@types/ws": "^8.5.13", "tsup": "^8.3.5", "tsx": "^4.19.2", "typescript": "^5.6.3", "vitest": "^5.0.1" }, "license": "MIT" }