Mmcp.market

Blackwall MCP server

by blackwalltier.com·com.blackwalltier/blackwall·v1.4.2

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

B78/100grade B
What users say
No reviews yet
Be the first
Safety scan
B78/100

full report

Adoption
Growing

0 stars64 downloads/wk

Reviews

Write one

Nobody has reviewed Blackwall yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Blackwall tools (2)

write = sends, deletes, buys or posts

Read from the package source without running it. The installed server may list more.

  • forecast

    Call this BEFORE taking ANY irreversible or high-stakes action — sending an email,

  • observe

    Call this AFTER an action runs (or after deciding NOT to run it because BLACK_WALL

Public scan report

scanner v0.1.9 · 2026-09-21 · same rubric, same numbers if you re-run it

no findings
  • Code scan9 source files scanned25/25
  • Live reliabilityno gateway calls yet and no remote to proben/a
  • Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitystatic API keys via environment variables6/15
  • Maintenancelast push 6 days ago15/15
  • Maintainer identitynamespace and repository owner differ; website matches verified namespace5/10
Overall 78/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the Blackwall repository's README, as published. We do not edit it. Read it on GitHub

blackwall-mcp

A guardrail for AI agents, as an MCP server. Your agent calls one tool — forecast — before any irreversible action (send email, move money, run SQL, delete data, post content). It gets back a risk score (0–100), a reversibility class, a GO / CAUTION / STOP recommendation, and named red flags in a few seconds (~4-8s).

Works in any MCP host: Claude Desktop, Claude Code, Cursor, Windsurf, and any agent framework with MCP support.

The wall between your agent and disaster. A BLUETIER product.

1. Get an API key

Sign up free at https://blackwalltier.com → Dashboard → API keys → Create key. Free tier: ~100 forecasts/month, no card. Your key looks like bwlive….

2. Add the server to your MCP host

Claude Desktop

Edit claudedesktopconfig.json (Settings → Developer → Edit Config):

{
  "mcpServers": {
    "blackwall": {
      "command": "npx",
      "args": ["-y", "blackwall-mcp"],
      "env": { "BLACKWALL_API_KEY": "bw_live_your_key_here" }
    }
  }
}

Restart Claude Desktop. You'll see a forecast tool available.

Cursor

Settings → MCP → Add new global MCP server, then in mcp.json:

{
  "mcpServers": {
    "blackwall": {
      "command": "npx",
      "args": ["-y", "blackwall-mcp"],
      "env": { "BLACKWALL_API_KEY": "bw_live_your_key_here" }
    }
  }
}

Claude Code

claude mcp add blackwall -e BLACKWALL_API_KEY=bw_live_your_key_here -- npx -y blackwall-mcp

Run locally (any host / testing)

BLACKWALL_API_KEY=bw_live_your_key_here npx -y blackwall-mcp

3. Use it

Once added, instruct your agent: "Before any irreversible action, call the forecast tool and stop if it returns STOP." The model will call it automatically when it's about to do something risky.

The forecast tool

Returns: recommendation (GO/CAUTION/STOP), riskscore (0–100), reversibility (class + rollback cost), gate (proceed/confirm/human-required), confidence, redflags[], predictedresult, alternativeactions[].

Example

Agent about to run DELETE FROM users; (no WHERE clause) →

🛑 BLACK_WALL: STOP — risk 99/100
Red flags:
  • [CRITICAL] SQL_NO_WHERE — deletes the entire table, not one row
  • [CRITICAL] INTENT_MISMATCH — intent was "remove a single test row"
  • [CRITICAL] IRREVERSIBLE_NO_BACKUP — no recovery path
Guidance: DO NOT take this action. Surface the red flags to the user.

Observe mode — try it with zero risk

Not ready to let a guardrail block your agents? Start in observe mode. It scores and logs every action but never tells the agent to stop — your agents behave exactly as they do today. After a week, review your dashboard and see what it would have caught.

{
  "mcpServers": {
    "blackwall": {
      "command": "npx",
      "args": ["-y", "blackwall-mcp"],
      "env": {
        "BLACKWALL_API_KEY": "bw_live_your_key_here",
        "BLACKWALL_MODE": "observe"
      }
    }
  }
}

Then see "what your agents almost did" in your dashboard. Flip BLACKWALL_MODE to enforce (or just remove it — enforce is the default) when you're ready to actually block.

Two tools

The server exposes two MCP tools:

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

Runs npx -y blackwall-mcp on your machine. Read the scan report first; the gateway never runs local packages.

claude mcp add blackwall -- npx -y blackwall-mcp
Add to Cursor

Blackwall: common questions

Is Blackwall MCP server safe?
Mostly: it is graded B (78/100). Read the Blackwall safety report
How do I install Blackwall?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does Blackwall need an API key?
Yes. The registry entry asks for BLACKWALL_API_KEY.
Is Blackwall maintained?
The last commit was 6 days ago (2026-09-15). The latest release is v1.4.2.
What can I use instead of Blackwall?
Servers from other publishers that do the same job: ContrastAPI MCP server, MCP server and Agent Email List — Free SMTP Relay for AI Agents MCP server. Compare all Blackwall alternatives.

Alternatives to Blackwall

Same job from other publishers: the closest match first, then the best rated.

All Blackwall alternatives →
  • ContrastAPI
    55 tools, 7 Resources, Sigma rules, email SPF/DMARC, MITRE, CVE/KEV, risk_score. No key.
    B
  • MCP
    Email infrastructure for AI agents: send, read replies as threads, campaigns, per-key limits.
    B
  • Agent Email List — Free SMTP Relay for AI Agents
    Free transactional email + SMTP relay. Agents self-signup, no API key needed to start.
    B
  • TheQRCode.io
    Free styled QR codes, no key: URL, WiFi, contact, text, email. API key adds saved codes + analytics.
    A
  • Fantasy Football Draft Assistant
    The full 2026 fantasy draft board, free to any AI agent. No key, no email, no signup.
    A

More from blackwalltier.com