MCP bridge (OpenClaw → Teddy)
MCP bridge (OpenClaw → Teddy) Package: mcp-server/ Exposes Teddy domain tools over the Model Context Protocol so OpenClaw (or any MCP client) can manage the WordPress site through the same ToolRegistry /…
MCP bridge (OpenClaw → Teddy)#
Package: mcp-server/
Exposes Teddy domain tools over the Model Context Protocol so OpenClaw (or any MCP client) can manage the WordPress site through the same ToolRegistry / approval path as the admin Copilot.
Flow#
- Client starts
node mcp-server/src/index.js(stdio). - Bridge
GET /wp-json/teddy/v1/domain-tools→ MCPtools/list. - Bridge
POST /wp-json/teddy/v1/tools/{name}/execute→ MCPtools/call. - Dangerous tools still go through dry-run +
approval_token(unlessTEDDY_AUTO_APPROVE_DANGEROUS).
Requirements#
- Setting
use_agent_pipeline= on (registers domain-tools routes). - REST auth: Application Password or JWT (
BEAN_AI_JWT_SECRET).
See mcp-server/README.md for OpenClaw config examples.
Live (blackbean.io.vn): deploy-blackbean-io-vn.md · approvals-zalo.md
Buyer onboarding (OpenClaw): USER-GUIDE-OPENCLAW.md · openclaw-onboarding.md · package openclaw/