Skip to content
VS Code

payment guard mcp for VS Code

io.github.mlawsonking/payment-guard-mcp

Pre-send risk check for AI agents that move money — screen an address or payment URL before sending.

client:VS Code transport:stdio runtime:npm

Install payment guard mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "payment-guard-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "payment-guard-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

payment guard mcp in other clients