PluginBench
MCP Server
Active

AgentTrust MCP Server

io.github.eamwhite1/agent-trust

What is the AgentTrust MCP server?

Trustless XRPL escrow oracle for AI agents. Create jobs, verify work, release XRP/RLUSD payments.

How to install AgentTrust

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agent-trust": {
      "command": "npx",
      "args": [
        "-y",
        "@eamwhite1/agenttrust-sdk"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "agent-trust": {
      "command": "npx",
      "args": [
        "-y",
        "@eamwhite1/agenttrust-sdk"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "agent-trust": {
      "command": "npx",
      "args": [
        "-y",
        "@eamwhite1/agenttrust-sdk"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "agent-trust": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@eamwhite1/agenttrust-sdk"
      ]
    }
  }
}
Claude Code
claude mcp add agent-trust -- npx -y @eamwhite1/agenttrust-sdk

Related MCP servers

Trust and payment layer for the agentic economy on the XRP Ledger.

View repository →