RUMO MCP

Cloudflare Worker exposing the RUMO platform (chatwoot + studio) as MCP tools.

Connect

Add to Claude Code:

claude mcp add rumo --transport http https://mcp.rumo.chat/mcp --header "Authorization: Bearer <MCP_DEV_TOKEN>"

Tools (8)

rumo_whoami — Returns the bound phone, account, and session info. In LOCAL_DEV mode this is read from env; in production it comes from the verified MCP session.
rumo_list_inboxes — List all RUMO inboxes (channels) for the bound account.
rumo_list_conversations — List recent conversations in the bound account. Filter by status; paginate.
rumo_list_contacts — List contacts in the bound account.
rumo_list_projects — List Studio AI projects for the bound account. Goes through the RUMO studio/* proxy → Studiochat (no direct Studiochat call).
rumo_list_kbs — List Knowledge Bases in a Studio project. If project_id is omitted, uses RUMO_STUDIO_PROJECT_ID from secrets.
rumo_list_playbooks — List Suggestion Playbooks in a Studio project. If project_id is omitted, uses RUMO_STUDIO_PROJECT_ID.
rumo_preview_template — Build a URL to wapreview.kaptionai.com/show that renders a WhatsApp template with sample variables filled in. Pass the WhatsApp inbox_id (find via rumo_list_inboxes). Optionally pin a specific template by template_id; otherwise the first template in that inbox is used.

Status

Built: 2026-05-22

See github.com/Kaption-AI for sources (when published).