PluginBench
MCP Server

io.github.kaditang/agent-wallet-mcp MCP Server

io.github.kaditang/agent-wallet-mcp

What is the io.github.kaditang/agent-wallet-mcp MCP server?

Non-custodial Solana MCP: compare yields, buy tokenized US stocks (xStocks) & Ondo USDY. You sign.

How to install io.github.kaditang/agent-wallet-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • SOL_RPC
    secret

    Solana RPC URL (e.g. a Helius endpoint). Optional — falls back to public mainnet-beta if unset.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agent-wallet-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@kaditang/agent-wallet-mcp"
      ],
      "env": {
        "SOL_RPC": "<YOUR_SOL_RPC>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "agent-wallet-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@kaditang/agent-wallet-mcp"
      ],
      "env": {
        "SOL_RPC": "<YOUR_SOL_RPC>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "agent-wallet-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@kaditang/agent-wallet-mcp"
      ],
      "env": {
        "SOL_RPC": "<YOUR_SOL_RPC>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "agent-wallet-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@kaditang/agent-wallet-mcp"
      ],
      "env": {
        "SOL_RPC": "<YOUR_SOL_RPC>"
      }
    }
  }
}
Claude Code
claude mcp add agent-wallet-mcp --env SOL_RPC=<YOUR_SOL_RPC> -- npx -y @kaditang/agent-wallet-mcp

Related MCP servers

x402 payment safety for AI agents: counterparty risk gate, payment firewall, compliance, RWA gate.

View repository →