MCP.so
ログイン

xrpl-mcp

@tedlikeskix

xrpl-mcp について

An XRP Ledger Model Context Protocol (MCP) server enables secure, controlled interactions between Large Language Models (LLMs) and the XRP Ledger, facilitating tasks such as transaction submissions and ledger queries.

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

tedlikeskix

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "xrpl-mcp": {
      "command": "python",
      "args": [
        "-m",
        "mcp_server_xrpl.server"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is xrpl-mcp?

xrpl-mcp is a Python-based MCP (Model Context Protocol) server that enables interaction with the XRP Ledger. It is designed for use with MCP-compatible AI tools.

How to use xrpl-mcp?

Clone the repository, install dependencies using pip install -r requirements.txt or a PEP 621 tool, then run the MCP server with python -m mcp_server_xrpl.

Key features of xrpl-mcp

  • Query XRP account info (balances, sequence, ledger index).
  • Integrates with MCP-compatible AI tools.
  • Built on the XRP Ledger protocol.
  • Python-based, easy to set up and extend.

Use cases of xrpl-mcp

FAQ from xrpl-mcp

What can xrpl-mcp do?

It can query XRP account information such as balances, sequence numbers, and ledger index.

What dependencies are required?

Dependencies are listed in requirements.txt and can be installed via pip or a PEP 621 tool.

How do I run xrpl-mcp?

Run the command python -m mcp_server_xrpl after installing dependencies.

What is the MCP protocol?

The README does not describe the MCP protocol beyond stating that xrpl-mcp is an MCP server and integrates with MCP-compatible AI tools.

Does xrpl-mcp support transactions or account creation?

The README only mentions querying account info; no other operations are described.

コメント

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