com.blackwalltier/blackwall MCP Server
com.blackwalltier/blackwall
What is the com.blackwalltier/blackwall MCP server?
Pre-action risk gate: AI agents call before any irreversible action (money, SQL, delete).
How to install com.blackwalltier/blackwall
Copy-paste configuration for popular MCP clients.
BLACKWALL_API_KEYrequiredsecretYour BLACK_WALL API key (bw_live_…) from https://blackwalltier.com/dashboard/keys
BLACKWALL_MODEobserve (log only, never block) or enforce (default).
{
"mcpServers": {
"blackwall": {
"command": "npx",
"args": [
"-y",
"blackwall-mcp"
],
"env": {
"BLACKWALL_API_KEY": "<YOUR_BLACKWALL_API_KEY>",
"BLACKWALL_MODE": "<YOUR_BLACKWALL_MODE>"
}
}
}
}{
"mcpServers": {
"blackwall": {
"command": "npx",
"args": [
"-y",
"blackwall-mcp"
],
"env": {
"BLACKWALL_API_KEY": "<YOUR_BLACKWALL_API_KEY>",
"BLACKWALL_MODE": "<YOUR_BLACKWALL_MODE>"
}
}
}
}{
"mcpServers": {
"blackwall": {
"command": "npx",
"args": [
"-y",
"blackwall-mcp"
],
"env": {
"BLACKWALL_API_KEY": "<YOUR_BLACKWALL_API_KEY>",
"BLACKWALL_MODE": "<YOUR_BLACKWALL_MODE>"
}
}
}
}{
"servers": {
"blackwall": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"blackwall-mcp"
],
"env": {
"BLACKWALL_API_KEY": "<YOUR_BLACKWALL_API_KEY>",
"BLACKWALL_MODE": "<YOUR_BLACKWALL_MODE>"
}
}
}
}claude mcp add blackwall --env BLACKWALL_API_KEY=<YOUR_BLACKWALL_API_KEY> --env BLACKWALL_MODE=<YOUR_BLACKWALL_MODE> -- npx -y blackwall-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.