F

qtcl-blockchain.koyeb.app

https://qtcl-blockchain.koyeb.app/mcp
45/100 · MCP Trust Grade · checked 6h ago · MCP 2025-06-18
Watched since 2026-06-03 — behavioral baseline locked. We re-check this server's tool surface on a schedule; if it adds, removes, or silently rewrites a tool (rug-pull), we record it.

What it offers — 22 tools · Developer Tools

qtcl_create_wallet

Create a new QTCL post-quantum wallet backed by a real HypΓ keypair (Schnorr-Γ over SL(3,p), 512-step random walk, SHA3-256² address). Returns private

qtcl_sign_message

Sign a 32-byte message hash with a HypΓ private key using Schnorr-Γ. To sign a transaction, compute: SHA3-256(JSON.dumps({"sender": from_addr, "recipi

qtcl_get_balance

Check QTCL balance for any address. Returns balance in base units (qsat), UTXO count, and UTXO list. 1 QTCL = 100 qsat.

qtcl_get_utxos

List unspent transaction outputs (UTXOs) for an address. Returns tx_hash, output_index, amount_base per coin.

qtcl_send_transaction

Submit a signed UTXO transaction to the QTCL network. Flat fee: 1 qsat. Finality: ~18 seconds. WORKFLOW: (1) pick nonce = int(time.time()*1000) [ms ep

qtcl_get_transaction

Look up a QTCL transaction by its SHA3-256 hash. Returns full tx details, status, and block height.

qtcl_get_chain_info

Current blockchain state: height, latest block hash, mempool depth, oracle status, and system health vector.

qtcl_get_block

Retrieve a block by height (integer) or hash (hex string). Omit both for the latest block.

qtcl_get_recent_transactions

List recent transactions, optionally filtered by address. Returns newest first. Max 50 per call.

qtcl_get_quantum_metrics

Live quantum coherence metrics: W-state fidelity (≥0.75 healthy), entanglement witness (NPT criterion), oracle consensus round, Mermin inequality test

qtcl_get_oracle_registry

List registered quantum oracle nodes participating in 5-oracle Byzantine consensus (3-of-5 majority).

qtcl_get_peers

List active P2P peers in the QTCL Kademlia DHT network.

qtcl_get_price

QTCL network quantum coherence metrics and valuation signals. Note: QTCL has no public USD exchange. Returns W-state fidelity, entanglement witness, a

qtcl_retro_settle

Retroactively settle all blocks whose UTXOs are missing from address_utxos. Safe to call repeatedly — idempotent. Returns counts of settled/skipped/er

qtcl_repair_utxos

Nuclear UTXO repair: bypasses settlement machinery and directly inserts missing UTXOs from the transactions table. Use when qtcl_retro_settle reports

qtcl_submit_block

Submit a fully PoW-solved and HypΓ-signed block to the chain. This is the unified miner submission path. The miner client performs PoW locally, signs

qtcl_quantum_encrypt

Quantum-bound encryption via IBM QLDPC hardware (ibm_marrakesh/ibm_kingston). Two modes: quantum_bound (async=false, default): XOR-masks the encapsula

qtcl_quantum_decrypt

Decrypt quantum-bound or quantum-assisted ciphertext. Auto-detects mode from the ciphertext dict: quantum_bound → runs QLDPC pipeline on masked key, X

+4 more tools

Spec conformance20%100
Security (OWASP MCP)30%10
Reliability / performance20%84
Tool hygiene15%59
Transparency / provenance15%90

Observed behavior

No proxied traffic observed for this host yet. Connect it at /connect and its grade gains a measured Reliability score + per-tool behavioral evidence — the half a static scan can't produce.

Findings

FAILMCP08 Tool "qtcl_create_wallet" references sensitive file paths / secrets (exfiltration surface).
FAILMCP08 Tool "qtcl_sign_message" references sensitive file paths / secrets (exfiltration surface).
FAILMCP08 Tool "qtcl_send_transaction" references sensitive file paths / secrets (exfiltration surface).
FAILMCP08 Tool "qtcl_quantum_decrypt" references sensitive file paths / secrets (exfiltration surface).
FAILMCP08 Tool "qtcl_sign_message_hybrid" references sensitive file paths / secrets (exfiltration surface).
Grade another server

We re-grade qtcl-blockchain.koyeb.app on a schedule and alert your Slack/webhook the moment its tools change or its grade drops — rug-pull insurance for the connection.

Share this report card

A 1200×630 card with the grade + audit — drop it in a post, Slack, or your repo.

MCP Trust report card — qtcl-blockchain.koyeb.app grade F
Share on X Open card image

Embed this grade

A live badge — it re-verifies itself and shows current stability. Static scorecards can't. Paste it in your README or site to show users you're independently audited.

MCP Trust Grade F · wmcp.sh
[![MCP Trust Grade F](https://wmcp.sh/mcp/grade/qtcl-blockchain.koyeb.app/badge.svg)](https://wmcp.sh/mcp/grade/qtcl-blockchain.koyeb.app)
<a href="https://wmcp.sh/mcp/grade/qtcl-blockchain.koyeb.app"><img src="https://wmcp.sh/mcp/grade/qtcl-blockchain.koyeb.app/badge.svg" alt="MCP Trust Grade F · wmcp.sh"></a>

Agents: check this before connecting

Add the wmcp.sh trust oracle as an MCP server and call grade_mcp_server / check_mcp_drift in your agent's pre-connection gate:

https://wmcp.sh/mcp/trust
How this grade is computed. An open, independent rubric — Spec conformance (20%), Security mapped to the OWASP MCP Top 10 (30%), Reliability (20%), Tool hygiene (15%), Transparency (15%) — run by connecting to the server and inspecting its real MCP surface. The grade is free and identical whether or not the operator pays. v1 uses static + spec signals from a single connection; continuous uptime, real latency, and annotation-truthing (declared readOnly vs observed behavior) layer on via the wmcp.sh proxy.