mcpbeat Sign in

Scopeblind MCP Server

local only

Scopeblind MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 45 installs a week from npm. Last commit 11 Apr 2026.

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

Installs per day peak 21 · avg 8 · -55% w/w
a month agotoday
45
Installs / week
npm · scopeblind-mcp
10
Stars
0 open issues
11 Apr 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] server.js:1
этот файл ставится пользователю, но в репозитории его нет
Package points at a different repository tomjwxf/scopeblind-gateway
пакет scopeblind-mcp ссылается на scopeblind/scopeblind-gateway
Runs an external command src/gateway.ts:137, src/sandbox.ts:222
    this.child = spawn(command, args, { stdio: ['pipe', 'pipe', 'pipe'], env: childEnv });

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add scopeblind-mcp -- npx -y scopeblind-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "scopeblind-mcp": {
      "args": [
        "-y",
        "scopeblind-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.scopeblind-mcp]
command = "npx"
args = ["-y", "scopeblind-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "scopeblind-mcp": {
      "args": [
        "-y",
        "scopeblind-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "scopeblind-mcp": {
      "args": [
        "-y",
        "scopeblind-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Scopeblind MCP

same job, measured the same way
Reqistry
by reqistry

Discover, compare, and monitor 1,400+ APIs directly from your AI coding agent.

13 tools answering
C
USGS Water Monitoring
by olyport

Real-time water levels and flow rates from USGS stream gauges

3 tools answering
Fleet MCP
by simplyminimal

An MCP server that provides tools for managing and monitoring your Fleet Device Management instance.

201 installs/wk local only
Httpstatus
by httpstatus

AI-callable tools for API mocking, testing, monitoring, security, and automation.

answering
Routebase
by routebase

Design, mock, test, document and monitor your APIs from one living OpenAPI spec.

115 installs/wk answering
Logicmonitor
by ryanmat

LogicMonitor API integration with 167 tools for alerts, devices, dashboards, and more.

551 installs/wk local only
TLS Radar
by tlsradar

SSL/TLS scanning, free Let's Encrypt issuance, and certificate-expiry monitoring.

16 tools answering
Logclaw MCP Server
by robeldev

Connect AI coding tools to LogClaw incidents, logs, and anomaly detections.

37 installs/wk local only

Scopeblind MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Scopeblind MCP?
Scopeblind MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package scopeblind-mcp was installed 45 times last week.
How do I connect Scopeblind MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls scopeblind-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Scopeblind MCP?
The npm package scopeblind-mcp was installed 45 times in the last week. Week over week that is -55%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Scopeblind MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 10 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.