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.
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.
Frequently asked questions
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.
Basic information
More Other MCP servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Comments