Home › Security › blackwall-mcp

blackwall-mcp

API-key pre-action risk gate: any irreversible agent action (money, SQL, delete, email).

TypeScript Cloud
★ 0 stars Last pushed 2026-09-15 License: MIT

Topics: Security

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.4.2)

npx -y blackwall-mcp@1.4.2

Or add to your MCP client config:

{
  "mcpServers": {
    "blackwall-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "blackwall-mcp@1.4.2"
      ],
      "env": {
        "BLACKWALL_API_KEY": "<YOUR_VALUE>",
        "BLACKWALL_MODE": "<YOUR_VALUE>"
      }
    }
  }
}
  • BLACKWALL_API_KEY required secret — Your BLACK_WALL API key (bw_live_…) from https://blackwalltier.com/dashboard/keys
  • BLACKWALL_MODE — observe (log only, never block) or enforce (default).

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry