← Blog’a dön

← Back to blog

MCP Security Suite: four security tools in one package

,
{“@context”: “https://schema.org”, “@type”: “FAQPage”, “mainEntity”: [{“@type”: “Question”, “name”: “What’s included?”, “acceptedAnswer”: {“@type”: “Answer”, “text”: “mcp-secret-scanner, mcp-dependency-auditor, mcp-ssl-inspector, and mcp-dns-intelligence.”}}, {“@type”: “Question”, “name”: “Is DB Gateway included?”, “acceptedAnswer”: {“@type”: “Answer”, “text”: “No — install DB Gateway separately.”}}, {“@type”: “Question”, “name”: “Do I need an API key?”, “acceptedAnswer”: {“@type”: “Answer”, “text”: “Not for these four tools.”}}]}

MCP guide · Security Suite

MCP Security Suite: four security tools in one package
@guardbee/security-suite

@guardbee/security-suite bundles GuardBee’s secret scanner, dependency auditor, SSL inspector, and DNS intelligence into one meta-package. Add a single MCP server to Claude or run the guardbee CLI in CI.

What does it do?

Instead of installing four MCP servers, use one package for chat-based secret/CVE/TLS/DNS work plus shared --fail-on / SARIF options for CI.

Who is it for?

  • Teams that want an all-in-one MCP quickly
  • DevSecOps adding secret + dependency gates on PRs
  • Agencies running multi-domain SSL/DNS checks

What it is not

  • Replacing DB Gateway, Security Proxy, Vulnerability Scanner, or AI Code Scanner (not in the suite)
  • Replacing a full enterprise SCA/ASM platform

Features

FeatureDescription
Single MCP servernpx @guardbee/security-suite serve
CLIsecret-scan, dep-audit, ssl-inspect, dns-check
Shared flags–fail-on, –format=text|json|sarif
CI samplesGitHub Actions / GitLab SARIF upload
Telemetry opt-outGUARDBEE_TELEMETRY=0

MCP tools

ToolDescription
secret-scan toolsFile/directory secret scanning via the suite
dep-audit toolsnpm/pip OSV CVE checks
ssl-inspect toolsTLS certificate / cipher checks
dns-check toolsDNS + SPF/DMARC/DKIM

Install with npm

Global install (handy for Claude Desktop / Cursor):

bash
npm install -g @guardbee/security-suite

or via npx (recommended with -y in config):

bash
npx -y @guardbee/security-suite

npm: @guardbee/security-suite

Global CLI: npm install -g @guardbee/security-suite — then guardbee secret-scan ., guardbee dep-audit ., guardbee ssl-inspect example.com, guardbee dns-check example.com.

Claude Desktop configuration

Config file paths:

  • macOS~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows%APPDATA%\Claude\claude_desktop_config.json
  • Linux~/.config/Claude/claude_desktop_config.json

Merge this block, then restart Claude Desktop:

claude_desktop_config.json
{
  "mcpServers": {
    "guardbee": {
      "command": "npx",
      "args": [
        "-y",
        "@guardbee/security-suite",
        "serve"
      ]
    }
  }
}

Cursor and other MCP clients

In Cursor, add the same command / args / env under Settings → MCP. stdio MCP servers use the same contract as Claude Desktop.

Example prompts in Claude

  1. “Scan my project for secrets, then audit npm dependencies”
  2. “Check SSL and DNS health for example.com together”
  3. “How do I emit SARIF for CI?”

Related links

See surface risk with Guardbee

MCP servers speed up security work in chat. Start a 14-day free trial for brand scans and BeeAI.

Start free MCP servers

Frequently asked questions

What’s included?

mcp-secret-scanner, mcp-dependency-auditor, mcp-ssl-inspector, mcp-dns-intelligence.

Is DB Gateway included?

No — install it separately.

API key?

Not for these four tools.

Paylaş

Share

Sitenizin risk skorunu görün — 14 gün ücretsiz deneme.

See your site’s risk score — 14-day free trial.