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 ServersRegistry oficial0 estrellas0 forksJavaScriptActualizado 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.
Casos de uso

Resumen de MCP Servers

# 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.*

Lo que la gente pregunta sobre blackwall-x402-mcp

¿Qué es bluetieroperations-create/blackwall-x402-mcp?

+

bluetieroperations-create/blackwall-x402-mcp es mcp servers para el ecosistema de Claude AI. Hosted remote MCP for the Black_Wall x402 payment-risk oracle — add a URL, get GO/HOLD/STOP + a verifiable receipt. No install. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-08-25.

¿Cómo se instala blackwall-x402-mcp?

+

Puedes instalar blackwall-x402-mcp clonando el repositorio (https://github.com/bluetieroperations-create/blackwall-x402-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar bluetieroperations-create/blackwall-x402-mcp?

+

Nuestro agente de seguridad ha analizado bluetieroperations-create/blackwall-x402-mcp y le ha asignado un Trust Score de 62/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene bluetieroperations-create/blackwall-x402-mcp?

+

bluetieroperations-create/blackwall-x402-mcp es mantenido por bluetieroperations-create. La última actividad registrada en GitHub es del 2026-08-25, con 2 issues abiertos.

¿Hay alternativas a blackwall-x402-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega blackwall-x402-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

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>

Más MCP Servers

Alternativas a blackwall-x402-mcp