ZM
Zooza MCP Server
/classes_find_courses
Find courses by name
Search the company's courses by name (substring match) and optionally by registration_type. Returns a slim list of matches — `{id, name, registration_type, targ
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 /classes_find_courses for me.
Input
| Field | Type | Description |
|---|---|---|
| company_id | integer | Zooza company id to operate against. Optional: if the user has exactly one company, the se |
| name | string | Substring match on the programme (course) name, e.g. "Ballet". Matches any programme whose |
| registration_type | string (single | full2 | open) | Registration model. 'single' = drop-in / per-session booking (customer books one event at |
| include_archived | boolean | Default false → archived programmes are excluded. Set true to also include archived (retir |
| page | integer | 0-based page index (default 0). |
| page_size | integer | Number of results per page (max 200). |
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":"/classes_find_courses","input":{}}'cli
npx cracked-ai run -p mcp-app-zooza-mcp-server -e /classes_find_courses -i '{}'mcp
run_tool({ provider: "mcp-app-zooza-mcp-server", endpoint: "/classes_find_courses", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.