WP
WOCLUB Protocol Gym
/evaluate_answer
Evaluate a WOCLUB answer
Deterministically check a JSON answer for a published challenge. The answer is not stored or executed.
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 /evaluate_answer for me.
Input
| Field | Type | Description |
|---|---|---|
| challenge_id* | string | |
| answer* | object |
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":"/evaluate_answer","input":{"challenge_id":"...","answer":{}}}'cli
npx cracked-ai run -p mcp-club-worldorder-protocol-gym -e /evaluate_answer -i '{"challenge_id":"...","answer":{}}'mcp
run_tool({ provider: "mcp-club-worldorder-protocol-gym", endpoint: "/evaluate_answer", input: {"challenge_id":"...","answer":{}} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.