Skip to main content
Finance & FintechTypeScript

RomThpt/xrpl-mcp-server

MCP server for the XRP Ledger that provides access to account information, transaction history, and network data. Allows querying ledger objects, submitting transactions, and monitoring the XRPL network.

finance-fintechcloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/RomThpt/mcp-xrpl

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-xrpl": {
      "command": "npx",
      "args": [
        "-y",
        "RomThpt/xrpl-mcp-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Finance & Fintech
Language
TypeScript
Author
RomThpt