← Registry

Data Collection

xrpldashboard.com

Provides access to XRP ledger statistics, amendment status, UNL composition, and whale transaction events.

2 endpoints30 known toolsFirst detected August 6, 2026Last detected August 6, 2026

ENDPOINT 1

https://mcp.xrpldashboard.com/mcp

No auth detected

MCP server metadata

Name
xrpldashboard-mcp
Version
1.29.0
Capabilities
experimentalpromptsresourcestools

Known tools 15

get_ledger_stats

Return the last-validated ledger stats (index, close time, server state, load factor, complete range, build).

Inferred read-only
get_amendment_status

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.

Inferred read-only
get_unl_status

Return the current UNL composition (both published lists, overlap, expiry-days).

Inferred read-only
get_whale_events

Return the last N XRP-denominated whale events + tagged-watchlist events (trustset excluded).

Inferred read-only
get_whale_watchlist

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

Inferred read-only
get_rlusd_supply

Return the current cross-chain RLUSD supply (Ethereum + XRPL) from the same PG mirror /rlusd reads.

Inferred read-only
get_rlusd_flow_24h

Return the last finalized 24h XRPL net-change from rlusd_supply_history.

Inferred read-only
get_amm_pool

Return the single ranked-pool row for one AMM account from the amm_ranked_pools snapshot.

Inferred read-only
get_amm_top_by_tvl

Return the top-N ranked AMM pools by tvl_usd from the same snapshot /pools reads.

Inferred read-only
get_token_attestation

Return the attestation tier (verified / self-described / null) for one (currency, issuer) pair.

Inferred read-only
get_rwa_families

Return every rwa_family row with attributed pool count.

Inferred read-only
get_rwa_pools

Return every attributed RWA pool with provenance + TVL.

Inferred read-only
get_mpt_snapshot

Return the MPT snapshot dict (issuances / by_class / total).

Inferred read-only
get_signed_snapshot

Return the Ed25519-signed daily snapshot for `date_str` (ISO YYYY-MM-DD) wrapped in the proof envelope.

Inferred read-only
verify_snapshot_signature

Stateless verification: re-derive the leaf hash, check the Ed25519 signature against the pinned pubkey, check the audit path against the claimed chain root.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.xrpldashboard-mcp]
url = "https://mcp.xrpldashboard.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "xrpldashboard-mcp": {
      "type": "http",
      "url": "https://mcp.xrpldashboard.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: xrpldashboard-mcp
Remote MCP URL: https://mcp.xrpldashboard.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "xrpldashboard-mcp": {
      "url": "https://mcp.xrpldashboard.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "xrpldashboard-mcp": {
      "type": "http",
      "url": "https://mcp.xrpldashboard.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "xrpldashboard-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.xrpldashboard.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://mcp.xrpldashboard.com/mcp?ref=anthropic

No auth detected

MCP server metadata

Name
xrpldashboard-mcp
Version
1.29.0
Capabilities
experimentalpromptsresourcestools

Known tools 15

get_ledger_stats

Return the last-validated ledger stats (index, close time, server state, load factor, complete range, build).

Inferred read-only
get_amendment_status

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.

Inferred read-only
get_unl_status

Return the current UNL composition (both published lists, overlap, expiry-days).

Inferred read-only
get_whale_events

Return the last N XRP-denominated whale events + tagged-watchlist events (trustset excluded).

Inferred read-only
get_whale_watchlist

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

Inferred read-only
get_rlusd_supply

Return the current cross-chain RLUSD supply (Ethereum + XRPL) from the same PG mirror /rlusd reads.

Inferred read-only
get_rlusd_flow_24h

Return the last finalized 24h XRPL net-change from rlusd_supply_history.

Inferred read-only
get_amm_pool

Return the single ranked-pool row for one AMM account from the amm_ranked_pools snapshot.

Inferred read-only
get_amm_top_by_tvl

Return the top-N ranked AMM pools by tvl_usd from the same snapshot /pools reads.

Inferred read-only
get_token_attestation

Return the attestation tier (verified / self-described / null) for one (currency, issuer) pair.

Inferred read-only
get_rwa_families

Return every rwa_family row with attributed pool count.

Inferred read-only
get_rwa_pools

Return every attributed RWA pool with provenance + TVL.

Inferred read-only
get_mpt_snapshot

Return the MPT snapshot dict (issuances / by_class / total).

Inferred read-only
get_signed_snapshot

Return the Ed25519-signed daily snapshot for `date_str` (ISO YYYY-MM-DD) wrapped in the proof envelope.

Inferred read-only
verify_snapshot_signature

Stateless verification: re-derive the leaf hash, check the Ed25519 signature against the pinned pubkey, check the audit path against the claimed chain root.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.xrpldashboard-mcp]
url = "https://mcp.xrpldashboard.com/mcp?ref=anthropic"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "xrpldashboard-mcp": {
      "type": "http",
      "url": "https://mcp.xrpldashboard.com/mcp?ref=anthropic"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: xrpldashboard-mcp
Remote MCP URL: https://mcp.xrpldashboard.com/mcp?ref=anthropic

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "xrpldashboard-mcp": {
      "url": "https://mcp.xrpldashboard.com/mcp?ref=anthropic"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "xrpldashboard-mcp": {
      "type": "http",
      "url": "https://mcp.xrpldashboard.com/mcp?ref=anthropic"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "xrpldashboard-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.xrpldashboard.com/mcp?ref=anthropic"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for xrpldashboard.com was fetched 2026-08-11T05:51:20.133Z.

Trust status Trusted

xrpldashboard.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.