Data Collection
xrpldashboard.com
Provides access to XRP ledger statistics, amendment status, UNL composition, and whale transaction events.
ENDPOINT 1
https://mcp.xrpldashboard.com/mcp
MCP server metadata
- Name
- xrpldashboard-mcp
- Version
- 1.29.0
Known tools 15
get_ledger_statsReturn the last-validated ledger stats (index, close time, server state, load factor, complete range, build).
Inferred read-onlyget_amendment_statusReturn 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-onlyget_unl_statusReturn the current UNL composition (both published lists, overlap, expiry-days).
Inferred read-onlyget_whale_eventsReturn the last N XRP-denominated whale events + tagged-watchlist events (trustset excluded).
Inferred read-onlyget_whale_watchlistReturn the last N tagged-watchlist events (type='tagged'), floored at TAGGED_XRP_FLOOR_DROPS for XRP-denominated rows.
Inferred read-onlyget_rlusd_supplyReturn the current cross-chain RLUSD supply (Ethereum + XRPL) from the same PG mirror /rlusd reads.
Inferred read-onlyget_rlusd_flow_24hReturn the last finalized 24h XRPL net-change from rlusd_supply_history.
Inferred read-onlyget_amm_poolReturn the single ranked-pool row for one AMM account from the amm_ranked_pools snapshot.
Inferred read-onlyget_amm_top_by_tvlReturn the top-N ranked AMM pools by tvl_usd from the same snapshot /pools reads.
Inferred read-onlyget_token_attestationReturn the attestation tier (verified / self-described / null) for one (currency, issuer) pair.
Inferred read-onlyget_signed_snapshotReturn the Ed25519-signed daily snapshot for `date_str` (ISO YYYY-MM-DD) wrapped in the proof envelope.
Inferred read-onlyverify_snapshot_signatureStateless 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-onlyCONNECT 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
MCP server metadata
- Name
- xrpldashboard-mcp
- Version
- 1.29.0
Known tools 15
get_ledger_statsReturn the last-validated ledger stats (index, close time, server state, load factor, complete range, build).
Inferred read-onlyget_amendment_statusReturn 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-onlyget_unl_statusReturn the current UNL composition (both published lists, overlap, expiry-days).
Inferred read-onlyget_whale_eventsReturn the last N XRP-denominated whale events + tagged-watchlist events (trustset excluded).
Inferred read-onlyget_whale_watchlistReturn the last N tagged-watchlist events (type='tagged'), floored at TAGGED_XRP_FLOOR_DROPS for XRP-denominated rows.
Inferred read-onlyget_rlusd_supplyReturn the current cross-chain RLUSD supply (Ethereum + XRPL) from the same PG mirror /rlusd reads.
Inferred read-onlyget_rlusd_flow_24hReturn the last finalized 24h XRPL net-change from rlusd_supply_history.
Inferred read-onlyget_amm_poolReturn the single ranked-pool row for one AMM account from the amm_ranked_pools snapshot.
Inferred read-onlyget_amm_top_by_tvlReturn the top-N ranked AMM pools by tvl_usd from the same snapshot /pools reads.
Inferred read-onlyget_token_attestationReturn the attestation tier (verified / self-described / null) for one (currency, issuer) pair.
Inferred read-onlyget_signed_snapshotReturn the Ed25519-signed daily snapshot for `date_str` (ISO YYYY-MM-DD) wrapped in the proof envelope.
Inferred read-onlyverify_snapshot_signatureStateless 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-onlyCONNECT 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.
xrpldashboard.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.