A Model Context Protocol (MCP) server for the XRP Ledger
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"iflow-mcp-lgcarrier-xrpl-mcp-server","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# XRPL MCP Server A Model Context Protocol (MCP) server that provides AI models with access to XRP Ledger data and functionality. ## Overview 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. ## 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 - Submit signed transactions to the network - Get server status information - Reliable XRP Ledger data access through MCP - Easy integration with MCP-compatible AI applications ## Installation ### From Source 1. Clone this repository: ``` git clone https://github.com/lgcarrier/xrpl-mcp-server.git cd xrpl-mcp-server ``` 2. Create and activate a virtual environment: ``` python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate ``` 3. Install dependencies: ``` pip install -r requirements.txt ``` ### Using pip ``` pip install xrpl-mcp-server ``` ## Configuration The server uses the following environment variables: - `XRPL_NODE_URL` - XRP Ledger node URL (defaults to "https://s1.ripple.com:51234/") ## Usage ### Run from Source Launch the server: ``` python -m xrpl_mcp_server ``` ### Run as Installed Package ``` xrpl-mcp-server ``` ### Using with Claude or Other MCP-Compatible AI Assistants 1. Install the MCP: ``` mcp install xrpl-mcp-server ``` 2. The XRPL tools will be available to Claude, allowing you to ask for XRP Ledger account information. ## Available Tools ### get_account_info Retrieves information about an XRP Ledger account. **Parameters:** - `address` (string): The XRP Ledger account address (starts with "r") **Returns:** - Account balance in XRP - Account sequence number ### get_account_lines Retrieves tr…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.