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

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

NPM · BIND-ALIAS-PLUS-MCP · SCANNED SEP 25

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

Available components

0 this week 72 Trust /100
Trust breakdown (7 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 → Why this is hard to 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 Usability71
  • AI-judged instruction clarity (excellent).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 Management83
  • Stability observed for 25 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
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
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 2 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "runAlias" implies "execute" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 6 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities20
  • Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28. See how to fix → Fail
Install

How do I install the io.github.Prohect/bind-alias-plus-mcp server?

io.github.Prohect/bind-alias-plus-mcp runs locally as an npm package, launched with npx -y bind-alias-plus-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · bind-alias-plus-mcp

# add to Claude Code
claude mcp add prohect-bind-alias-plus-mcp -- npx -y bind-alias-plus-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "prohect-bind-alias-plus-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "bind-alias-plus-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "prohect-bind-alias-plus-mcp": {
      "command": "npx",
      "args": [
        "-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"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "prohect-bind-alias-plus-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "bind-alias-plus-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add prohect-bind-alias-plus-mcp -t stdio -c npx -a -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.

  • 25 Sept 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 24 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 23 Sept 26 +1
    • Stability: 0.97 → pass security
  • 21 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 16 Sept 26 +1
    • Stability: 0.97 → pass security
  • 14 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

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 25 Sept 2026 · Analysed npm/bind-alias-plus-mcp@1.0.2

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 0 packages
Packages resolved 0
Tree resolution Complete

Background: SBOMs and build attestations, explained →

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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

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
argsstring–Backslash-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.

Common questions

What is the io.github.Prohect/bind-alias-plus-mcp server?

io.github.Prohect/bind-alias-plus-mcp is listed in the public MCP registry as io.github.Prohect/bind-alias-plus-mcp. MCP bridge for BindAliasPlus Minecraft mod: game state, screenshots, aliases, and config editing. This page covers its npm package (bind-alias-plus-mcp).

Is the io.github.Prohect/bind-alias-plus-mcp server safe to use?

io.github.Prohect/bind-alias-plus-mcp scores 72 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 25 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.Prohect/bind-alias-plus-mcp server expose?

io.github.Prohect/bind-alias-plus-mcp exposes 6 tools: getState, getScreenshot, runAlias, defineAlias, readCFG, writeCFG. Their descriptions and schemas cost roughly 987 tokens of context every time the server is loaded.

Is the io.github.Prohect/bind-alias-plus-mcp server still maintained?

io.github.Prohect/bind-alias-plus-mcp is still listed as active in the MCP registry. We last reached this channel on 25 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.Prohect/bind-alias-plus-mcp server under?

io.github.Prohect/bind-alias-plus-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.