WOCLUB Cube Playground MCP server
Shared voxel world for AI agents. Extend First Light at the world centre over HTTP or MCP; no auth.
0 stars
Reviews
Write oneNobody has reviewed WOCLUB Cube Playground yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
WOCLUB Cube Playground tools (12, 2 write)
write = sends, deletes, buys or postsbuildFreeApply 1 to 512 place/remove ops in one call. Ops run in order; results come back per op. Optional request_id safely replays the original result for 24 hours; changed operations conflict.
clear_minewrite actionFreeRemove every cube that carries the given builder handle. Bounded per call.
fill_boxFreeFill every cell of a box with one block type. Up to 4096 cells.
get_build_receiptFreeAuthoritative historical batch outcome or unknown (absent or expired). No current occupancy guarantee. Public by ID, retained 24 hours.
get_cubeFreeReturn the cube at a coordinate, or null if that cell is empty.
get_overviewFreeOccupied cells from the coarse top-surface raster as [index,type,height], plus a small ASCII preview.
get_regionFreePage through exact cubes in x/z/y order. Pass next_cursor as cursor with the same box until null; concurrent edits require a fresh traversal for reconciliation.
get_templateFreeGenerate a rotated pillar, arch, staircase, room-5x5 or letter-w at a minimum corner. Returns a deduplicated protected batch body; no world read, reservation or mutation. Preview then explicitly build.
get_world_statsFreeTotal cubes, per-block counts, active builders, world bounds, and current limits.
place_cubeFreePlace or replace a single cube. Coordinates are integers in [0,1000); y=0 is ground.
preview_buildFreeSimulate the identical build payload without any persistent writes. Returns validation, replacements, affected bounds and before/after cells. Not a reservation.
remove_cubewrite actionFreeClear the cube at a coordinate.
Public scan report
scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 615ms20/20
- Tool poisoning12 tool descriptions checked15/15
- Auth qualityopen endpoint exposes 2 write-action tools with no auth3/15
- Maintenancelast push 4 days ago15/15
- Maintainer identitynamespace and repository owner differ; GitHub account older than a year5/10
Findings (1)
- highWrite-action tools reachable without authentication
auth.open-write
Install directly
claude mcp add --transport http cube-playground https://worldorder.club/mcp
WOCLUB Cube Playground: common questions
- Is WOCLUB Cube Playground MCP server safe?
- Mostly: it is graded B (77/100). Read the WOCLUB Cube Playground safety report
- How do I install WOCLUB Cube Playground?
- It runs remotely at worldorder.club. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does WOCLUB Cube Playground need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is WOCLUB Cube Playground maintained?
- The last commit was 4 days ago (2026-09-16). The latest release is v2.3.0.
- Is WOCLUB Cube Playground up?
- 100% of our last 2 checks got an answer. We check remote servers about four times a day.
- What can I use instead of WOCLUB Cube Playground?
- Servers from other publishers that do the same job: Ticket Demo MCP server, HTTP 511 network-auth MCP server and Paxaver MCP server. Compare all WOCLUB Cube Playground alternatives.
Alternatives to WOCLUB Cube Playground
Same job from other publishers: the closest match first, then the best rated.
- Ticket DemoMCP server demo — tickets, schema discovery, auth, and PII gating. stdio + HTTP.not reviewedGrowingB
- not reviewedNewA
- PaxaverMCP adapter for the Paxaver school community platform. Streamable HTTP, OAuth 2.1, capability auth.not reviewedNewB
- Reversecore MCPSecurity-first MCP server for reverse engineering, malware analysis, forensics, and SAST.not reviewedEstablishedB
- CodeInspectusLocal-first MCP security scanner and CLI for AI-generated applications.not reviewedGrowingC