xrpl-mcp
@tedlikeskix
About xrpl-mcp
An XRP Ledger Model Context Protocol (MCP) server enables secure, controlled interactions between Large Language Models (LLMs) and the XRP Ledger, facilitating tasks such as transaction submissions and ledger queries.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"xrpl-mcp": {
"command": "python",
"args": [
"-m",
"mcp_server_xrpl.server"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is xrpl-mcp?
xrpl-mcp is a Python-based MCP (Model Context Protocol) server that enables interaction with the XRP Ledger. It is designed for use with MCP-compatible AI tools.
How to use xrpl-mcp?
Clone the repository, install dependencies using pip install -r requirements.txt or a PEP 621 tool, then run the MCP server with python -m mcp_server_xrpl.
Key features of xrpl-mcp
- Query XRP account info (balances, sequence, ledger index).
- Integrates with MCP-compatible AI tools.
- Built on the XRP Ledger protocol.
- Python-based, easy to set up and extend.
Use cases of xrpl-mcp
- —
FAQ from xrpl-mcp
What can xrpl-mcp do?
It can query XRP account information such as balances, sequence numbers, and ledger index.
What dependencies are required?
Dependencies are listed in requirements.txt and can be installed via pip or a PEP 621 tool.
How do I run xrpl-mcp?
Run the command python -m mcp_server_xrpl after installing dependencies.
What is the MCP protocol?
The README does not describe the MCP protocol beyond stating that xrpl-mcp is an MCP server and integrates with MCP-compatible AI tools.
Does xrpl-mcp support transactions or account creation?
The README only mentions querying account info; no other operations are described.
More Other MCP servers
ghidraMCP
LaurieWiredMCP Server for Ghidra
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Codelf
unbugA search tool helps dev to solve the naming things problem.
Comments