35-tool MCP server for agent-to-agent payments on XRPL — job marketplace, crypto-condition escrow, AI-verified work delivery, trust scoring, and wallet bootstrap
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"xrpl-referee": {
"command": "uvx",
"args": [
"xrpl-referee"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add xrpl-referee uvx xrpl-referee
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"xrpl-referee": {
"command": "uvx",
"args": [
"xrpl-referee"
]
}
}
}
📋 Copy
Or install with pip: pip install xrpl-referee