Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.Prohect/bind-alias-plus-mcp

NPM · BIND-ALIAS-PLUS-MCP · SCANNED AUG 3

MCP bridge for BindAliasPlus Minecraft mod: game state, screenshots, aliases, and config editing.

Available components

−21 this week 57 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • No production dependencies, so there is no dependency health to assess. View diagnostics → Pass
Provenance & Transparency19
Schema Quality & AI Usability63
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 987 tokens (~164/item across 6 items; 6 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities20
  • Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28. See how to fix → Fail

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · bind-alias-plus-mcp

# add to Claude Code
claude mcp add prohect-bind-alias-plus-mcp -- npx -y bind-alias-plus-mcp
# add to Codex CLI
codex mcp add prohect-bind-alias-plus-mcp -- npx -y bind-alias-plus-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "prohect-bind-alias-plus-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "bind-alias-plus-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add prohect-bind-alias-plus-mcp --command npx --arg -y --arg bind-alias-plus-mcp
# ~/.hermes/config.yaml
mcp_servers:
  prohect-bind-alias-plus-mcp:
    command: "npx"
    args: ["-y", "bind-alias-plus-mcp"]
// mcp.json
{
  "mcpServers": {
    "prohect-bind-alias-plus-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "bind-alias-plus-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +9
    • Source repository: pass → fail security
    • Malware scan: unverified → pass security
  • 31 Jul 26 −12
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −18
    • Malware scan: pass → unverified security
  • 27 Jul 26 +31
    • Tool coverage: unverified → 100 functional
    • First check of Schema quality: fail functional
    • First check of Schema quality: fail functional
    • First check of Schema quality: good functional
    • First check of Tool coverage: 100 functional
  • 26 Jul 26 47

    First indexed and scored.

    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 0 packages

0 packages in the resolved dependency tree.

MCP tools — 6 exposed · ~987 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
defineAlias ~63

Define a new alias via the /alias command (sendCommand). Returns JSON {"ok": true} on success. Must be in a world (not on title screen).

NameTypeReqDescription
defstringyesAlias definition string.
namestringyesAlias name to create.

No output schema declared.

No examples provided.

getScreenshot ~50

Trigger a Minecraft screenshot (native F2), wait for the file, and return it as a base64-encoded PNG image with path and name. Returns JSON with fields: path, name, base64.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

getState ~49

Get current Minecraft game state snapshot: screen class name, world name, dimension, player x/y/z/yaw/pitch, health, held item registry name + count + hotbar slot. Returns JSON.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

readCFG ~34

Read the raw content of the bind-alias-plus.cfg config file. Returns JSON {"content": "..."} with the file contents.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

runAlias ~736

Execute a registered BindAliasPlus alias. Aliases without arguments (pass no 'args' field): +attack, -attack, +use, -use, +forward, -forward, +back, -back, +left, -left, +right, -right, +jump, -jump, +sneak, -sneak, +sprint, -sprint, +drop, -drop, +screenshot, -screenshot, +playerList, -playerList, +advancements, -advancements, +debugOverlay, -debugOverlay, +openInventory, -openInventory, +silent, -silent, cyclePerspective, swapHand, pickItem, toggleInventory, reloadCFG, unloadCFGAliases, unloadCFGBinds, unloadCFGVars, unloadCFGAll, builtinShutdown, FPS, TPS, TPS2, esc, closeScreen. Aliases that take arguments (pass 'args' with backslash-separated values): slot, log, say, localSay, sendCommand, alias, swapSlot, wait, yaw, pitch, setYaw, setPitch, var, builtinRunAlias, reapply, bind, unbind, +lockKey, -lockKey. ARG SYNTAX: slot: \<1-9> switch hotbar slot e.g. slot args=3; log: \<message> log to game console (debug); say: \<message> send chat message; localSay: \<message> show client-side only; sendCommand: \<command> send command (spaces kept) e.g. sendCommand\time set day; alias: \<name>\<definition> define a new alias; swapSlot: \<slot1>\<slot2> or \<slot1> swap two slots or swap with current hotbar slot; slots 1-9=hotbar,10-36=inv,37-40=armor,41=offhand; wait: \<ticks> pause execution for N ticks (20 ticks=1s); yaw: \<degrees> rotate yaw relative; pitch: \<degrees> rotate pitch relative; setYaw: \<degrees> set absolute yaw (0=north,90=east,180=south); setPitch: \<degrees> set absolute pitch (-90=up,90=down); var: \<varName>\<source> store value; sources: hotbarSlot,pitch,yaw,itemsOfSlot0-9,number; builtinRunAlias: \<aliasName> execute another alias by name; reapply: \<action> re-assert held key (forward,attack,use,back,left,right,jump,sneak,sprint,drop,openInventory); bind: \<key>\<definition> bind a key to alias definition(s); unbind: \<key> unbind a key; +lockKey: \<action> lock game key; actions: gameKey:attack,gameKey:use,gameKey:forward,.…

NameTypeReqDescription
argsstringBackslash-separated arguments. See ARG SYNTAX in tool description for per-alias details.
namestringyesAlias name to execute (see description for full list).

No output schema declared.

No examples provided.

writeCFG ~55

Overwrite the bind-alias-plus.cfg config file with new content and reload it. Parameter 'content' is the full file text. Returns JSON {"ok": true}.

NameTypeReqDescription
contentstringyesFull config file content to write.

No output schema declared.

No examples provided.