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.
We read the source, 59 min ago · rules 3dff92dd89df
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.
этот файл ставится пользователю, но в репозитории его нет
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
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.
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 agent-wallet -- npx -y dingdawg-agent-wallet
{
"mcpServers": {
"agent-wallet": {
"args": [
"-y",
"dingdawg-agent-wallet"
],
"command": "npx"
}
}
}
[mcp_servers.agent-wallet]
command = "npx"
args = ["-y", "dingdawg-agent-wallet"]
{
"mcpServers": {
"agent-wallet": {
"args": [
"-y",
"dingdawg-agent-wallet"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"agent-wallet": {
"args": [
"-y",
"dingdawg-agent-wallet"
],
"command": "npx"
}
}
}
Fail-closed Cedar policy gate + Ed25519 signed receipts for agent tool calls. Denies on any error.
Policy-gated agent spend with signed receipts and rail-extract audit
Signed receipts and Cedar policies for AI agent tool calls. Claude Code hooks, MCP gateway.
A guarded wallet for AI agents on Robinhood Chain: a spending policy runs before every signature.
Hard spend cap, OS sandbox, and signed receipts for unattended coding agents like Claude Code.
Circle Agent Stack for AI agents: USDC wallets, spend policies, transfers, and x402 nanopayments.
Policy checks, approvals, records, and governed HTTP capabilities for unattended agents.
Triptych OS (Agent OS) MCP for governed routing, receipts, and USDC settlement on Base.
Answers built from our own checks of this server.