PluginBench
MCP Server

Wallet Doctor x402 MCP Server

io.github.zikriz/wallet-doctor-x402

What is the Wallet Doctor x402 MCP server?

Multi-chain wallet MCP. 18 tools: balance, swap, bridge, stake, claim. Pay-per-call USDC (x402 v2).

How to install Wallet Doctor x402

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "wallet-doctor-x402": {
      "url": "https://wallet-doctor-x402.m-zikriz.workers.dev/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "wallet-doctor-x402": {
      "serverUrl": "https://wallet-doctor-x402.m-zikriz.workers.dev/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "wallet-doctor-x402": {
      "type": "http",
      "url": "https://wallet-doctor-x402.m-zikriz.workers.dev/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "wallet-doctor-x402": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://wallet-doctor-x402.m-zikriz.workers.dev/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http wallet-doctor-x402 https://wallet-doctor-x402.m-zikriz.workers.dev/mcp

Related MCP servers

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

View repository →