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.

コメント

「その他」の他のコンテンツ