MCP Servers / development / XRPL MCP

XRPL MCP

JSON →
none1development

An MCP server for the XRP Ledger blockchain, offering tools for wallet operations, token management, NFTs, and DEX trading.

Install
How to run this server
[ { "cmd": "npm install -g @tamago-labs/xrpl-mcp", "imports": [] } ]
server path: xrpl-mcp
Tools
What this server exposes
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
Configuration
Environment & auth
authnone
envYOUR_PRIVATE_KEY
Resources
XRPL MCP — MCP Server · libregistry