Zooza MCP Server
ZM
Zooza MCP Server
/comms_list_merge_vars

List Zooza message merge variables

Returns all valid merge variables for Zooza message templates (email, SMS, WhatsApp). Format: *|VARIABLE_NAME|* (MailChimp-compatible). No Zooza API call — hard

liveunknown~5s typical
mcpzoozamcpserver
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-app-zooza-mcp-server /comms_list_merge_vars for me.

Input

FieldTypeDescription
categorystring (client | booking | programme | session | financial | place)Filter by category. Omit to return all variables.
mediumstring (email | sms | whatsapp)Include medium-specific notes (e.g. HTML variables that do not render in SMS).

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-app-zooza-mcp-server","endpoint":"/comms_list_merge_vars","input":{}}'
cli
npx cracked-ai run -p mcp-app-zooza-mcp-server -e /comms_list_merge_vars -i '{}'
mcp
run_tool({ provider: "mcp-app-zooza-mcp-server", endpoint: "/comms_list_merge_vars", input: {} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.