mcpbeat Sign in

Cybersec Toolkit MCP Server

local only

Cybersec Toolkit runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 27 Aug 2026.

Authorization-gated MCP server to discover and run 670+ security tools for CTF, pentest, and DFIR.

Installs / week
not published
48
Stars
2 open issues
27 Aug 2026
Last commit
from GitHub
MIT
License
Python

What the code does

We read the source, 13 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.

Checks whether it runs in a sandbox lib/common.sh:1501, mcp_server/ctf_advisor.py:55
    if [[ -f /.dockerenv ]] || [[ -f /.containerenv ]] \
Runs an external command .claude/skills/constant-time-analysis/ct_analyzer/analyzer.py:455, .claude/skills/constant-time-analysis/ct_analyzer/script_analyzers.py:571, .claude/skills/zeroize-audit/tools/generate_poc.py:103 и ещё 1
            subprocess.run(
Builds a file path from a variable .claude/skills/zeroize-audit/tools/generate_poc.py:1225
        poc_path = os.path.join(out_dir, filename)

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

Alternatives to Cybersec Toolkit

same job, measured the same way
Compliance Trestle MCP
by oscal-compass

An MCP server that provides tools to author OSCAL security compliance documentation

741 installs/wk local only
Vet
by getvet

Discover and vet MCP servers: search 200K+ AI tools with security verification and schemas.

67 installs/wk local only
Pentest MCP Server
by cyanheads

Offline methodology engine for authorized penetration testing, CTF, and security research.

168 installs/wk 7 tools answering
Compass - MCP Discovery & Security Gateway
by gaurav-kumar-sinha-060705

Find best-fit tools for any problem, vetted for prompt-injection risk before your agent trusts them

3 tools answering
MCP Niubiz
by codespar

MCP server for Niubiz — Peru card acquirer: security token, session, authorize, reverse

40 installs/wk local only
Mcpshield
by mcpshield-dev

Security scanner for MCP servers - detects tool poisoning and injection

74 installs/wk local only
Operant MCP
by operantlabs

Security testing MCP server for penetration testing, forensics, and vulnerability assessment

71 installs/wk local only
New Relic MCP Server
by meet-bhalodiya

Secure, self-hosted New Relic observability and administration tools for MCP clients

69 installs/wk local only

Cybersec Toolkit — questions

Answers built from our own checks of this server.

Why is there no uptime for Cybersec Toolkit?
Cybersec Toolkit runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Cybersec Toolkit open source?
Yes — it is published under the MIT licence, written in Python, 48 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.