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.

B
Caution
85/100
3 days ago

mc-pack-builder-mcp

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

Code Verified⚡ Live Monitored

Monitored 4 days · every push re-verified

Who stands behind it

qq.com (@dcd887) · Verified Publisher

Source: Glama

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
Are you the publisher? Confirm or correct these findings.
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
configPACK_BUILDER_MODRINTH_API_BASEModrinth API 根地址,支持自建网关/代理
configPACK_BUILDER_SKIP_DIRS解压嵌套压缩包时跳过的顶层目录(逗号分隔)
configPACK_BUILDER_USER_AGENT请求 User-Agent(Modrinth 要求标明来源)
configPACK_BUILDER_VOLUME_MAX_MB分卷导出时每卷的最大体积(MB)
// quality suggestions

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.

// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/dcd887/mc-pack-builder-mcp?variant=verified)](https://m8ven.ai/mcp/dcd887/mc-pack-builder-mcp)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: e5f3ad2291e0f659187a3831dbdc3793a4ab637f
code hash: 522fd33a1834c517af0d2a81370a3f87e19a860f9311e97385fbcbada488750e
verified: 9/7/2026, 4:57:53 AM
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

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
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client