MCP.so
登录

XRP Ledger Model Context Protocol Server

@RomThpt

关于 XRP Ledger Model Context Protocol Server

暂无概览

基本信息

分类

其他

许可证

MIT

运行时

node

传输方式

stdio

发布者

RomThpt

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器