https://codecraft-ashy-seven.vercel.app/mcp ↗
Checks whether generated Minecraft Bedrock content will actually load. Nine read-only tools.
CodeCraft is a remote MCP server published at codecraft-ashy-seven.vercel.app. It has been probed 6 times since 9/12/2026. It answered in 6 of them (100.0%), a near-uninterrupted record. Median response time is 359 ms, placing it among the faster endpoints. It offers a narrow, focused set of 9 tools. On the protocol side it still runs 2025-11-25 and has not moved to the newer spec.
Can an LLM agent pick the right tool here — names, descriptions and parameter clarity are assessed.
get_version_info — Description truncated mid-sentenceget_schema — Description truncated mid-sentencelookup_id — Description ends abruptly with 'An identifier without a'validate_script — Parameter 'channel' lacks explanation in descriptionreview_pack — Potential overlap with individual validation toolsRisk: low
tools/list structure, inputSchema validity, and a functional smoke test — the components of the 0-100 score.
Tools the server advertised in the latest measurement — measured, not catalog-claimed.
check_feasibilityChecks whether a user request can be built with a behavior pack and the @minecraft/server API. If it is blocked, returns why, the evidence behind that rule, and a workable alternative. Call this BEFORE writing any code or JSON: input simulation, file system access and network access do not exist in the Bedrock scripting API, and those are the most commonly hallucinated APIs.
requeststringrequiredget_version_infoReturns which version number belongs where for this game version: min_engine_version (a three-part array), @minecraft/server module versions, the valid format_version values for every document type, and the list of recognised document types. format_version is an axis of its own and is unrelated to the game version. Call this before writing any behavior pack file.
versionstringget_schemaSummarises the schema of a Bedrock document type: required fields, valid format_version values, and the name, type and description of every field on that node. It does not return the raw schema — that is far too large. When a node has many fields the summary narrows and says what was shortened in the truncated field; use path to descend into a child node for full detail. Call this before writing a file to learn which fields are required and what format_version must be.
typestringrequiredpathstringversionstringlookup_idTells you whether a minecraft: identifier actually exists in this version and what kind it is (block, item, entity, biome, effect, enchantment, feature, dimension, camera preset, particle, potion). For a block it also returns the valid block states and the values they accept. An identifier without a namespace is treated as minecraft:. Verify every identifier here before writing it — an identifier that does not exist fails silently in the game.
idstringrequiredversionstringvalidate_jsonValidates a behavior or resource pack JSON file against the official schema and returns the JSON pointer, the violated rule and a readable message for every error. Unexpected property names and the valid enum values are included in the message. Run every JSON file you produce through this before handing it to the user.
contentstringrequiredtypestringrequiredversionstringvalidate_commandValidates a single Bedrock command line against the official command index: does the command exist, does the argument count match, are the selectors and block states valid. When no overload matches it returns the valid usages, and it tells you whether the command requires cheats. Run every command through this before giving it to the user. `execute ... run <command>` chains are resolved: the command after run is validated too, including nested execute.
linestringrequiredversionstringvalidate_scriptCompiles a behavior pack script with the real TypeScript compiler against the actual @minecraft/server type definitions for that version. Returns diagnostics with line, column, TS error code and message, and reports which module versions it compiled against. Catch non-existent APIs and calls removed in later versions here — Bedrock scripting APIs written from memory are the most common source of output that fails silently.
codestringrequiredversionstringchannelstringvalidate_pythonValidates a Python automation script that runs OUTSIDE the game, on three axes: Python syntax (using the real interpreter), Minecraft commands embedded in the script (against the official command index), and the shape of the /connect WebSocket message envelope. For behavior pack scripts use validate_script instead — Python does not run inside a pack. The embedded command check is the most valuable one: a command written from memory can look syntactically fine and still do nothing in the game. Only strings starting with / are treated as commands. If syntax could not be checked, syntaxChecked is false in the result; ok:true alone does not mean the syntax is valid.
codestringrequiredversionstringreview_packValidates every file of a behavior or resource pack in one call: it applies the right validator to each file (JSON schema, script compilation, command syntax) and then runs the checks a schema structurally cannot do — identifier consistency, filename rules, manifest module type, texture keys, component names, Molang queries and loot/trade table paths. This is the LAST step before handing a pack to the user, and it is both faster and broader than validating each file separately.
filesarrayrequiredversionstringDerived by comparing consecutive probes — changes in era, protocol version, build and reachability.
Add this badge to your README — it updates automatically as measurements change.
[](https://mcpmetrics.io/servers/io-github-tanertalas-codecraft)<a href="https://mcpmetrics.io/servers/io-github-tanertalas-codecraft"><img src="https://mcpmetrics.io/badge/io.github.TanerTalas/codecraft/era.svg" alt="mcpmetrics"></a>You are seeing the last 7 days. Sign up for the full history. Which check failed and why is in the dashboard.
Sign up free to seeThe catalog entries whose name and description are closest to this one, found with the same index the search box uses.
Public read-only MCP server for HODLXXI agent identity, trust, receipts, and verification.
Read-only MCP for Rialto quotes and swap preflight on Robinhood Chain. No signing or broadcast.
Public record of one read only walk over the official MCP registry: who answered, tools, who pays.
Host AI-generated HTML/CSS/JS instantly. Files, zips, or clone an existing page. Live in seconds.
GB solar/battery comparisons and Ofgem rates. Five trial calls, then 0.01 USDC per eligible call.
Read-only access to MojaLab.com blog content: search and read posts, pages and tags as Markdown.
| Run | Era | Modern | ms | Legacy | ms | Versions |
|---|---|---|---|---|---|---|
| 2026-09-13 01:33:33 | Legacy | 400 | 525 | 200 | 359 | 2025-11-25 |
| 2026-09-12 23:31:36 | Legacy | 400 | 304 | 200 | 502 | 2025-11-25 |
| 2026-09-12 21:29:15 | Legacy | 400 | 1123 | 200 | 1141 | 2025-11-25 |
| 2026-09-12 19:27:29 | Legacy | 400 | 303 | 200 | 282 | 2025-11-25 |
| 2026-09-12 17:24:09 | Legacy | 400 | 255 | 200 | 264 | 2025-11-25 |
| 2026-09-12 15:21:42 | Legacy | 400 | 294 | 200 | 499 | 2025-11-25 |
Each block is one measurement round. Green: working response. Amber: responded but the server was returning errors (5xx). Red: no response at all.
Each cell is one probe run. Faded cells are incomplete probes — one leg did not answer, so the era is inconclusive.
The two probe legs separately: modern server/discover and legacy initialize.
Comments
Sign in to write a comment
No comments yet. Be the first.