Skip to main content
ClaudeWave

Official Maskbreak MCP server. Inspect IP network context, including Tor and cloud-server signals, from MCP clients.

MCP ServersRegistry oficial2 estrellas0 forksJavaScriptMITActualizado 17d ago
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 9/24/2026
Install in Claude Code / Claude Desktop
Method: NPX · @sentinelsup/mcp
Claude Code CLI
claude mcp add maskbreak-mcp -- npx -y @sentinelsup/mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "maskbreak-mcp": {
      "command": "npx",
      "args": ["-y", "@sentinelsup/mcp"],
      "env": {
        "SENTINEL_API_KEY": "<sentinel_api_key>"
      }
    }
  }
}
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.
Detected environment variables
SENTINEL_API_KEY
Casos de uso

Resumen de MCP Servers

# Maskbreak MCP Server

Look up limited public IP intelligence — cloud-hosting ranges and Tor exit nodes — from Claude, Cursor, or another MCP client. Powered by the [Maskbreak](https://maskbreak.com) fraud detection API. Requires Node.js 18+ for the local server.

## Tools

| Tool | What it does |
|------|--------------|
| `lookup_ip` | Public IPv4/IPv6 lookup: `known`, `allow` / `review` / `block`, risk score, and nullable signal/network metadata. Public-feed coverage is limited to cloud hosting and Tor. |
| `service_status` | Maskbreak API health, uptime, and latency |

## Setup

Grab a free API key at [maskbreak.com/signup](https://maskbreak.com/signup) (1,000 lookups/hour, shared with evaluations, no card). Keyless mode uses the free web-tool endpoint, limited to 12 lookups/minute and 80/day per caller IP. Additional endpoint and abuse-protection limits can apply.

Neither mode performs a browser visit. VPN/proxy and device evidence require a browser-SDK-backed `/v1/evaluate` request outside these tools; service names are available only when known. Unknown IPs, false signals and `allow` verdicts are not proof of safety.

### Claude Code

```bash
claude mcp add sentinel -e SENTINEL_API_KEY=sk_live_your_key -- npx -y @sentinelsup/mcp
```

### Claude Desktop

Add to `claude_desktop_config.json`:

```json
{
  "mcpServers": {
    "sentinel": {
      "command": "npx",
      "args": ["-y", "@sentinelsup/mcp"],
      "env": { "SENTINEL_API_KEY": "sk_live_your_key" }
    }
  }
}
```

### Cursor / other MCP clients

Any client that speaks stdio MCP works the same way: command `npx`, args `["-y", "@sentinelsup/mcp"]`, env `SENTINEL_API_KEY`.

### Hosted endpoint (no install)

Prefer a remote server? The same tools are hosted at **`https://maskbreak.com/mcp`** (Streamable HTTP). Point any URL-based MCP client at it; pass your API key as an `Authorization: Bearer` header for full quota.

## Example

> "What public-feed evidence is available for this IP?"

Illustrative unknown-IP response, not a live lookup:

```json
{
  "ip": "192.0.2.1",
  "known": false,
  "verdict": "allow",
  "risk_score": 0,
  "signals": null,
  "network": null
}
```

## Environment

| Variable | Required | Default | Purpose |
|----------|----------|---------|---------|
| `SENTINEL_API_KEY` | recommended | — | API key from your [dashboard](https://maskbreak.com/dashboard); unlocks 1,000 lookups/hour |
| `SENTINEL_BASE_URL` | no | `https://maskbreak.com` | Override for testing |

## Failures and local checks

Both tools return MCP `isError: true` for HTTP failures, malformed responses or requests that exceed the five-second timeout (including body reads). An unavailable lookup is not an allow decision.

```bash
npm ci --ignore-scripts
npm test
npm pack --dry-run --ignore-scripts
npm audit
```

Tests use a real stdio MCP client with loopback HTTP fixtures, without production keys. CI checks Node.js 18, 22 and 24. No package is published by these checks.

## Links

- [API docs](https://maskbreak.com/api)
- [Node SDK](https://github.com/sentinelsup/maskbreak-node) · [Python SDK](https://pypi.org/project/sentinelsup/)
- [Status](https://maskbreak.com/status)

MIT © Sentinel Edge Networks LTD
bot-detectionclaudecursorfraud-detectionip-lookupmcpmodel-context-protocolnetwork-intelligencenodejsproxy-detectiontor-detectionvpn-detection

Lo que la gente pregunta sobre maskbreak-mcp

¿Qué es sentinelsup/maskbreak-mcp?

+

sentinelsup/maskbreak-mcp es mcp servers para el ecosistema de Claude AI. Official Maskbreak MCP server. Inspect IP network context, including Tor and cloud-server signals, from MCP clients. Tiene 2 estrellas en GitHub y su última actualización registrada es del 2026-09-06.

¿Cómo se instala maskbreak-mcp?

+

Puedes instalar maskbreak-mcp clonando el repositorio (https://github.com/sentinelsup/maskbreak-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 sentinelsup/maskbreak-mcp?

+

Nuestro agente de seguridad ha analizado sentinelsup/maskbreak-mcp y le ha asignado un Trust Score de 95/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene sentinelsup/maskbreak-mcp?

+

sentinelsup/maskbreak-mcp es mantenido por sentinelsup. La última actividad registrada en GitHub es del 2026-09-06, con 0 issues abiertos.

¿Hay alternativas a maskbreak-mcp?

+

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

Despliega maskbreak-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: sentinelsup/maskbreak-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/sentinelsup-maskbreak-mcp)](https://claudewave.com/repo/sentinelsup-maskbreak-mcp)
<a href="https://claudewave.com/repo/sentinelsup-maskbreak-mcp"><img src="https://claudewave.com/api/badge/sentinelsup-maskbreak-mcp" alt="Featured on ClaudeWave: sentinelsup/maskbreak-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a maskbreak-mcp