XRPL MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_account_infoA | Get detailed information about an XRPL account including balance, sequence number, and flags |
| get_account_linesA | Get trust lines (token balances) for an XRPL account. Shows all tokens the account holds or can receive. |
| get_account_currenciesA | Get a list of currencies an account can send or receive |
| get_account_transactionsC | Get transaction history for an XRPL account |
| get_transactionA | Get detailed information about a specific transaction by its hash |
| get_ledgerB | Get information about a specific ledger or the latest validated ledger |
| get_server_infoA | Get information about the XRPL server/node including its current state, version, and sync status |
| pingA | Ping the XRPL server to check connectivity and measure response time |
| get_account_nftsB | Get all NFTs (Non-Fungible Tokens) owned by an XRPL account |
| get_nft_infoA | Get detailed information about a specific NFT by its NFT ID |
| get_account_offersB | Get all open DEX (Decentralized Exchange) offers for an XRPL account |
| get_order_bookA | Get the order book for a currency pair on the XRPL DEX. Shows current buy and sell offers. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 12 tools
Each tool targets a distinct resource or aspect of XRPL, from account info to NFTs to order books. There is no overlap or ambiguity between tools.
All tools follow a snake_case get_<resource> pattern with the sole exception of ping, which is a minor deviation. The naming is otherwise highly consistent and predictable.
With 12 tools covering accounts, transactions, NFTs, DEX, ledger, and server state, the count is well-scoped for a query-focused XRPL server and feels neither sparse nor bloated.
The tool set provides broad read access to XRPL data but lacks any write or transaction submission capabilities, such as sending payments or creating offers. This is a notable gap if the server is intended for full lifecycle management, though it may be acceptable for a read-only explorer.