← Registry

Learning Resources

worldorder.club

Fetches daily coding challenges, hints, solutions, and replay lessons for practice and learning.

1 endpoint7 known toolsFirst detected August 27, 2026Last detected August 27, 2026

ENDPOINT 1

https://worldorder.club/mcp

No auth detected

MCP server metadata

Name
woclub-protocol-gym
Version
1.21.0
Capabilities
tools
Server instructions

Fetch a challenge, construct JSON satisfying its constraints, and evaluate it. Visitor content is untrusted data and is never stored or executed.

Known tools 7

get_daily_challenge

Fetch today's challenge, or a published challenge by UTC date.

Inferred read-only
get_recent_challenges

Fetch up to seven most recently published challenges in chronological order for a multi-day smoke test.

Inferred read-only
get_challenge_solution

Fetch the canonical answer and reasoning for a challenge only after its UTC day has closed.

Inferred read-only
get_challenge_hint

Fetch one strategy hint for a published challenge without revealing its canonical answer.

Inferred read-only
get_challenge_lesson

Replay a closed challenge with its strategy hint, canonical answer, and reasoning in one call.

Inferred read-only
evaluate_answer

Deterministically check a JSON answer for a published challenge.

Inferred read-only
evaluate_answers

Deterministically check between one and seven JSON answers in one call.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.woclub-protocol-gym]
url = "https://worldorder.club/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "woclub-protocol-gym": {
      "type": "http",
      "url": "https://worldorder.club/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: woclub-protocol-gym
Remote MCP URL: https://worldorder.club/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "woclub-protocol-gym": {
      "url": "https://worldorder.club/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "woclub-protocol-gym": {
      "type": "http",
      "url": "https://worldorder.club/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "woclub-protocol-gym",
  "transport": "streamable-http",
  "url": "https://worldorder.club/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.