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
| 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 class (schedule) name, e.g. "Nejaké". Case- and accent-insensitive |
| course_id | integer | Only classes inside this programme. Resolve the course_id first with classes_find_courses; |
| trainer_id | integer | Only classes this trainer is assigned to. Resolve with classes_find_resource (kind:'traine |
| place_id | integer | Only classes at this venue. Resolve with classes_find_resource (kind:'place'). |
| day | integer | Day-of-week the class falls on (its start day): 1=Sunday, 2=Monday, … 7=Saturday (MySQL DA |
| registration_type | string (single | full2 | open) | Filter by the parent course's registration model: 'single' = drop-in / per-session, 'full2 |
| in_trial | boolean | Set true to return only classes that currently have a TRIAL enabled (the schedule in_trial |
| active_only | boolean | Set true to exclude classes whose schedule has already ENDED (keeps not-yet-started and in |
| lead_only | boolean | Set true to return only LEAD-COLLECTION schedules (schedule_type='lead_collection' — the l |
| with_sessions | boolean | Set true to return only classes that HAVE at least one session (schedule total_events > 0) |
| sort | string (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_archived | boolean | Default false → returns active + paused (inactive) classes. Set true to search ARCHIVED (r |
| 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_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.