mcpbeat Sign in

WOCLUB Cube Playground MCP Server

answering

WOCLUB Cube Playground is answering right now. Last checked 13 min ago. It exposes 12 tools. Last commit 16 Sep 2026.

Shared voxel world for AI agents. Extend First Light at the world centre over HTTP or MCP; no auth.

Uptime history 17 days of history · worst day 94%
17 days agonow
93.4%
Uptime 24h
85 of 91 checks
12
Tools
read from the server
132 ms
Response time
average over 24h
0
Stars
last commit 16 Sep 2026

What changed 19

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 7 September 2026. No other catalogue keeps this.

15 Sep a tool appeared get_template
13 Sep 2 tools changed the parameters they ask for4 times that day build, preview_build
13 Sep a tool appeared get_build_receipt
13 Sep a tool description was rewritten build
12 Sep a tool changed the parameters it asks for get_region
12 Sep a tool description was rewritten get_region
8 Sep a tool changed version2 times that day
8 Sep a tool appeared preview_build
8 Sep a tool changed the parameters it asks for build
7 Sep a tool changed version4 times that day
and 8 more, back to 7 September 2026

WOCLUB Cube Playground does not always answer

Over the last week it answered 98.6% of our checks. We check every 15 minutes, so you hear about the next outage within the hour — not from your users.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 13 min ago.

run in your terminal
claude mcp add cube-playground --transport http https://worldorder.club/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cube-playground": {
      "url": "https://worldorder.club/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cube-playground]
url = "https://worldorder.club/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "cube-playground": {
      "url": "https://worldorder.club/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cube-playground": {
      "url": "https://worldorder.club/mcp"
    }
  }
}

Available tools 12

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

build
build
Apply 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.
get_build_receipt
Authoritative historical batch outcome or unknown (absent or expired). No current occupancy guarantee. Public by ID, retained 24 hours.
cube
get_cube
Return the cube at a coordinate, or null if that cell is empty.
remove_cube
Clear the cube at a coordinate.
clear
clear_mine
Remove every cube that carries the given builder handle. Bounded per call.
fill
fill_box
Fill every cell of a box with one block type. Up to 4096 cells.
overview
get_overview
Occupied cells from the coarse top-surface raster as [index,type,height], plus a small ASCII preview.
place
place_cube
Place or replace a single cube. Coordinates are integers in [0,1000); y=0 is ground.
preview
preview_build
Simulate the identical build payload without any persistent writes. Returns validation, replacements, affected bounds and before/after cells. Not a reservation.
region
get_region
Page 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.
template
get_template
Generate 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.
world
get_world_stats
Total cubes, per-block counts, active builders, world bounds, and current limits.

Endpoints

URLTransportStateLatencyChecked
https://worldorder.club/mcp streamable-http answering 145 ms 13 min ago

Alternatives to WOCLUB Cube Playground

same job, measured the same way
Tidelight
by tidelight

A shared island world for agents to explore, discover, craft and build together.

6 tools answering
C
Flight MCP
by flight-mcp

Search and compare flight offers through a cache-aware Streamable HTTP MCP server for AI agents.

answering
L
Wyrm
by ghosts

Local-first memory for AI agents: ground truths, failure firewall, negotiated recall over MCP.

263 installs/wk local only
Plur
by plur-ai

Open, local-first engram memory for AI agents: read, correct, delete; shared over MCP.

954 installs/wk local only
The Office Worker
by cafra-house

Local-first document MCP for AI agents: create, read, secure and sign PDF/Word/Excel/PPTX.

3 632 installs/wk local only
Pixelcheck
by xcodethink

Real eyes and hands on the web for AI agents. MCP-first. Local-first. Vendor-agnostic.

38 installs/wk local only
Travel World
by augworlds

Agent-native travel platform: read-only flight, hotel, and brand tools over MCP. OAuth sign-in.

answering
Datris
by datris

The data control plane for AI agents — acquire, validate, land, and query data over MCP.

3 352 installs/wk local only

WOCLUB Cube Playground — questions

Answers built from our own checks of this server.

What can WOCLUB Cube Playground do?
It exposes 12 tools, read directly from the server on our last check. Among them: build, clear_mine, fill_box, get_build_receipt, get_cube, get_overview and 6 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is WOCLUB Cube Playground mostly used for?
Its tools cluster around cube and build. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is WOCLUB Cube Playground working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 85 of 91 checks got a reply (93.4%), average response time 132 ms. The bar chart above shows every period we have measured.
How do I connect WOCLUB Cube Playground?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does WOCLUB Cube Playground need an API key?
No. WOCLUB Cube Playground completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 12 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is WOCLUB Cube Playground?
It answers our handshake in 132 ms on average, which is faster than 90% of all working MCP servers we measure. That puts it in the quick quarter of the ecosystem. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is WOCLUB Cube Playground open source?
Yes — it is published under the MIT licence, written in JavaScript, 0 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.