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.fyllepo/qubic-mcp

NPM · MCP-SERVER-QUBIC · SCANNED AUG 3

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

Available components

+34 this week 80 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 Security86
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to fyllepo/qubic-mcp). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 164 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 896 tokens (~64/item across 14 items; 14 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 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
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
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 · mcp-server-qubic

# add to Claude Code
claude mcp add fyllepo-qubic-mcp -- npx -y mcp-server-qubic
# add to Codex CLI
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
    }
  }
}
# add to OpenClaw
openclaw mcp add fyllepo-qubic-mcp --command npx --arg -y --arg mcp-server-qubic
# ~/.hermes/config.yaml
mcp_servers:
  fyllepo-qubic-mcp:
    command: "npx"
    args: ["-y", "mcp-server-qubic"]
// mcp.json
{
  "mcpServers": {
    "fyllepo-qubic-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-qubic"
      ]
    }
  }
}
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.

  • 3 Aug 26 +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.

  • 2 Aug 26 +53
    • Install scripts: unverified → pass security
    • Provenance: unverified → pass security
    • Known CVEs: unverified → partial security
    • 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 security
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Schema quality: unverified → excellent functional
    • License: unverified → pass functional
    • Stability: unverified → 0.23 functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • First check of Schema quality: unverified functional
    • Licence: MIT functional
  • 1 Aug 26 +5
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • MCP protocol: unverified → pass functional
  • 31 Jul 26 −25
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 46

    First indexed and scored.

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 verified

Ecosystem: npm · Outcome: verified

Reason: verified

Source repo:
fyllepo/qubic-mcp
Certificate issuer:
https://token.actions.githubusercontent.com
Certificate SAN:
https://github.com/fyllepo/qubic-mcp/.github/workflows/ci.yml@refs/tags/v0.2.0
Rekor log index:
955811321
Predicate type:
https://slsa.dev/provenance/v1
Subject digest:
sha512:1e81789b0534242dffd79be43c35d40b0960b62953432f5f24795f0d6bfe0ffc3c188e506feabbed643c2ccc1465412a81e6cb27ae966bd0407534ba1
Discovery method:
attestation_endpoint
Dependencies 94 packages

94 packages in the resolved dependency tree · 94 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 14 exposed · ~896 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
convert_qu_usd ~75

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.

NameTypeReqDescription
qunumberAmount in QU to convert to USD
usdnumberAmount in USD to convert to QU

No output schema declared.

No examples provided.

get_balance ~79

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.

NameTypeReqDescription
addressstringyesQubic address (60 uppercase letters) or saved wallet name (e.g., "my-main")

No output schema declared.

No examples provided.

get_explorer_links ~63

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

NameTypeReqDescription
addressstringQubic address (60 uppercase letters) or saved wallet name
txIdstringTransaction ID (60 lowercase letters)

No output schema declared.

No examples provided.

get_mining_phase ~66

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.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_network_status ~38

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_rich_list ~65

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

NameTypeReqDescription
pageintegerPage number (default: 1)
pageSizeintegerResults per page (default: 15, max: 50)

No output schema declared.

No examples provided.

get_tick_info ~49

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_token_price ~53

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.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_transaction ~55

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

NameTypeReqDescription
transactionIdstringyesThe 60-character lowercase transaction ID

No output schema declared.

No examples provided.

get_transfer_history ~137

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.

NameTypeReqDescription
addressstringyesQubic address (60 uppercase letters) or saved wallet name (e.g., "my-main")
endTickintegeryesEnd tick number for the range
pageintegerPage number (default: 1)
pageSizeintegerNumber of results per page (default: 25, max: 100)
startTickintegeryesStart tick number for the range

No output schema declared.

No examples provided.

list_wallets ~30

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

remove_wallet ~48

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

NameTypeReqDescription
namestringyesThe name of the wallet to remove

No output schema declared.

No examples provided.

save_wallet ~92

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.

NameTypeReqDescription
addressstringyesThe 60-character Qubic address to save
namestringyesA friendly name for this wallet (e.g., "my-main", "trading", "savings")

No output schema declared.

No examples provided.

validate_address ~46

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

NameTypeReqDescription
addressstringyesQubic address to validate (should be 60 uppercase letters)

No output schema declared.

No examples provided.