INDIVIDUAL MCP TOOL
get_amm_top_by_tvl
Return the top-N ranked AMM pools by tvl_usd from the same snapshot /pools reads.
LIVE ENDPOINT
https://mcp.xrpldashboard.com/mcp
Connect to this endpoint to inspect the live schema for get_amm_top_by_tvl 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
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.
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_rlusd_flow_24h— Return the last finalized 24h XRPL net-change from rlusd_supply_history.get_amm_pool— Return the single ranked-pool row for one AMM account from the amm_ranked_pools snapshot.