Skip to main content
ClaudeWave

Hosted remote MCP for the Black_Wall x402 payment-risk oracle — add a URL, get GO/HOLD/STOP + a verifiable receipt. No install.

MCP ServersOfficial Registry0 stars0 forksJavaScriptUpdated today
ClaudeWave Trust Score
62/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 8/26/2026
Install in Claude Code / Claude Desktop
Method: NPX · wrangler
Claude Code CLI
claude mcp add blackwall-x402-mcp -- npx -y wrangler
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "blackwall-x402-mcp": {
      "command": "npx",
      "args": ["-y", "wrangler"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Use cases

MCP Servers overview

# Black_Wall remote MCP

A hosted **remote MCP** (Model Context Protocol over HTTP) that gives any
MCP-capable agent a pre-signature **payment-risk verdict** — with no install and
no signup. Add one URL and your agent can ask, before it signs an x402 payment,
*"should I pay this?"* and get **GO / HOLD / STOP** — from counterparty
settlement reputation, price-anomaly (quoted vs the payee's own median), and OFAC
sanctions — plus a **third-party-verifiable Ed25519 signed receipt**.

## Add it

Point your MCP client at:

```
https://mcp.blackwalltier.com
```

Transport: **Streamable HTTP**. No API key. Verdicts for amounts **under $10 at
risk are free**; at or above that, the tool returns an **x402 payment challenge**
your agent settles from its own wallet (pass the settled payment back as an
`X-PAYMENT` header, then retry).

## The tool: `forecast_payment`

| field | | |
|---|---|---|
| `counterparty` | string, required | recipient wallet from the 402 |
| `amount` | string, required | decimal string, e.g. `"0.09"` |
| `asset` | string, required | e.g. `USDC` |
| `chain` | string, required | e.g. `base` |
| `payer` / `resource` / `agent_id` / `context` | optional | binds settlement / context |

Returns a verdict (`GO`/`HOLD`/`STOP`) + reasons + signals, and a
`signed_receipt` anyone can verify against the published key at
`https://agent-egress-proxy.onrender.com/.well-known/blackwall-receipt-key.json`
(any RFC 8032 Ed25519 library) — Black_Wall never has to be in the loop.

## How it works

This Worker is a **thin transport + proxy**: it speaks minimal MCP JSON-RPC
(`initialize` / `tools/list` / `tools/call` / `ping`) and forwards
`forecast_payment` calls to the Black_Wall x402 oracle. All decision logic and
the receipt come from the oracle unchanged.

**Fail-closed by design:** if the oracle errors, is unreachable, or returns a
non-verdict, the tool returns an error — **never a phantom `GO`**. A payment
guardrail that can't reach its backend must not imply "safe to pay."

## Registry

Published to the official MCP Registry as
`com.blackwalltier/blackwall-x402-guardrail`.

## Develop

```sh
node test.mjs        # unit tests (mocked oracle)
npx wrangler dev     # run locally
npx wrangler deploy  # deploy (Cloudflare Workers)
```

By BlueTier. Verdict only — never takes custody, never in the settlement path.
*No evidence is not trust.*

What people ask about blackwall-x402-mcp

What is bluetieroperations-create/blackwall-x402-mcp?

+

bluetieroperations-create/blackwall-x402-mcp is mcp servers for the Claude AI ecosystem. Hosted remote MCP for the Black_Wall x402 payment-risk oracle — add a URL, get GO/HOLD/STOP + a verifiable receipt. No install. It has 0 GitHub stars and its last recorded update is dated 2026-08-25.

How do I install blackwall-x402-mcp?

+

You can install blackwall-x402-mcp by cloning the repository (https://github.com/bluetieroperations-create/blackwall-x402-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is bluetieroperations-create/blackwall-x402-mcp safe to use?

+

Our security agent has analyzed bluetieroperations-create/blackwall-x402-mcp and assigned a Trust Score of 62/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains bluetieroperations-create/blackwall-x402-mcp?

+

bluetieroperations-create/blackwall-x402-mcp is maintained by bluetieroperations-create. The last recorded GitHub activity is dated 2026-08-25, with 2 open issues.

Are there alternatives to blackwall-x402-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy blackwall-x402-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: bluetieroperations-create/blackwall-x402-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/bluetieroperations-create-blackwall-x402-mcp)](https://claudewave.com/repo/bluetieroperations-create-blackwall-x402-mcp)
<a href="https://claudewave.com/repo/bluetieroperations-create-blackwall-x402-mcp"><img src="https://claudewave.com/api/badge/bluetieroperations-create-blackwall-x402-mcp" alt="Featured on ClaudeWave: bluetieroperations-create/blackwall-x402-mcp" width="320" height="64" /></a>

More MCP Servers

blackwall-x402-mcp alternatives