Back to Browse

Agent Wallet MCP Server

FinanceUse Caution4.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Agent wallet and budget management for AI agents

About

Agent wallet and budget management for AI agents

Security Report

4.2
Use Caution4.2High Risk

AgentWallet is a well-structured MCP server for local agent wallet and budget management with appropriate input validation and error handling. The server operates entirely on local JSON files without external network calls or credential handling, making it low-risk. A few minor code quality issues (broad exception handling, path traversal risk via unsanitized agent_id) and the hardcoded Stripe URL in help text prevent a higher score, but these do not materially impact security for the server's intended use case. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity).

3 files analyzed · 7 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

env_vars

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-rumblingb-agent-wallet-mcp": {
      "args": [
        "-y",
        "github:Rumblingb/agent-wallet-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!