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.

xrpldashboard

REMOTE · MCP.XRPLDASHBOARD.COM · SCANNED AUG 9

Read-only XRP Ledger MCP tools with proof-annotation envelopes and signed daily snapshots.

51 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security46
Transport & Reachability100
Schema Quality & AI Usability46
  • AI-judged instruction clarity (poor).Fail
  • Tool/resource definitions use about 904 tokens (~60/item across 15 items; 15 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management13
  • Stability observed for 4 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage67
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 0% of tool parameters carry a description.Fail
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.

remote · mcp.xrpldashboard.com

# add to Claude Code
claude mcp add --transport http com-xrpldashboard-xrpldashboard-mcp https://mcp.xrpldashboard.com/mcp
# ~/.codex/config.toml
[mcp_servers.com-xrpldashboard-xrpldashboard-mcp]
url = "https://mcp.xrpldashboard.com/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-xrpldashboard-xrpldashboard-mcp": {
      "type": "remote",
      "url": "https://mcp.xrpldashboard.com/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-xrpldashboard-xrpldashboard-mcp --url https://mcp.xrpldashboard.com/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-xrpldashboard-xrpldashboard-mcp:
    url: "https://mcp.xrpldashboard.com/mcp"
// mcp.json
{
  "mcpServers": {
    "com-xrpldashboard-xrpldashboard-mcp": {
      "type": "http",
      "url": "https://mcp.xrpldashboard.com/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

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.

  • 8 Aug 26 +1

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

  • 7 Aug 26 0
    • The server no longer declares the “experimental” capability functional
  • 6 Aug 26 +1
    • Stability: unverified → 0.03 functional
  • 5 Aug 26 49

    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 9 Aug 2026 · Probed https://mcp.xrpldashboard.com/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=xrpldashboard.com CN=WE1,O=Google Trust Services,C=US 17 Jul 2026 15 Oct 2026 ECDSA 256 ECDSA-SHA256 f430341d0975f1fd1330b27c134f56d3
SANs: xrpldashboard.com, *.xrpldashboard.com
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b
DNSSEC insecure

Validation of mcp.xrpldashboard.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
xrpldashboard.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mcp.xrpldashboard.com/mcp Verified 200
http (plaintext) http://mcp.xrpldashboard.com/mcp Inconclusive 406
MCP tools · 15 exposed · ~904 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
get_amendment_status ~61

Return the current amendments state (enabled / in-flight / superseded / unrecognized-enabled) with `cross_check_status` derived from the responding node's feature-RPC vs Amendments ledger-object concurrence. Wrapped in the proof envelope.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_amm_pool ~71

Return the single ranked-pool row for one AMM account from the amm_ranked_pools snapshot. Raises when the account is absent (unranked, below thresholds, or newer than the last snapshot). Wrapped in the proof envelope.

NameTypeReqDescription
amm_accountstringyes

No output schema declared.

No examples provided.

get_amm_top_by_tvl ~59

Return the top-N ranked AMM pools by tvl_usd from the same snapshot /pools reads. NULL-tvl rows sort last. Wrapped in the proof envelope.

NameTypeReqDescription
limitinteger

No output schema declared.

No examples provided.

get_ledger_stats ~86

Return the last-validated ledger stats (index, close time, server state, load factor, complete range, build). Wrapped in the xrpldashboard proof envelope; envelope source is derived from the actual URL host (`local_rippled` for loopback / private LAN, `remote_rippled:<host>` otherwise) — never hardcoded.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_mpt_snapshot ~45

Return the MPT snapshot dict (issuances / by_class / total). Not third-party-naming — no dispute_contact_url. Wrapped in the proof envelope.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_rlusd_flow_24h ~77

Return the last finalized 24h XRPL net-change from rlusd_supply_history. freshness_contract='finalized_only' is the machine-readable form of the R1/R2 finalized-window rule. cross_check_status derived from stored vs supply-diff pair. Wrapped in the proof envelope.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_rlusd_supply ~52

Return the current cross-chain RLUSD supply (Ethereum + XRPL) from the same PG mirror /rlusd reads. Honest-partial when either chain errored. Wrapped in the proof envelope.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_rwa_families ~41

Return every rwa_family row with attributed pool count. Data payload includes `dispute_contact_url`. Wrapped in the proof envelope.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_rwa_pools ~42

Return every attributed RWA pool with provenance + TVL. Data payload includes `dispute_contact_url`. Wrapped in the proof envelope.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_signed_snapshot ~69

Return the Ed25519-signed daily snapshot for `date_str` (ISO YYYY-MM-DD) wrapped in the proof envelope. Absence raises — the walker has not produced this date yet, or the date predates the chain start.

NameTypeReqDescription
date_strstringyes

No output schema declared.

No examples provided.

get_token_attestation ~75

Return the attestation tier (verified / self-described / null) for one (currency, issuer) pair. Data payload includes `dispute_contact_url` — first tool to name a third party. Wrapped in the proof envelope.

NameTypeReqDescription
currencystringyes
issuerstringyes

No output schema declared.

No examples provided.

get_unl_status ~43

Return the current UNL composition (both published lists, overlap, expiry-days). Honest-partial when a list fetch fails. Wrapped in the proof envelope.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_whale_events ~54

Return the last N XRP-denominated whale events + tagged-watchlist events (trustset excluded). Same feed the homepage globe pulse reads. Wrapped in the proof envelope.

NameTypeReqDescription
limitinteger

No output schema declared.

No examples provided.

get_whale_watchlist ~59

Return the last N tagged-watchlist events (type='tagged'), floored at TAGGED_XRP_FLOOR_DROPS for XRP-denominated rows. Wrapped in the proof envelope.

NameTypeReqDescription
limitinteger

No output schema declared.

No examples provided.

verify_snapshot_signature ~70

Stateless verification: re-derive the leaf hash, check the Ed25519 signature against the pinned pubkey, check the audit path against the claimed chain root. Accepts full MCP envelope or bare signed payload. Wrapped in the proof envelope.

NameTypeReqDescription
envelopeobjectyes

No output schema declared.

No examples provided.