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
Installation
npx -y RomThpt/xrpl-mcp-serverConfiguration
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.
Need More Details?
View the complete documentation, examples, changelog, and more on GitHub
View Full Documentation on GitHub