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.
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.
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.
claude mcp add onchain-agent-wallets -- npx -y @three-ws/onchain-agent-wallets
{
"mcpServers": {
"onchain-agent-wallets": {
"args": [
"-y",
"@three-ws/onchain-agent-wallets"
],
"command": "npx"
}
}
}
[mcp_servers.onchain-agent-wallets]
command = "npx"
args = ["-y", "@three-ws/onchain-agent-wallets"]
{
"mcpServers": {
"onchain-agent-wallets": {
"args": [
"-y",
"@three-ws/onchain-agent-wallets"
],
"command": "npx"
}
}
}
{
"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.
Trustless spending accounts for AI agents on Solana with on-chain enforced limits.
Give your AI agent a wallet on AgentsCoin: create wallet, mine AGENT, check balance, send.
Solana onchain intelligence for AI agents: wallet risk, due-diligence, perps funding, smart money.
Give any AI agent instant payment capabilities via x402 protocol on Solana
Give any AI agent instant payment capabilities via x402 protocol on Solana
Give your agent a prepaid fiat wallet: pay any API per call in cents, no crypto, spend caps.
Give an AI agent its own blockchain wallet: balances, USDC transfers, x402 payments under policy.
Self-custodial x402 wallet for AI agents: pay any service in USDC or $THREE from your own key.
Answers built from our own checks of this server.