MCP.so
Sign In

XRP Ledger Model Context Protocol Server

@RomThpt

About XRP Ledger Model Context Protocol Server

No overview available yet

Basic information

Category

Other

License

MIT

Runtime

node

Transports

stdio

Publisher

RomThpt

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is XRP Ledger Model Context Protocol Server?

A comprehensive MCP server that provides blockchain services for the XRP Ledger ecosystem. It enables AI agents to interact with XRPL MainNet, TestNet, and DevNet through a unified tool and resource interface.

How to use XRP Ledger Model Context Protocol Server?

Install Node.js 18+, clone the repository, install dependencies, build the project, create a .env file with optional DEFAULT_SEED and XRPL_NETWORK (default testnet), then start the server with npm start. Connect using any MCP-compatible client; for testing use the MCP Inspector.

Key features of XRP Ledger Model Context Protocol Server

  • Account info, properties, and regular key management
  • Transfer XRP and issued tokens with approval and clawback
  • Mint, transfer, and verify NFT ownership
  • Create, resolve, update, and deactivate DIDs
  • Full Automated Market Maker operations (create, deposit, bid, vote, delete)
  • Check, offer, oracle, escrow, and payment channel management

Use cases of XRP Ledger Model Context Protocol Server

  • AI agents reading ledger state (balances, transactions, account info)
  • Automated XRP and token transfers between accounts
  • Minting and managing NFTs on the XRP Ledger
  • Creating and interacting with Decentralized Identifiers (DIDs)
  • Deploying and managing Automated Market Makers (AMMs)

FAQ from XRP Ledger Model Context Protocol Server

What runtime dependencies are required?

Node.js 18.0.0 or higher, with packages: @modelcontextprotocol/sdk, xrpl, dotenv, and zod.

What networks does the server support?

MainNet (production), TestNet (development), and DevNet (experimental features). The default network is TestNet.

How do I connect without a default seed?

Use the connect-to-xrpl tool, providing a seed and network parameter at runtime.

Is there any security guidance?

Keep wallet seeds secure, use environment variables for sensitive config, and thoroughly test on TestNet before using on MainNet with real XRP.

Can I use this with any MCP client?

Yes, any MCP-compatible client can connect. The server runs in stdio mode and expects an MCP client for interaction.

Comments

More Other MCP servers