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.

Xahau MCP

MCPB · XAHAU-MCP-2.0.1.MCPB · SCANNED AUG 3

First MCP for the Xahau network — offline Hook WASM VM + static analyzer, read-only ledger tools.

+3 this week 44 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 Security13
  • Malware scan not yet available for this package.Unverified
  • CVE data not yet available for this package.Unverified
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (197 of 198), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability70
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (fair).Partial
  • Tool/resource definitions use about 5839 tokens (~91/item across 64 items; 61 tools + 3 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 Coverage79
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 28% of tool parameters carry a description.Partial
  • Structured output schemas are declared (30% of tools); any adoption earns full credit.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.

mcpb · xahau-mcp-2.0.1.mcpb

Download bundle
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 +29
    • Dependency health: partial → unverified functional
    • Stability: unverified → 0.23 functional
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → fair functional
    • Tool coverage: unverified → 100 functional
    • Schema quality: unverified → 100 functional
  • 1 Aug 26 −2
    • Security disclosure: unverified → fail functional
  • 31 Jul 26 −2
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 +11
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • License: unverified → pass functional
    • Licence: MIT functional
  • 29 Jul 26 −34
    • Provenance: fail → unverified security
    • Install scripts: pass → unverified security
    • Maintenance: pass → unverified functional
    • Schema quality: 100 → unverified functional
    • Tool coverage: 100 → unverified functional
    • License: pass → unverified functional
    • Security disclosure: fail → unverified functional
    • Dependency health: unverified → partial functional
    • Licence: MIT functional
  • 27 Jul 26 41

    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 mcpb/https://github.com/Hugegreencandle/xahau-mcp/releases/download/v2.0.1/[email protected]

Provenance none

Ecosystem: mcpb · Outcome: none

Dependencies 197 packages

197 packages in the resolved dependency tree · 187 deprecated · 81 stale.

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

MCP tools — 61 exposed · ~5,760 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
reward_status ~130

Balance Adjustment doctor — the full answer to Xahau's most common retail question: is this account opted in to network rewards, how much XAH is accrued (EXACT genesis reward-hook formula — reward.c — with live RR/RD read from genesis hook state), when can it next claim, and is the claim overdue (late claiming forfeits yield — the hook pays the per-claim rate once regardless of wait). Returns an unsigned opt-in or claim ClaimReward when applicable. Read-only; 3 serial RPC reads.

NameTypeReqDescription
addressstringyesr-address
networkstring
NameTypeReqDescription
accrual
addressstring
balanceXah
eligibility
errorstring
fields
networkstring
notesarray
optedInboolean
paramsobject
summarystring
unsignedTx
unsignedTxPurpose
warningsarray

No examples provided.

ripple_time ~66

Convert between Ripple time (seconds since 2000-01-01), Unix time, and ISO 8601. Xahau tx/ledger timestamps use Ripple time. Offline.

NameTypeReqDescription
isostring
ripplenumber
unixnumber

No output schema declared.

No examples provided.

scaffold_hook ~127

Generate a starter Xahau Hook in C for a stated intent (accept_all, firewall, payment_limit, require_dest_tag, state_counter, notary) — structurally valid (hook() entry, _g guards, accept/rollback) with build instructions. A STARTING POINT to compile + then verify with analyze_hook/execute_hook before deploying. Offline.

NameTypeReqDescription
archetypestringyes
blockTxTypestringfor firewall: tx type to reject, e.g. Payment
maxDropsstringfor payment_limit: max native drops to allow

No output schema declared.

No examples provided.

scam_check ~166

Score a sign request (txjson or raw tx_blob hex) for risky patterns BEFORE signing: returns dangerScore 0-100, a SAFE/CAUTION/DANGER tier, a plain-English verdict, and per-rule findings (SetHook, AccountDelete-to-other, regular-key/signer-list changes, very large native payment, no-expiry replay risk, pre-signed blob). Offline + read-only. HONESTY: every finding is a POTENTIAL risk, NOT a confirmed scam — this tool does NOT consult any block list and NEVER verifies on-chain whether an address is malicious; it reads the transaction shape only. DANGER is reserved for near-universally-malicious/irreversible patterns.

NameTypeReqDescription
txBlobHexstring
txjsonobject

No output schema declared.

No examples provided.

simulate_transaction ~195

THE PRE-SIGN FLIGHT SIMULATOR — predict what Xahau will do with an UNSIGNED transaction before you sign it. Every hook the tx would trigger (originator chain first, then strong/weak transactional stakeholders — order canonical from xahaud Transactor.cpp/applyHook.cpp) runs as REAL bytecode against LIVE ledger state in the local VM (measured 100% agreement on 30 real mainnet hook executions — all accept-direction; rollback direction proven separately on real genesis bytecode). Reports per-hook accept/rollback + return strings, simulated state writes, decoded emitted transactions, labeled STATIC engine preflights (sequence/balance/destination/expiry), and a scam score. Never signs, never submits. Slow but thorough (iterative state resolution, ~1.1s per read).

NameTypeReqDescription
networkstring
txobjectyesunsigned transaction JSON (TransactionType, Account, ...)
NameTypeReqDescription
baseTxHashstring
caveatstring
errorstring
historicalboolean
hookRunsarray
ledgerIndexnumber
notesarray
overriddenFieldsarray
scamScore
staticChecksarray
summarystring
verdictstring

No examples provided.

validate_address ~46

Validate a Xahau/XRPL address (classic r-address or X-address) → type, account-id, embedded destination tag, network. Offline.

NameTypeReqDescription
addressstringyes
NameTypeReqDescription
accountIdstring
classicAddressstring
errorstring
networkstring
reasonstring
tag
typestring
validboolean

No examples provided.

vm_fidelity_report ~184

HONEST FIDELITY METRIC: measures how faithfully the local Hook VM reproduces what REALLY happened on Xahau mainnet. Loads a committed corpus (data/hook-corpus.json) of real validated transactions whose metadata carried HookExecutions, runs each hook's real bytecode through the local VM, and compares the VM's accept/rollback DIRECTION to the on-chain HookResult. The agreement % is computed ONLY over COMPARABLE (non-degraded, scoreable) runs; degraded/halted/indeterminate runs are reported separately and EXCLUDED — never counted as a match. Strictly offline; reads no network. If the corpus is empty/tiny it says 'insufficient corpus' rather than print an unsupported number.

NameTypeReqDescription
includeMismatchesbooleaninclude the per-mismatch list (txHash/vmExit/onChainResult)
NameTypeReqDescription
agreementPct
agreementsnumber
comparablenumber
composition
coverageWarning
degradedCountnumber
errorstring
headlinestring
insufficientboolean
mismatchesarray
perHookarray
totalnumber

No examples provided.

what_if ~134

TIME MACHINE — counterfactual replay of a REAL historical transaction: fetch it by hash, apply your field overrides (different Amount, Destination, params, ...), then run the full flight simulator AT THAT HISTORICAL LEDGER (hooks, state and parameters as they were). Answers 'what would have happened if this tx had been X?'. Read-only; nothing is signed or submitted.

NameTypeReqDescription
networkstring
overridesobjectfields to change on the tx before re-simulating (e.g. {"Amount": "99000000"})
txHashstringyesreal validated transaction hash
NameTypeReqDescription
baseTxHashstring
caveatstring
errorstring
historicalboolean
hookRunsarray
ledgerIndexnumber
notesarray
overriddenFieldsarray
scamScore
staticChecksarray
summarystring
verdictstring

No examples provided.

xaddress ~67

Encode a classic address + destination tag into an X-address, or decode an X-address back to classic + tag. Offline.

NameTypeReqDescription
addressstringyesclassic r-address (to encode) or X-address (to decode)
tagnumber
testboolean

No output schema declared.

No examples provided.

xah_amount ~42

Convert between XAH and drops (1 XAH = 1,000,000 drops). Offline.

NameTypeReqDescription
fromstringyes
valueyes

No output schema declared.

No examples provided.

xahau_server_info ~42

Health, version, amendments and ledger range of a Xahau node (mainnet or testnet). Read-only.

NameTypeReqDescription
networkstring

No output schema declared.

No examples provided.