AgentTrust for Claude Desktop
io.github.eamwhite1/agent-trust
Trustless XRPL escrow oracle for AI agents. Create jobs, verify work, release XRP/RLUSD payments.
client:Claude Desktop
transport:streamable-http
runtime:npm
Install AgentTrust in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"agent-trust": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://xrpl-referee.onrender.com"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs