mc-pack-builder-mcp (dcd887/mc-pack-builder-mcp) is an MCP server listed on the M8ven Trust Index. It scores 85 out of 100, grade B. It declares 8 tools. The publisher has proved control of what we score (Verified Publisher). It is connected through the M8ven GitHub App, so the listing is re-checked on every push.
Enables creating Minecraft modpack structures, searching Modrinth mods, resolving dependencies, and checking compatibility.
Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.
How we verified
Monitored 4 days · every push re-verified
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
PACK_BUILDER_MODRINTH_API_BASEModrinth API 根地址,支持自建网关/代理PACK_BUILDER_SKIP_DIRS解压嵌套压缩包时跳过的顶层目录(逗号分隔)PACK_BUILDER_USER_AGENT请求 User-Agent(Modrinth 要求标明来源)PACK_BUILDER_VOLUME_MAX_MB分卷导出时每卷的最大体积(MB)Tool annotations
No tools have read-only/destructive annotations
Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.
All four hints declared on every tool
8/8 tools missing one or more hints — create_pack (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); get_pack_info (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); search_mods (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +5 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.
For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.
Destructive tools are labelled
1 tool perform destructive updates without destructiveHint — export_standard_pack deletes at line 450 (fs.rmSync(target, { recursive: true, force: true }))
Add destructiveHint:true to any tool whose handler calls .delete(), .upsert(), .update(), unlink, rm, DELETE, DROP, REPLACE INTO, or any operation that overwrites existing data.
Tool test coverage
Only 0/8 tools referenced in tests (0%)
Write tests that reference each tool by name so every tool has at least one test.
[](https://m8ven.ai/mcp/dcd887/mc-pack-builder-mcp)?variant=verified from the URL.Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.
https://m8ven.ai/api/mcp/tool-check