Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ”’ Security
  3. Blackwall MCP
Blackwall MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 1:32:00 PM

Blackwall MCP

User RatingsBe the first to rate and review this MCP server!
View RepositoryVisit Website
securityrisk-managementagent-guardrailsdeveloper-tools

Checks high-stakes agent actions and returns risk scores, red flags, recommendations, and post-action outcome tracking.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

This server is confirmed live โ€” we successfully called its tools/list endpoint directly (see the verified badge above). We haven't yet sandbox-tested the stdio install command below specifically, which is a separate, ongoing check.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "bluetieroperations-create-blackwall-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "blackwall-mcp"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (2) Directory Badge Claim listing Alternatives๐Ÿ”’ More in Security

Overview

bluetieroperations-create/blackwall-mcp MCP server evaluates potentially irreversible actions before execution through the `forecast` tool. It returns a 0โ€“100 risk score, reversibility information, a GO/CAUTION/STOP recommendation, a gate decision, and named red flags. The `observe` tool records what happened after an action or after a forecast blocked it, allowing prediction outcomes to be compared later. Use it when an agent can send messages, move money, run SQL, delete data, publish content, or otherwise change external state.

Use cases

โ€ขCheck payment requests before sending funds
โ€ขReview SQL statements before execution
โ€ขConfirm file or data deletion plans
โ€ขGate public posts and outbound emails
โ€ขRecord whether risky actions matched their forecasts

Key features

โ€ขPre-action risk scoring from 0 to 100
โ€ขGO, CAUTION, and STOP recommendations
โ€ขNamed red flags and reversibility analysis
โ€ขPost-action outcome reporting
โ€ขObserve-only mode
โ€ขCryptographically signed decision receipts

Capabilities & Tool Schemas (2) ~795 tokensApproximate context cost of this serverโ€™s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Verified live Verified liveCaptured by calling this serverโ€™s live tools/list endpoint.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Blackwall MCP.

forecast

Call this BEFORE taking ANY irreversible or high-stakes action โ€” sending an email, making a payment, running SQL, deleting files or data, posting public content, calling an external API that changes state. It returns a risk score (0โ€“100), a recommendation (GO / CAUTION / STOP), and named red flags. If the recommendation is STOP, do not take the action โ€” surface the flags to the user instead. If CAUTION, confirm with the user first.

observe

Call this AFTER an action runs (or after deciding NOT to run it because BLACK_WALL returned STOP/HUMAN_REQUIRED) to report what actually happened. Closes the loop with the earlier forecast โ€” BLACK_WALL compares your observation to the prediction to track accuracy and improve future forecasts. FREE โ€” no tokens charged. Always call this if you have a forecast_id from a recent `forecast` call.

How Blackwall MCP works

What bluetieroperations-create/blackwall-mcp MCP server does

bluetieroperations-create/blackwall-mcp MCP server places a risk check before actions that may be difficult to undo. An agent submits an action type and its concrete inputs to forecast; examples include sending an email, making a payment, running SQL, deleting a file, posting content, or calling a state-changing external API.

The response includes a risk score from 0 to 100, a reversibility class and rollback cost, a recommendation of GO, CAUTION, or STOP, and a corresponding gate such as proceed, confirm, or human-required. It also reports confidence, named red flags, a predicted result, alternative actions, and a receipt. The README describes 28 failure modes used for the named red flags.

How it works

The normal workflow is to call forecast before the side effect. A GO result can proceed, while CAUTION requires confirmation and STOP should prevent the action and expose the flags to the user. The tool supports standard and deep analysis depths, with standard as the default, and accepts optional context such as the agent role, user intent, and environment.

After the action runs, call observe with the original forecast identifier. It can also report that an action was not run because the forecast returned STOP or HUMAN_REQUIRED. Outcomes include matched, over_scope, under_scope, no_op, diverged, and aborted, with optional divergence severity and details. The README states that observation is free and does not consume tokens.

For JavaScript or TypeScript agents, the package also exports a gate() control and lower-level forecast and observe functions. gate() wraps an action, applies the verdict, and reports the outcome automatically. It fails closed when a verdict is unavailable unless failOpen: true is explicitly supplied; an optional onCaution callback can handle confirmation.

