mcpbeat Sign in

Rustok Wallet MCP Server

local only

Rustok Wallet runs on your own machine — the client starts it, so there is no endpoint to ping.

Self-custody Ethereum Agent Wallet. All chains enabled by default. User assumes all risks.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs / week
npm · rustok-agent-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add rustok-wallet -- npx -y rustok-agent-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "rustok-wallet": {
      "args": [
        "-y",
        "rustok-agent-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.rustok-wallet]
command = "npx"
args = ["-y", "rustok-agent-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "rustok-wallet": {
      "args": [
        "-y",
        "rustok-agent-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "rustok-wallet": {
      "args": [
        "-y",
        "rustok-agent-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: RUSTOK_AGENT_PASSWORD (Password to unlock the agent wallet). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Rustok Wallet

same job, measured the same way
Rustok Wallet
by rustok-org

Self-custody Ethereum agent wallet (MCP/stdio). Keys stay in a local Docker volume.

local only
Agent Sniper
by nirholas

Self-custodial pump.fun sniper: arm strategies, snipe, manage positions. Simulate by default.

198 installs/wk local only
CAI MCP
by cailab-hk

CAI MCP server — gives AI agents a custodial wallet, @cai.com email, and vault.

local only
Agentpay
by up2itnow0822

Non-custodial x402 payment MCP server for AI agents. Wallets and payments on 17 chains.

121 installs/wk local only
Clawpay
by up2itnow0822

Non-custodial x402 payment MCP server for AI agents. Wallets, payments, and commerce on 17 chains.

local only
DeFade — Multi-Chain Memecoin Analyzer
by defade

Rug pull risk and on-chain forensics for tokens on Solana, Ethereum, Base and Robinhood.

15 tools answering
Aeron Wallet
by aeronlabs

Non-custodial agent wallet for Robinhood Chain. Pays x402 requests in USDG.

58 installs/wk local only
Tychi MCP
by tychiwallet

Agent-native self-custody wallet MCP: onboard, wallets, Arbitrum sends, policy-gated payments.

43 installs/wk local only

Rustok Wallet — questions

Answers built from our own checks of this server.

Why is there no uptime for Rustok Wallet?
Rustok Wallet runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package rustok-agent-mcp.
Is Rustok Wallet still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Rustok Wallet?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls rustok-agent-mcp straight from npm; nothing to host, nothing to sign up for.