mcpbeat Sign in

Agent Wallet MCP Server

local only

Agent Wallet MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 224 installs a week from npm. Last commit 18 Sep 2026.

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

Installs per day peak 142 · avg 14 · +440% w/w
a month agotoday
224
Installs / week
npm · @kaditang/agent-wallet-mcp
3
Stars
1 open issues
18 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 23 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a database query by concatenation src/server/auth-store.ts:128
    delete store.keys[oldestHash]
    evictedCount++
    audit({

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 agent-wallet-mcp -- npx -y @kaditang/agent-wallet-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agent-wallet-mcp": {
      "args": [
        "-y",
        "@kaditang/agent-wallet-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agent-wallet-mcp]
command = "npx"
args = ["-y", "@kaditang/agent-wallet-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "agent-wallet-mcp": {
      "args": [
        "-y",
        "@kaditang/agent-wallet-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agent-wallet-mcp": {
      "args": [
        "-y",
        "@kaditang/agent-wallet-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SOL_RPC (Solana RPC URL (e.g. a Helius endpoint). Optional — falls back to public mainnet-beta if unset.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Agent Wallet MCP

same job, measured the same way
Xstocks
by evidai

Buy tokenized US stocks (xStocks) on Solana via Jupiter DEX in USDC. Daily cap. Dry-run default.

38 installs/wk local only
AI Agent Tokenized Stock OS
by aatos

Non-custodial MCP for Stock Tokens on Robinhood Chain (4663): quotes, plans, Morpho Earn.

37 tools answering
IronWallet
by ironwallet

Non-custodial crypto wallet MCP: check balances, sign and send transfers, and swap tokens locally.

255 installs/wk local only
Xenarch MCP
by xenarch-ai

Xenarch — x402 MCP server for AI agent payments. Non-custodial, USDC on Base L2.

120 installs/wk local only
Tokenized Stock
by evidai

Buy/sell tokenized US stocks (Dinari dShares) in USDC. Daily USD cap guard. Sandbox default.

42 installs/wk local only
VaultPilot MCP
by szhygulin

Self-custodial crypto + DeFi MCP for AI agents. Ledger-signed. EVM, TRON, Solana, BTC, LTC.

193 installs/wk local only
Swaptitan
by swaptitan

Non-custodial cross-chain crypto swap MCP — 1288+ assets, no KYC. Solana/EVM/Monero, RPC, oracle.

21 tools answering
ClawPay MCP — Non-Custodial x402 Payments for AI Agents
by up2itnow0822

Non-custodial x402 payments for AI agents. Sign locally, spend limits, Base network.

53 installs/wk local only

Agent Wallet MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Agent Wallet MCP?
Agent Wallet MCP 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 @kaditang/agent-wallet-mcp was installed 224 times last week.
How do I connect Agent Wallet MCP?
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 @kaditang/agent-wallet-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Agent Wallet MCP?
The npm package @kaditang/agent-wallet-mcp was installed 224 times in the last week. Week over week that is +440%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Agent Wallet MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 3 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.