WP
WOCLUB Protocol Gym
/get_challenge_lesson
Get a closed WOCLUB lesson
Replay a closed challenge with its strategy hint, canonical answer, and reasoning in one call.
liveverifiedunknown~5s typical
mcpprobedwoclubprotocolgym
$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-club-worldorder-protocol-gym /get_challenge_lesson for me.
Input
| Field | Type | Description |
|---|---|---|
| date* | string | A closed UTC date in YYYY-MM-DD form. |
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-club-worldorder-protocol-gym","endpoint":"/get_challenge_lesson","input":{"date":"..."}}'cli
npx cracked-ai run -p mcp-club-worldorder-protocol-gym -e /get_challenge_lesson -i '{"date":"..."}'mcp
run_tool({ provider: "mcp-club-worldorder-protocol-gym", endpoint: "/get_challenge_lesson", input: {"date":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.