← xrpldashboard.com

INDIVIDUAL MCP TOOL

get_rlusd_flow_24h

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

xrpldashboard.comnone authenticationAvailability not checked

LIVE ENDPOINT

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

No auth detected

Connect to this endpoint to inspect the live schema for get_rlusd_flow_24h and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

xrpldashboard.com

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.

Related tools

  • get_ledger_stats — Return the last-validated ledger stats (index, close time, server state, load factor, complete range, build).
  • 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.
  • get_unl_status — Return the current UNL composition (both published lists, overlap, expiry-days).
  • get_whale_events — Return the last N XRP-denominated whale events + tagged-watchlist events (trustset excluded).
  • get_whale_watchlist — Return the last N tagged-watchlist events (type='tagged'), floored at TAGGED_XRP_FLOOR_DROPS for XRP-denominated rows.
  • get_rlusd_supply — Return the current cross-chain RLUSD supply (Ethereum + XRPL) from the same PG mirror /rlusd reads.
  • get_amm_pool — Return the single ranked-pool row for one AMM account from the amm_ranked_pools snapshot.
  • get_amm_top_by_tvl — Return the top-N ranked AMM pools by tvl_usd from the same snapshot /pools reads.