# io.github.mastrophot/near-wallet-manager (npm · mcp-near-wallet-manager)

MCP server for NEAR wallet creation, balance checks, and transaction signing.

- Trust score: 61/100 (medium)
- Change this week: +18
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `mcp-near-wallet-manager`: 61/100 (this document), [markdown](https://verifymcp.io/servers/mastrophot-near-wallet-manager/mcp-near-wallet-manager.md), [page](https://verifymcp.io/servers/mastrophot-near-wallet-manager/mcp-near-wallet-manager)

## Channel facts

- Registry: `npm`
- Package: `mcp-near-wallet-manager`
- Version: `0.1.1`
- 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**: 86/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (140 of 152), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (140 of 152), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 139 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 49/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 206 tokens (~68/item across 3 items; 3 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 77/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 31% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add mastrophot-near-wallet-manager -- npx -y mcp-near-wallet-manager
```

### Codex

```bash
codex mcp add mastrophot-near-wallet-manager -- npx -y mcp-near-wallet-manager
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "mastrophot-near-wallet-manager": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "mcp-near-wallet-manager"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add mastrophot-near-wallet-manager --command npx --arg -y --arg mcp-near-wallet-manager
```

### Hermes

```yaml
mcp_servers:
  mastrophot-near-wallet-manager:
    command: "npx"
    args: ["-y", "mcp-near-wallet-manager"]
```

### Other

```json
{
  "mcpServers": {
    "mastrophot-near-wallet-manager": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-near-wallet-manager"
      ]
    }
  }
}
```

## 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-03 (score 61, +1)

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

### 2026-08-02 (score 60, +55)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [functional improvement] License: unverified → pass
- [functional improvement] Schema quality: unverified → fair
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Stability: unverified → 0.20
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Tool coverage: unverified → 100
- [functional] Licence: MIT

### 2026-08-01 (score 5, −20)

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

### 2026-07-31 (score 25, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-30 (score 43, +19)

- [functional improvement] Tool coverage: unverified → 100

### 2026-07-28 (score 24, −19)

- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

### 2026-07-27 (score 43)

First indexed and scored.

## MCP tools (3)

### `create_wallet` (~74 tokens)

Create or import a NEAR wallet (keypair) and return implicit account info.

Input parameters:

- `account_id` (string): Optional named/implicit account id to associate
- `include_private_key` (boolean)
- `network` (string)
- `private_key` (string): Optional: import existing ed25519 private key

### `check_balance` (~50 tokens)

Check NEAR account balance and key stats via JSON-RPC.

Input parameters:

- `account_id` (string, required)
- `network` (string)
- `rpc_url` (string): Required only when network=custom

### `sign_transaction` (~82 tokens)

Sign a NEAR transaction payload (transfer/function_call actions) with an ED25519 private key.

Input parameters:

- `actions` (array, required)
- `nonce` (required)
- `receiver_id` (string, required)
- `recent_block_hash` (string, required): Base58 block hash (32-byte decoded)
- `signer_id` (string, required)
- `signer_private_key` (string, required)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/mastrophot-near-wallet-manager/mcp-near-wallet-manager#diagnostics

## Score history

- 2026-08-03: 61
- 2026-08-02: 60
- 2026-08-01: 5
- 2026-07-31: 25
- 2026-07-30: 43
- 2026-07-28: 24
- 2026-07-27: 43

## Links

- npm package: https://www.npmjs.com/package/mcp-near-wallet-manager
- Socket report: https://socket.dev/npm/package/mcp-near-wallet-manager
- Repository: https://github.com/mastrophot/near-mcp-wallet-manager
- Changelog RSS feed: https://verifymcp.io/servers/mastrophot-near-wallet-manager/mcp-near-wallet-manager/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/mastrophot-near-wallet-manager/mcp-near-wallet-manager/changelog.json
- HTML version of this page: https://verifymcp.io/servers/mastrophot-near-wallet-manager/mcp-near-wallet-manager
