mcpbeat Sign in

Securityscan MCP Server

by securityscan-api Your server? Claim it
local only

Securityscan runs on your own machine — the client starts it, so there is no endpoint to ping. 377 installs a week from pypi. Last commit 30 Aug 2026.

Security for AI agents: MCP audits, secret redaction, skill vetting, network scans, agent checkout.

377
Installs / week
pypi · securityscan-mcp
0
Stars
0 open issues
30 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

Nothing serious here today

Today is the operative word: we check Securityscan 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 securityscan -- uvx securityscan-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "securityscan": {
      "args": [
        "securityscan-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.securityscan]
command = "uvx"
args = ["securityscan-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "securityscan": {
      "args": [
        "securityscan-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "securityscan": {
      "args": [
        "securityscan-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Securityscan

same job, measured the same way
Shadowgate MCP
by josephibra

Security firewall for AI agents — scans MCP calls for injection, secrets, and risks.

answering
MCP Codeaudit
by infoinlet-marketplace

Security audit for AI agents — scan code/diffs for leaked secrets, check deps via OSV.

32 installs/wk local only
Helixar Security
by helixar

Security tools for AI agents: scan MCP servers, validate HDP delegation chains, audit releases.

2 tools answering
Aguara MCP
by garagon

Security scanner for AI agent skills and MCP servers

local only
Agent Security
by mdfifty50-boop

Security scanning and threat detection for AI agents

59 installs/wk local only
Holster MCP
by nautaai

Local-first secret scanning, rotation, vault, and audit-log tools for AI agents.

90 installs/wk local only
Bridgeguard MCP
by kota1026

BridgeGuard MCP Server - Cross-chain bridge security audit tools for AI coding agents. Scan bri...

32 installs/wk local only
AgentSecurityLens MCP Security Trust Check
by professor2k8

MCP security trust-check for agents before installing MCPs, Skills or tools.

71 installs/wk local only

Securityscan — questions

Answers built from our own checks of this server.

Why is there no uptime for Securityscan?
Securityscan 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 pypi package securityscan-mcp was installed 377 times last week.
How do I connect Securityscan?
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 securityscan-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Securityscan?
The pypi package securityscan-mcp was installed 377 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.
Is Securityscan open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 0 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.