xrpl-mcp-server

xrpl-mcp-server

3.4

If you are the rightful owner of xrpl-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Context Protocol (MCP) server that provides AI models with access to XRP Ledger data and functionality.

XRPL MCP Server acts as a bridge between large language models (LLMs) like Claude and GPT and the XRP Ledger. It enables AI models to retrieve account information from the XRP Ledger through a standardized API interface. The server facilitates access to various XRP Ledger functionalities, such as retrieving account balances, transaction histories, and NFTs, as well as submitting transactions and accessing order book data. This integration allows AI applications to seamlessly interact with the XRP Ledger, providing reliable data access and easy integration with MCP-compatible AI applications.

Features

  • Get account information (balance, sequence number)
  • Query trust lines and issued currencies
  • View NFTs owned by accounts
  • Retrieve transaction history
  • Access order book data from the DEX

Tools

  1. get_account_info

    Retrieve XRP Ledger account information

  2. get_account_lines

    Search the trust line of the account

  3. get_account_nfts

    Search the NFTs owned by the account

  4. get_account_transactions

    Search the transaction history of the account

  5. get_server_info

    Retrieve connected XRP Ledger server information

  6. submit_transaction

    Submit signed transaction to XRP Ledger

  7. get_transaction_info

    Retrieve details of specific transactions

  8. get_book_offers

    Search order book quotes for currency pairs on DEX