mcpbeat Sign in
I

XploitScan MCP Server

by bgage72590 Your server? Claim it
local only

XploitScan runs on your own machine — the client starts it, so there is no endpoint to ping. 233 installs a week from npm.

Security scanner for AI-generated code. Scan, explain rules, and grade before you ship.

233
Installs / week
npm · xploitscan-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check XploitScan every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 xploitscan-mcp -- npx -y xploitscan-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "xploitscan-mcp": {
      "args": [
        "-y",
        "xploitscan-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.xploitscan-mcp]
command = "npx"
args = ["-y", "xploitscan-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "xploitscan-mcp": {
      "args": [
        "-y",
        "xploitscan-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "xploitscan-mcp": {
      "args": [
        "-y",
        "xploitscan-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to XploitScan

same job, measured the same way
Repo Security Scanner — Malicious Code & Supply Chain
by eltociear

Audit GitHub repos for malicious and supply-chain code before you depend on them.

answering
CodeInspectus
by synvoya

Local-first MCP security scanner and CLI for AI-generated applications.

76 installs/wk local only
Sentrik
by maxgerhardson

Governance runtime for AI-generated code. Enforce compliance and security standards.

35 installs/wk local only
Barcode Scanner
by domdomegg

Scan and generate barcodes and QR codes.

36 installs/wk local only
Judges Panel
by kevinrabun

45 judges that evaluate AI-generated code for security, cost, and quality with built-in AST.

60 installs/wk local only
Ybe Check
by addycuber

Ybe Check – security and compliance orchestrator for AI-generated repositories.

56 installs/wk local only
Python Code Validator
by jkanselaar

Validates AI-generated Python: syntax, lint, security scan and deterministic repair.

3 tools answering
Python Code Validator
by statemind

Proves AI-generated Python does what you asked: lint, types, security, sandbox run, exact fixes.

3 tools answering

XploitScan — questions

Answers built from our own checks of this server.

Why is there no uptime for XploitScan?
XploitScan 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 xploitscan-mcp was installed 233 times last week.
How do I connect XploitScan?
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 xploitscan-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use XploitScan?
The npm package xploitscan-mcp was installed 233 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.