finance & fintech

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.

typescript
cloud
finance & fintech
0
View on GitHub

Installation

npx -y RomThpt/xrpl-mcp-server

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

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

About This MCP Server

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.

GitHub: https://github.com/RomThpt/mcp-xrpl

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub