Zooza MCP Server
ZM
Zooza MCP Server
/classes_find_classes

Find classes (schedules) by name

Search this company's CLASSES — the scheduled groups inside a programme (a "class" / "group" / "skupina"; internally a *schedule*) — by name (substring) and res

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_classes for me.

Input

FieldTypeDescription
company_idintegerZooza company id to operate against. Optional: if the user has exactly one company, the se
namestringSubstring match on the class (schedule) name, e.g. "Nejaké". Case- and accent-insensitive
course_idintegerOnly classes inside this programme. Resolve the course_id first with classes_find_courses;
trainer_idintegerOnly classes this trainer is assigned to. Resolve with classes_find_resource (kind:'traine
place_idintegerOnly classes at this venue. Resolve with classes_find_resource (kind:'place').
dayintegerDay-of-week the class falls on (its start day): 1=Sunday, 2=Monday, … 7=Saturday (MySQL DA
registration_typestring (single | full2 | open)Filter by the parent course's registration model: 'single' = drop-in / per-session, 'full2
in_trialbooleanSet true to return only classes that currently have a TRIAL enabled (the schedule in_trial
active_onlybooleanSet true to exclude classes whose schedule has already ENDED (keeps not-yet-started and in
lead_onlybooleanSet true to return only LEAD-COLLECTION schedules (schedule_type='lead_collection' — the l
with_sessionsbooleanSet true to return only classes that HAVE at least one session (schedule total_events > 0)
sortstring (created_desc | created_asc | date_asc | date_desc | name_asc | registrations_desc)Result ordering. created_desc = newest class first (the default), created_asc = oldest fir
include_archivedbooleanDefault false → returns active + paused (inactive) classes. Set true to search ARCHIVED (r
pageinteger0-based page index (default 0).
page_sizeintegerNumber 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_classes","input":{}}'
cli
npx cracked-ai run -p mcp-app-zooza-mcp-server -e /classes_find_classes -i '{}'
mcp
run_tool({ provider: "mcp-app-zooza-mcp-server", endpoint: "/classes_find_classes", input: {} })

Try it

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