Learning Resources
worldorder.club
Fetches daily coding challenges, hints, solutions, and replay lessons for practice and learning.
ENDPOINT 1
https://worldorder.club/mcp
MCP server metadata
- Name
- woclub-protocol-gym
- Version
- 1.21.0
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_recent_challengesFetch up to seven most recently published challenges in chronological order for a multi-day smoke test.
Inferred read-onlyget_challenge_solutionFetch the canonical answer and reasoning for a challenge only after its UTC day has closed.
Inferred read-onlyget_challenge_hintFetch one strategy hint for a published challenge without revealing its canonical answer.
Inferred read-onlyget_challenge_lessonReplay a closed challenge with its strategy hint, canonical answer, and reasoning in one call.
Inferred read-onlyevaluate_answersDeterministically check between one and seven JSON answers in one call.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.