Skip to content
Claude Desktop

Wallet Doctor for Claude Desktop

io.github.zikriz/wallet-doctor

Solana wallet forensics SDK, x402 pay-per-call, AI agents.

client:Claude Desktop transport:streamable-http runtime:pypi

Install Wallet Doctor in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "wallet-doctor": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://defi-webhook.m-zikriz.workers.dev/api/agent"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Wallet Doctor in other clients