# io.github.fyllepo/qubic-mcp (npm · mcp-server-qubic)

MCP server for Qubic — balances, prices, transfers, wallets, and more.

- Trust score: 80/100 (high trust)
- Change this week: +34
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `mcp-server-qubic`: 80/100 (this document), [markdown](https://verifymcp.io/servers/fyllepo-qubic-mcp/mcp-server-qubic.md), [page](https://verifymcp.io/servers/fyllepo-qubic-mcp/mcp-server-qubic)

## Channel facts

- Registry: `npm`
- Package: `mcp-server-qubic`
- Version: `0.2.0`
- 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 (94 of 98), 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 (94 of 98), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 97/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to fyllepo/qubic-mcp).
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 164 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 896 tokens (~64/item across 14 items; 14 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **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**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add fyllepo-qubic-mcp -- npx -y mcp-server-qubic
```

### Codex

```bash
codex mcp add fyllepo-qubic-mcp -- npx -y mcp-server-qubic
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "fyllepo-qubic-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "mcp-server-qubic"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add fyllepo-qubic-mcp --command npx --arg -y --arg mcp-server-qubic
```

### Hermes

```yaml
mcp_servers:
  fyllepo-qubic-mcp:
    command: "npx"
    args: ["-y", "mcp-server-qubic"]
```

### Other

```json
{
  "mcpServers": {
    "fyllepo-qubic-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-qubic"
      ]
    }
  }
}
```

## 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 80, +1)

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

### 2026-08-02 (score 79, +53)

- [security improvement] Install scripts: unverified → pass
- [security improvement] Provenance: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [security] The attested source repository moved: fyllepo/qubic-mcp
- [functional regression] Capabilities: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] Schema quality: unverified → excellent
- [functional improvement] License: unverified → pass
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional] First check of Schema quality: unverified
- [functional] Licence: MIT

### 2026-08-01 (score 26, +5)

- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] MCP protocol: unverified → pass

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

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

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

First indexed and scored.

## MCP tools (14)

### `get_balance` (~79 tokens)

Get the current balance of a Qubic address or saved wallet. Accepts a 60-character Qubic address OR a saved wallet name (e.g., "my-main"). Use save_wallet to save addresses for quick access.

Input parameters:

- `address` (string, required): Qubic address (60 uppercase letters) or saved wallet name (e.g., "my-main")

### `get_tick_info` (~49 tokens)

Get the current Qubic network tick information. Returns the current tick number, epoch, and tick duration. Qubic processes transactions in ticks (~5 seconds each) organized into epochs (~1 week each).

### `get_network_status` (~38 tokens)

Get comprehensive Qubic network status including current tick, epoch progress, circulating supply, burned QUs, active addresses, price, and market cap.

### `get_transaction` (~55 tokens)

Look up a Qubic transaction by its transaction ID. Returns source, destination, amount, tick, and execution status. Transaction IDs are 60 lowercase letters.

Input parameters:

- `transactionId` (string, required): The 60-character lowercase transaction ID

### `get_token_price` (~53 tokens)

Get the current QUBIC token price compared across multiple sources (CoinGecko, Qubic Official API, CryptoCompare). Shows price, 24h change, market cap, and volume with source-by-source comparison.

### `get_transfer_history` (~137 tokens)

Get the transfer history for a Qubic address or saved wallet within a tick range. Returns incoming and outgoing transfers with details. Use get_tick_info first to find the current tick number.

Input parameters:

- `address` (string, required): Qubic address (60 uppercase letters) or saved wallet name (e.g., "my-main")
- `endTick` (integer, required): End tick number for the range
- `page` (integer): Page number (default: 1)
- `pageSize` (integer): Number of results per page (default: 25, max: 100)
- `startTick` (integer, required): Start tick number for the range

### `get_mining_phase` (~66 tokens)

Get the current Qubic mining phase (MINING or IDLE) and whether it's an XMR marathon day. The network alternates between mining and idle phases every ~1,353 ticks, and between Qubic AI solution days and XMR mining days every 24 hours.

### `get_rich_list` (~65 tokens)

Get the Qubic rich list — top addresses ranked by balance for the current epoch. Supports pagination.

Input parameters:

- `page` (integer): Page number (default: 1)
- `pageSize` (integer): Results per page (default: 15, max: 50)

### `convert_qu_usd` (~75 tokens)

Convert between QU (Qubic Units) and USD using the current live price. Specify either a QU amount to get USD value, or a USD amount to get the equivalent in QU.

Input parameters:

- `qu` (number): Amount in QU to convert to USD
- `usd` (number): Amount in USD to convert to QU

### `validate_address` (~46 tokens)

Validate a Qubic address format and check if it exists on-chain with balance or transfer activity.

Input parameters:

- `address` (string, required): Qubic address to validate (should be 60 uppercase letters)

### `get_explorer_links` (~63 tokens)

Get links to Qubic block explorers for an address or transaction ID. Accepts saved wallet names.

Input parameters:

- `address` (string): Qubic address (60 uppercase letters) or saved wallet name
- `txId` (string): Transaction ID (60 lowercase letters)

### `save_wallet` (~92 tokens)

Save a Qubic wallet address with a friendly name for quick access. Only saves the public address — never stores seeds or private keys. Stored locally in ~/.qubic-mcp/wallets.json.

Input parameters:

- `address` (string, required): The 60-character Qubic address to save
- `name` (string, required): A friendly name for this wallet (e.g., "my-main", "trading", "savings")

### `list_wallets` (~30 tokens)

List all saved Qubic wallet addresses. These are public addresses only — no private keys are ever stored.

### `remove_wallet` (~48 tokens)

Remove a saved wallet by name. This only removes the local reference — it does not affect the actual blockchain address in any way.

Input parameters:

- `name` (string, required): The name of the wallet to remove

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/fyllepo-qubic-mcp/mcp-server-qubic#diagnostics

## Score history

- 2026-08-03: 80
- 2026-08-02: 79
- 2026-08-01: 26
- 2026-07-31: 21
- 2026-07-30: 46
- 2026-07-28: 46
- 2026-07-27: 46

## Links

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