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

NPM · MCP-SERVER-QUBIC · SCANNED SEP 20

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

Available components

0 this week 94 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 Security98
  • 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
  • 31 of 95 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency100
  • 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 212 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability82
  • 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 Management93
  • Stability observed for 28 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; "get_transfer_history" implies "transfer" 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 14 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.fyllepo/qubic-mcp server?

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

npm · mcp-server-qubic

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

  • 20 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 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 16 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 15 Sept 26 +1
    • Stability: 0.97 → pass security
  • 13 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.

  • 11 Sept 26 +1

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

  • 9 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 8 Sept 26 +1
    • Stability: 0.97 → pass security
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 20 Sept 2026 · Analysed npm/mcp-server-qubic@0.2.0

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
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

Background: How many MCP packages publish verified provenance →

Dependencies 95 packages
Packages resolved 95
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

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

Common questions

What is the io.github.fyllepo/qubic-mcp server?

io.github.fyllepo/qubic-mcp is listed in the public MCP registry as io.github.fyllepo/qubic-mcp. MCP server for Qubic, balances, prices, transfers, wallets, and more. This page covers its npm package (mcp-server-qubic).

Is the io.github.fyllepo/qubic-mcp server safe to use?

io.github.fyllepo/qubic-mcp scores 94 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. 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.fyllepo/qubic-mcp server expose?

io.github.fyllepo/qubic-mcp exposes 14 tools: get_balance, get_tick_info, get_network_status, get_transaction, get_token_price, and 9 more. Their descriptions and schemas cost roughly 896 tokens of context every time the server is loaded.

Is the io.github.fyllepo/qubic-mcp server still maintained?

io.github.fyllepo/qubic-mcp is still listed as active in the MCP registry. We last reached this channel on 20 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.fyllepo/qubic-mcp server under?

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