mcpbeat Sign in

Onchain Agent Wallets MCP Server

local only

Onchain Agent Wallets runs on your own machine — the client starts it, so there is no endpoint to ping. 215 installs a week from npm. Last commit 15 Sep 2026.

Give an AI agent a Solana spending allowance instead of your key. Chain-enforced cap, x402.

Installs per day peak 149 · avg 15 · +606% w/w
a month agotoday
215
Installs / week
npm · @three-ws/onchain-agent-wallets
5
Stars
0 open issues
15 Sep 2026
Last commit
0 releases in 90 days
License
JavaScript

Nothing serious here today

Today is the operative word: we check Onchain Agent Wallets every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

This one needs environment variables set before it will start: OWNER_SECRET_KEY (Owner secret key, base58 or a JSON byte array. Optional: without it every owner action is returned as an unsigned transaction for Phantom, Solflare, Backpack, or a Ledger to sign.), OAW_NETWORK (Cluster: mainnet or devnet. Defaults to mainnet. State is kept per network, so a devnet rehearsal never touches mainnet agents.), SOLANA_RPC_URL (HTTPS Solana RPC endpoint. Defaults to the public endpoint for the configured network; bring your own (Helius / Quicknode / Triton) for production.), OAW_STATE_DIR (Where agent keypairs, guardrails, and the spend ledger are stored. Defaults to ~/.onchain-agent-wallets, written 0600 inside a 0700 directory.), REQUIRE_CONFIRM (Refuse to broadcast anything that moves value until the call is re-issued with confirm:true. Default true.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Onchain Agent Wallets

same job, measured the same way
Cloaked Agent
by cloakedagent

Trustless spending accounts for AI agents on Solana with on-chain enforced limits.

72 installs/wk local only
Agentscoin MCP
by axiosdevs

Give your AI agent a wallet on AgentsCoin: create wallet, mine AGENT, check balance, send.

40 installs/wk local only
Solenrich
by 0xsardius

Solana onchain intelligence for AI agents: wallet risk, due-diligence, perps funding, smart money.

44 tools answering
Nory X402
by thememebanker

Give any AI agent instant payment capabilities via x402 protocol on Solana

38 installs/wk local only
Nory MCP Server
by thememebanker

Give any AI agent instant payment capabilities via x402 protocol on Solana

local only
Peage MCP
by intrane

Give your agent a prepaid fiat wallet: pay any API per call in cents, no crypto, spend caps.

local only
I
Keyban Agent Wallet
by keyban-prod-mcp

Give an AI agent its own blockchain wallet: balances, USDC transfers, x402 payments under policy.

284 installs/wk local only
x402 Wallet
by nirholas

Self-custodial x402 wallet for AI agents: pay any service in USDC or $THREE from your own key.

205 installs/wk local only

Onchain Agent Wallets — questions

Answers built from our own checks of this server.

Why is there no uptime for Onchain Agent Wallets?
Onchain Agent Wallets 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 @three-ws/onchain-agent-wallets was installed 215 times last week.
How do I connect Onchain Agent Wallets?
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 @three-ws/onchain-agent-wallets straight from npm; nothing to host, nothing to sign up for.
How many people use Onchain Agent Wallets?
The npm package @three-ws/onchain-agent-wallets was installed 215 times in the last week. Week over week that is +606%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Onchain Agent Wallets open source?
We cannot say either way: written in JavaScript and 5 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.