mcpbeat Sign in

Agent Wallet MCP Server

local only

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

Governed USDC wallet for AI agents — policy gates, spending caps, and Ed25519-signed receipts.

Installs per day peak 179 · avg 15 · -27% w/w
a month agotoday
43
Installs / week
npm · dingdawg-agent-wallet
0
Stars
0 open issues
26 May 2026
Last commit
0 releases in 90 days
BUSL-1.1
License
JavaScript

What the code does

We read the source, 59 min 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.

File ships in the package but is absent from the source [пакет] src/index.ts:1
этот файл ставится пользователю, но в репозитории его нет

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

Alternatives to Agent Wallet

same job, measured the same way
Protect MCP
by scopeblind

Fail-closed Cedar policy gate + Ed25519 signed receipts for agent tool calls. Denies on any error.

local only
Cedulon
by dogrucanemek-alt

Policy-gated agent spend with signed receipts and rail-extract audit

333 installs/wk local only
Protect MCP
by tomjwxf

Signed receipts and Cedar policies for AI agent tool calls. Claude Code hooks, MCP gateway.

2 489 installs/wk local only
I
Moneo
by moneolabs

A guarded wallet for AI agents on Robinhood Chain: a spending policy runs before every signature.

64 installs/wk local only
Covenant Guard
by opencovenant

Hard spend cap, OS sandbox, and signed receipts for unattended coding agents like Claude Code.

local only
Circle Agent Stack MCP
by kinance

Circle Agent Stack for AI agents: USDC wallets, spend policies, transfers, and x402 nanopayments.

30 installs/wk local only
Dashclaw
by ucsandman

Policy checks, approvals, records, and governed HTTP capabilities for unattended agents.

133 installs/wk local only
Agoragentic Agent OS MCP
by rhein1

Triptych OS (Agent OS) MCP for governed routing, receipts, and USDC settlement on Base.

884 installs/wk 17 tools answering

Agent Wallet — questions

Answers built from our own checks of this server.

Why is there no uptime for Agent Wallet?
Agent 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 dingdawg-agent-wallet was installed 43 times last week.
How do I connect Agent 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 dingdawg-agent-wallet straight from npm; nothing to host, nothing to sign up for.
How many people use Agent Wallet?
The npm package dingdawg-agent-wallet was installed 43 times in the last week. Week over week that is -27%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Agent Wallet open source?
No, and the distinction matters: its licence is declared as BUSL-1.1. That makes it source-available — you can read the code, but the terms are the author's own, not one of the recognised open-source licences. Read them before you build on it.