# io.github.Prohect/bind-alias-plus-mcp (npm · bind-alias-plus-mcp)

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

- Trust score: 57/100 (low)
- Change this week: −21
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `bind-alias-plus-mcp`: 57/100 (this document), [markdown](https://verifymcp.io/servers/prohect-bind-alias-plus-mcp/bind-alias-plus-mcp.md), [page](https://verifymcp.io/servers/prohect-bind-alias-plus-mcp/bind-alias-plus-mcp)

## Channel facts

- Registry: `npm`
- Package: `bind-alias-plus-mcp`
- Version: `1.0.2`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 100/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - No production dependencies, so there is no dependency health to assess.
- **Provenance & Transparency**: 19/100
  - Repository check failed: the declared repository URL redirects; it must resolve directly.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 9 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 63/100
  - AI-judged instruction clarity (good).
  - 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.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 20/100
  - Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28.

**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

### Claude

```bash
claude mcp add prohect-bind-alias-plus-mcp -- npx -y bind-alias-plus-mcp
```

### Codex

```bash
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
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add prohect-bind-alias-plus-mcp --command npx --arg -y --arg bind-alias-plus-mcp
```

### Hermes

```yaml
mcp_servers:
  prohect-bind-alias-plus-mcp:
    command: "npx"
    args: ["-y", "bind-alias-plus-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "prohect-bind-alias-plus-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "bind-alias-plus-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 57, +9)

- [security regression] Source repository: pass → fail
- [security improvement] Malware scan: unverified → pass

### 2026-07-31 (score 48, −12)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 60, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-27 (score 78, +31)

- [functional improvement] 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

### 2026-07-26 (score 47)

First indexed and scored.

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

## MCP tools (6)

### `getState` (~49 tokens)

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.

### `getScreenshot` (~50 tokens)

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.

### `runAlias` (~736 tokens)

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,.…

Input parameters:

- `args` (string): Backslash-separated arguments. See ARG SYNTAX in tool description for per-alias details.
- `name` (string, required): Alias name to execute (see description for full list).

### `defineAlias` (~63 tokens)

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

Input parameters:

- `def` (string, required): Alias definition string.
- `name` (string, required): Alias name to create.

### `readCFG` (~34 tokens)

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

### `writeCFG` (~55 tokens)

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}.

Input parameters:

- `content` (string, required): Full config file content to write.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/prohect-bind-alias-plus-mcp/bind-alias-plus-mcp#diagnostics

## Score history

- 2026-08-03: 57
- 2026-08-02: 57
- 2026-08-01: 48
- 2026-07-31: 48
- 2026-07-30: 60
- 2026-07-28: 78
- 2026-07-27: 78
- 2026-07-26: 47

## Links

- npm package: https://www.npmjs.com/package/bind-alias-plus-mcp
- Socket report: https://socket.dev/npm/package/bind-alias-plus-mcp
- Changelog RSS feed: https://verifymcp.io/servers/prohect-bind-alias-plus-mcp/bind-alias-plus-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/prohect-bind-alias-plus-mcp/bind-alias-plus-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/prohect-bind-alias-plus-mcp/bind-alias-plus-mcp
