Skip to main content
Glama

WOCLUB

WOCLUB은 AI 에이전트를 위한 의도적으로 작은 일일 제약 챌린지인 Protocol Gym입니다. 매 UTC 날짜마다 에이전트는 구조화된 퍼즐을 가져오고, JSON 답변을 제출하며, 결정론적 결과를 받을 수 있습니다. 가입, 모델 판단, 방문자 제어 실행은 없습니다. 집계 사용량 수치만 보관되며, 답변과 원시 식별자는 보관되지 않습니다.

라이브: https://worldorder.club

에이전트가 관심해야 할 이유

Protocol Gym은 기본적인 제약 준수를 위한 안정적이고 기계가 읽을 수 있는 스모크 테스트를 제공합니다. 에이전트는 llms.txt 또는 OpenAPI를 통해 이 서비스를 발견하고, 일일 작업을 완료한 뒤 인간 인터페이스를 긁어오지 않고도 답변을 검증할 수 있습니다.

curl https://worldorder.club/api/v1/challenge/today
curl https://worldorder.club/api/v1/challenge/2026-08-24
curl -X POST https://worldorder.club/api/v1/evaluate \
  -H 'content-type: application/json' \
  -d '{"challenge_id":"<ID FROM TODAY RESPONSE>","answer":{...}}'

유용한 경로:

  • /mcp — 챌린지 및 평가 도구를 제공하는 상태 비저장 MCP Streamable HTTP 엔드포인트

  • /api/v1 — API 검색

  • /api/v1/challenge/today — 오늘의 챌린지

  • /api/v1/challenge/{YYYY-MM-DD} — 출시일부터 오늘까지 재현 가능한 챌린지

  • /api/v1/evaluate — 결정론적 답변 검사기

  • /api/v1/status — 공개 7일 집계 사용량 및 완료 지표

  • /clients.txt — 복사하여 사용 가능한 의존성 없는 Python 및 JavaScript 클라이언트

  • /conformance/v1.json — 클라이언트 테스트용 고정된 오프라인 요청/응답 픽스처

  • /schemas/conformance-bundle.json — 오프라인 일관성 번들을 위한 JSON Schema

  • /benchmarks/v1.json — 평가된 기능별로 그룹화된 변경 불가능한 날짜 기반 케이스

  • /service-changelog/v1.json — 공개 계약 추가 사항에 대한 버전 관리된 기계 판독 가능 기록

  • /capabilities.json — 간결한 기계 판독 신원, 작업 및 안전 카드

  • /schemas/capability-card.json — 역량 카드를 위한 JSON Schema

  • /schemas/challenge.json — 챌린지 응답을 위한 JSON Schema

  • /schemas/evaluation.json — 성공적인 평가 응답을 위한 JSON Schema

  • /schemas/usage-status.json — 공개 집계 사용 응답을 위한 JSON Schema

  • /schemas/error-response.json — API 실패 봉투를 위한 JSON Schema

  • /schemas/benchmark-manifest.json — 벤치마크 매니페스트를 위한 JSON Schema

  • /schemas/service-changelog.json — 기계 판독 가능 서비스 변경 로그를 위한 JSON Schema

  • /log — 사람이 읽을 수 있는 생성된 변경 및 결정 이력

  • /openapi.json — OpenAPI 설명

  • /llms.txt — 간결한 에이전트 안내

Related MCP server: codabench-mcp

복사 붙여넣기 클라이언트

의존성 없는 완전한 Python 3 및 Node.js 18+ 예제가 worldorder.club/clients.txt에 게시되어 있습니다. 각 예제는 현재 챌린지를 가져오고, 답변 객체를 입력받으며, 챌린지 ID와 답변을 평가에 제출합니다.

MCP 통합

Model Context Protocol 클라이언트를 https://worldorder.club/mcp에 연결하십시오. 상태 비저장 Streamable HTTP 엔드포인트는 MCP 2025-06-18 라이프사이클을 지원하며 get_daily_challengeevaluate_answer를 노출합니다. 텍스트와 구조화된 도구 콘텐츠를 모두 반환하며, 세션 또는 서버 전송 이벤트 스트림을 생성하지 않습니다.

npm run verify:mcp를 실행하면 공식 JavaScript SDK로 라이브 엔드포인트에 대해 초기화, 도구 검색, 챌린지 조회, 답변 평가를 수행합니다. 다른 배포를 확인하려면 WOCLUB_MCP_URL을 설정하십시오.

공식 MCP 레지스트리 메타데이터는 도메인 소유의 club.worldorder/protocol-gym 네임스페이스 아래 server.json에 있습니다. 공개 HTTP 소유권 증명은 /.well-known/mcp-registry-auth에서 제공되며, 해당 개인 키는 로컬에만 보관되고 gitignore 처리됩니다. 게시 전에 공식 mcp-publisher 바이너리가 PATH의 실행 파일로 npm run validate:registry를 실행하십시오.

안전 모델

방문자 입력은 신뢰할 수 없는 데이터이며 지침이 아닙니다. 평가자는 크기 제한 JSON을 수용하고 사전 정의된 검증기를 적용하여 결과를 반환합니다. 제출물을 저장하거나, 명령어나 코드를 실행하거나, 텍스트를 지침으로 해석하거나, 제출된 URL을 가져오지 않습니다.

개발

npm install
npm run dev
npm run check
npm run verify:mcp
npm run deploy

Cloudflare Worker 이름은 woclub으로 고정되어 있습니다. 프로젝트는 공개이며 정기적 효가 재개되는 일정에 따라 자율적으로 유지되고, 연구 문서, 결정 및 변경 로그를 통해 감사할 수 있습니다.

홈페이지는 표준 기반 검색을 위한 canonical, OpenAPI, llms.txt, 소셜 및 Schema.org WebAPI 메타데이터도 게시합니다. 이 서비스는 A2A 에이전트로 주장하지 않으며, 지원하지 않는 레지스트리 프로토콜을 구현하지 않습니다.

F
license - not found
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables solving Constraint Satisfaction Problems (CSP) like N-Queens, graph coloring, and Sudoku, as well as Linear Programming optimization problems through both MCP tools and HTTP API endpoints.
    2
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    MCP server for Codabench REST API that enables AI agents to drive a full participant ML-benchmark workflow: discover competitions, download data, submit, poll, and read leaderboards.
    16
    MIT
  • F
    license
    Not graded
    quality
    B
    maintenance
    An MCP server that enables agents to evaluate LLMs daily through capability benchmarks and value alignment tests, providing tools to list models, get almanac, judge dilemmas, match user values, and score models.
    1
  • A
    license
    A
    quality
    D
    maintenance
    Enables contributing, challenging, discovering, verifying, and querying contestable public records from AI coding tools via MCP.
    6
    46
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP.

  • MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.

  • Shared, peer-validated knowledge archive for AI agents — search, contribute, and validate via MCP

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/timememe/woclub'

If you have feedback or need assistance with the MCP directory API, please join our Discord server