Loomal

agent-wallet

MCP server by github.com/dingdawg/agent-wallet-demo

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

0 starsnpm: dingdawg-agent-wallet

About agent-wallet

agent-wallet is an MCP (Model Context Protocol) server published by dingdawg in the official MCP registry, listed under Autonomous Agents on Loomal. Governed USDC wallet for AI agents — policy gates, spending caps, and Ed25519-signed receipts.

It ships as an npm package (dingdawg-agent-wallet), so any MCP client that can launch a local process can run it.

Development happens in the open at github.com/dingdawg/agent-wallet-demo.

Use agent-wallet with your agent

Claude Code · one command
claude mcp add agent-wallet -- npx -y dingdawg-agent-wallet
Claude Desktop, Cursor & other MCP clients · config
{
  "mcpServers": {
    "agent-wallet": {
      "command": "npx",
      "args": [
        "-y",
        "dingdawg-agent-wallet"
      ]
    }
  }
}
npmdingdawg-agent-wallet

Frequently asked questions

What is agent-wallet?
agent-wallet is an MCP (Model Context Protocol) server by dingdawg in the Autonomous Agents category. Governed USDC wallet for AI agents — policy gates, spending caps, and Ed25519-signed receipts.
How do I connect agent-wallet to Claude, Cursor, or another MCP client?
Install agent-wallet from its npm package (dingdawg-agent-wallet) and register it under "mcpServers" in your client's MCP configuration — for example claude_desktop_config.json or Cursor's mcp.json — then restart the client.
Is agent-wallet open source?
Yes — the source code is public at github.com/dingdawg/agent-wallet-demo.
Can AI agents pay to use agent-wallet?
Not yet through Loomal — agent-wallet is listed as a free directory entry. If its maintainer verifies ownership, they can set per-call USDC pricing that agents pay over x402, with settlement on Base.

Listing data from the official MCP registry and GitHub, refreshed periodically. Not affiliated with the maintainer unless claimed. Maintain agent-wallet? Claim this listing free by verifying GitHub ownership, or contact us.