xrpl-mcp-server
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
get_account_info
Retrieve XRP Ledger account information
get_account_lines
Search the trust line of the account
get_account_nfts
Search the NFTs owned by the account
get_account_transactions
Search the transaction history of the account
get_server_info
Retrieve connected XRP Ledger server information
submit_transaction
Submit signed transaction to XRP Ledger
get_transaction_info
Retrieve details of specific transactions
get_book_offers
Search order book quotes for currency pairs on DEX