ZM
Zooza MCP Server
/negotiate_terminology
Negotiate terminology — build a personalised vocabulary profile
Free tool — no Zooza API call, no company_id required. Two modes: "start" → returns the 8-question interview template for Claude to conduct conversationally.
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 /negotiate_terminology for me.
Input
| Field | Type | Description |
|---|---|---|
| action* | string (start | build) | "start" — returns the 8-question interview template (call this first, then ask the user th |
| answers | object | Required when action is "build". Omit for action "start". |
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":"/negotiate_terminology","input":{"action":"start"}}'cli
npx cracked-ai run -p mcp-app-zooza-mcp-server -e /negotiate_terminology -i '{"action":"start"}'mcp
run_tool({ provider: "mcp-app-zooza-mcp-server", endpoint: "/negotiate_terminology", input: {"action":"start"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.