Submit

BLACK_WALL — Pre-action risk gate for AI agents

@BlueTier Operations

A single `forecast` tool your agent calls before any irreversible action (send money, run SQL, delete data, post content). Returns a risk score (0–100), a reversibility class, named red flags from 28 failure modes, and a gate: proceed / confirm / human-required.

Tools

Server Config

{
  "mcpServers": {
    "blackwall": {
      "command": "npx",
      "args": [
        "-y",
        "blackwall-mcp"
      ],
      "env": {
        "BLACKWALL_API_KEY": "bw_live_your_key_here"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.

- MCP Server