PluginBench
MCP Server
Maintained

io.github.dingdawg/agent-wallet MCP Server

io.github.dingdawg/agent-wallet

What is the io.github.dingdawg/agent-wallet MCP server?

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

How to install io.github.dingdawg/agent-wallet

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agent-wallet": {
      "command": "npx",
      "args": [
        "-y",
        "dingdawg-agent-wallet"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "agent-wallet": {
      "command": "npx",
      "args": [
        "-y",
        "dingdawg-agent-wallet"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "agent-wallet": {
      "command": "npx",
      "args": [
        "-y",
        "dingdawg-agent-wallet"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "agent-wallet": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "dingdawg-agent-wallet"
      ]
    }
  }
}
Claude Code
claude mcp add agent-wallet -- npx -y dingdawg-agent-wallet

Related MCP servers

AI code review — security, quality, performance. Learns your patterns. Receipted.

1
Python
MIT
View repository →

EU AI Act + Colorado AI Act compliance scoring. 87/100 in 60 seconds. Free local scan.

1
Python
View repository →

AI data agent — schema analysis, query optimization, PII detection, pipelines.

1
Python
MIT
View repository →

DevOps AI. Deploy checks, incident analysis, infra audit. Learns from past failures.

1
Python
MIT
View repository →

Financial analysis AI. Forecasting, audit prep, SOX/GAAP compliance. Accuracy compounds with use.

1
JavaScript
View repository →

Universal governance layer for AI agents. MCP-native, fail-closed, audit proofs and rollback.

1
JavaScript
MIT
View repository →