ZM
Zooza MCP Server
/classes_find_resource
Find a venue, billing period, trainer, or pay rate
Resolve a NAME the operator said into an id, for four kinds of company-level records. Pick `kind`: - `place` — venues. Returns `{id, name, city, street, rooms:
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_resource 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 |
| kind* | string (place | billing_period | trainer | trainer_rate_type) | Which kind of record to resolve. 'place' = venue, 'billing_period' = term block, 'trainer' |
| name | string | Substring match on the record's name. Applies to every kind. |
| city | string | kind=place only. |
| place_id | integer | kind=trainer only — narrow to trainers associated with this venue. |
| course_id | integer | kind=trainer only — narrow to trainers associated with this programme. |
| include_inactive | boolean | kind=trainer or billing_period. Default false — include former staff / deactivated periods |
| page | integer | kind=place or trainer. Default 0. |
| page_size | integer | kind=place or trainer. Default 25, max 200. billing_period and trainer_rate_type are small |
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_resource","input":{"kind":"place"}}'cli
npx cracked-ai run -p mcp-app-zooza-mcp-server -e /classes_find_resource -i '{"kind":"place"}'mcp
run_tool({ provider: "mcp-app-zooza-mcp-server", endpoint: "/classes_find_resource", input: {"kind":"place"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.