XRP Ledger Model Context Protocol Server
@RomThpt
关于 XRP Ledger Model Context Protocol Server
暂无概览
基本信息
配置
工具
未检测到工具
工具是从 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 服务器
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.

EverArt
modelcontextprotocolModel Context Protocol Servers
评论