Setup and configuration

The server requires a BlackWall API key obtained from the BlackWall dashboard. Install and run it with npx -y blackwall-mcp, then provide BLACKWALL_API_KEY in the MCP host environment. The README gives configurations for Claude Desktop and Cursor, and states that it works with Claude Code, Windsurf, and MCP-compatible agent frameworks.

BLACKWALL_BASE_URL optionally changes the default service URL, which is https://blackwalltier.com. BLACKWALL_MODE defaults to enforce; setting it to observe logs and scores actions without instructing the agent to stop them. The documented free tier provides approximately 100 forecasts per month without requiring a card.

Tools and capabilities

  • forecast: evaluates a proposed action and returns its risk and gate decision.
  • observe: records the actual result against a previous forecast.
  • Decision receipts: forecast responses include a receipt containing signatures over hashes of the request and response, which can be verified offline with the published key.
  • JavaScript/TypeScript library access: use gate(), forecast, and observe without an MCP host.

Limitations and notes

The server depends on an API key and a reachable BlackWall service unless the library call can otherwise obtain a verdict. The default enforcement behavior can block actions with STOP, unconfirmed CAUTION, or unavailable forecasts when using gate(). Observe mode does not block actions, so it is suitable for recording what would have been stopped rather than enforcing a gate.

The README says free-tier receipt retention is 90 days and paid retention is indefinite. Forecasts are described as taking roughly four to eight seconds. The MCP tools provide a decision and supporting information; they do not execute the underlying email, payment, database, file, or publishing action themselves.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Security View all alternatives
  • MCP Security Audit logoMCP Security Audit

    A powerful MCP (Model Context Protocol) Server that audits npm package dependencies for security vulnerabilities. Built with remote npm registry integration for real-time security checks.

    ๐Ÿ”’ Security4 views
    Compare vs MCP Security Audit โ†’
  • Apktool MCP Server logoApktool MCP Server

    APKTool MCP Server is a MCP server for the Apk Tool to provide automation in reverse engineering of Android APKs.

    ๐Ÿ”’ Security3 views
    Compare vs Apktool MCP Server โ†’
  • Platform logoPlatform

    Governance proxy for MCP servers. Wraps any upstream server with policy evaluation, human approval workflows, and hash-chain audit trails. 18+ framework integrations. Apache 2.0 SDK.

    ๐Ÿ”’ Security3 views
    Compare vs Platform โ†’
  • Mcpskills Server logoMcpskills Server

    Pre-install trust layer for MCP servers, AI skills, and npm packages. Scores any repo or package across 15 signals (incl. OSV/KEV/EPSS vulnerability intelligence) with safety scanning for prompt injection, credential theft, and supply-chain risk; the autogate tool returns a go/no-go install decision. Listed in the official MCP Registry as io.mcpskills/server. npm: @mcpskillsio/server. https://mcpskills.io

    ๐Ÿ”’ Security3 views
    Compare vs Mcpskills Server โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

npm downloads
1.2k
Package downloads in the last 30 days.
Last commit
14d ago
Most recent push to the default branch.
Tools exposed
2
Callable tools this server registers over MCP.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Blackwall MCP

Run `npx -y blackwall-mcp` and configure the `BLACKWALL_API_KEY` environment variable in your MCP host.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewBlackwall MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/bluetieroperations-create-blackwall-mcp?style=directory)](https://allmcps.com/mcp/bluetieroperations-create-blackwall-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/bluetieroperations-create-blackwall-mcp"><img src="https://allmcps.com/api/badge/bluetieroperations-create-blackwall-mcp?style=directory" alt="Blackwall MCP on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ”’Security
PricingFreemium
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
AuthAPI key
LicenseMIT
ClientsClaude Desktop, Cursor, Windsurf
Last updatedSep 7, 2026
10/10 checks healthy over the last 33d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit14d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 28, 2026
npm downloads1,194/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
63Quality signal: Good ยท 63/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools30/30
Adoption & activity7/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 21d ago via OSV.dev ยท blackwall-mcp (npm)

โ˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ”’ Security โ†’Best MCP servers for Security โ†’Alternatives to Blackwall MCP โ†’Install in Claude DesktopInstall in CursorInstall in VS Code