INDIVIDUAL MCP TOOL
xrpl_rlusd
RLUSD stablecoin compliance and risk intelligence: peg health, supply, NYDFS compliance
LIVE ENDPOINT
https://tooloracle.io/xrpl/mcp
Connect to this endpoint to inspect the live schema for xrpl_rlusd 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.xrploracle]
url = "https://tooloracle.io/xrpl/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"xrploracle": {
"type": "http",
"url": "https://tooloracle.io/xrpl/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: xrploracle
Remote MCP URL: https://tooloracle.io/xrpl/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": {
"xrploracle": {
"url": "https://tooloracle.io/xrpl/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"xrploracle": {
"type": "http",
"url": "https://tooloracle.io/xrpl/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "xrploracle",
"transport": "streamable-http",
"url": "https://tooloracle.io/xrpl/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
xrpl_overview— XRPL network overview: XRP price, ledger stats, reserve requirements, base feexrpl_account_intel— XRPL account intelligence: XRP balance, trust lines, open offers, escrows, flagsxrpl_dex_orderbook— XRPL native DEX order book: bids/asks for any currency pairxrpl_amm_pools— XRPL AMM liquidity pool intelligence: reserves, trading fee, LP token supplyxrpl_payment_intel— XRPL cross-border payment intelligence: routing, ODL, settlement speed, costxrpl_token_check— XRPL issued currency risk check: issuer trust, supply, freeze capability, compliancexrpl_escrow_monitor— XRPL escrow intelligence: locked XRP amounts, conditions, expiry, total valuexrpl_nft_intel— XRPL NFT intelligence (XLS-20): collection stats, holdings, mutable URIs, transfer fees.