# io.github.tomjwxf/scopeblind-mcp (npm · scopeblind-mcp)

Scan, protect, and monitor APIs from AI coding tools. Device-level rate limiting.

- Trust score: 66/100 (medium)
- Change this week: +20
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `scopeblind-mcp`: 66/100 (this document), [markdown](https://verifymcp.io/servers/tomjwxf-scopeblind-mcp/scopeblind-mcp.md), [page](https://verifymcp.io/servers/tomjwxf-scopeblind-mcp/scopeblind-mcp)

## Channel facts

- Registry: `npm`
- Package: `scopeblind-mcp`
- Version: `1.0.2`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 86/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 32/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - License check failed: the license (FSL-1.1-MIT) isn't a recognized OSI-approved license.
  - Actively maintained (last published 124 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 332 tokens (~83/item across 4 items; 4 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add tomjwxf-scopeblind-mcp -- npx -y scopeblind-mcp
```

### Codex

```bash
codex mcp add tomjwxf-scopeblind-mcp -- npx -y scopeblind-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "tomjwxf-scopeblind-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "scopeblind-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add tomjwxf-scopeblind-mcp --command npx --arg -y --arg scopeblind-mcp
```

### Hermes

```yaml
mcp_servers:
  tomjwxf-scopeblind-mcp:
    command: "npx"
    args: ["-y", "scopeblind-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "tomjwxf-scopeblind-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "scopeblind-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 66, +3)

- [functional improvement] Stability: unverified → 0.23

### 2026-08-02 (score 63, +42)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional regression] License: unverified → fail
- [functional regression] Security disclosure: fail → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] Schema quality: unverified → excellent
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional] Licence: FSL-1.1-MIT

### 2026-07-31 (score 21, −3)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 24, −22)

- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

### 2026-07-27 (score 46)

First indexed and scored.

## MCP tools (4)

### `scan_endpoint` (~61 tokens)

Scan an API endpoint for abuse vulnerabilities (missing rate limiting, replay protection, CORS exposure). Returns a risk assessment with specific issues found.

Input parameters:

- `url` (string, required): The API endpoint URL to scan (e.g. https://api.example.com/v1/signup)

### `provision_tenant` (~84 tokens)

Create a ScopeBlind tenant for an API endpoint. Returns a slug, verifier URL, and deploy config. The tenant starts in shadow mode (observes traffic, blocks nothing).

Input parameters:

- `email` (string): Optional email for dashboard access and abuse reports
- `target_url` (string, required): The API endpoint to protect (e.g. https://api.example.com/v1/signup)

### `get_abuse_report` (~111 tokens)

Fetch real-time abuse statistics for a ScopeBlind tenant. Shows total requests, unique devices, abuse rate, and estimated dollar waste.

Input parameters:

- `cost_per_request` (number): Cost per request in dollars (e.g. 0.01 for LLM API calls). Used to estimate dollar waste from abuse.
- `slug` (string, required): The tenant slug (e.g. "a1b2c3d4e5f6"). Get this from provision_tenant or the ScopeBlind dashboard URL.

### `get_integration_code` (~76 tokens)

Generate ScopeBlind integration code for a specific framework. Supports: script-tag, express, fastapi, nextjs, agent-sdk, gateway.

Input parameters:

- `framework` (string, required): The framework to generate code for
- `slug` (string): Tenant slug. If not provided, uses a placeholder. Get a slug from provision_tenant.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/tomjwxf-scopeblind-mcp/scopeblind-mcp#diagnostics

## Score history

- 2026-08-03: 66
- 2026-08-02: 63
- 2026-08-01: 21
- 2026-07-31: 21
- 2026-07-30: 24
- 2026-07-28: 46
- 2026-07-27: 46

## Links

- npm package: https://www.npmjs.com/package/scopeblind-mcp
- Socket report: https://socket.dev/npm/package/scopeblind-mcp
- Repository: https://github.com/tomjwxf/scopeblind-gateway
- Changelog RSS feed: https://verifymcp.io/servers/tomjwxf-scopeblind-mcp/scopeblind-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/tomjwxf-scopeblind-mcp/scopeblind-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/tomjwxf-scopeblind-mcp/scopeblind-mcp
