XRPL MCP
JSON →An MCP server for the XRP Ledger blockchain, offering tools for wallet operations, token management, NFTs, and DEX trading.
Install
npm install -g @tamago-labs/xrpl-mcp Tools · 15
- get_account_info Retrieve account information for a given XRPL address
- get_account_balances Get balances for a given XRPL address
- get_account_transactions Get transaction history for a given XRPL address
- get_account_offers Get offers for a given XRPL address
- get_account_trustlines Get trustlines for a given XRPL address
- get_ledger Get ledger information
- get_transaction Get transaction details by hash
- submit_transaction Submit a transaction to the XRPL
- get_server_info Get server information
- get_fee Get current fee information
- get_currency_conversion Get currency conversion rates
- get_nft_info Get NFT information
- get_nft_offers Get NFT offers
- get_amm_info Get AMM pool information
- get_amm_pools Get AMM pools
Environment variables
YOUR_PRIVATE_KEY
Links
★ 1 GitHub stars