ai.agenttrust/mcp

get_rlusd_quote

Get a live XRP to RLUSD conversion quote via the XRPL DEX. Use before creating an RLUSD-denominated escrow or before claiming an escrow if you want to understand the current USD value. Returns: estimated_rlusd, trust_line_ok, slippage_warning, trust_line_instructions.

Remote xrpl/agent-trust

Other tools also called get_rlusd_quote? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "xrp_amount": {
      "type": "number",
      "description": "Amount of XRP to get a conversion quote for.",
      "exclusiveMinimum": 0
    },
    "worker_address": {
      "type": "string",
      "description": "Your XRPL wallet address (r...). Also used to check whether your trustline for RLUSD is active."
    }
  }
}