Security & Testing MCP Servers

MCP servers for security scanning, vulnerability testing, secrets management and QA automation. Each entry is scanned with the deterministic Capability-Flow Trust Model — grades are computed, never self-reported.

Use npm
A
use-mcp

Security scan results for the Use MCP server.

Security & Testing Score 100/100 0 findings 49k/wk Cap. Minimal
Win32 X64 Official npm
A
@azure/mcp-win32-x64

Security scan results for the Win32 X64 MCP server.

Security & Testing Score 100/100 1 finding 48k/wk Cap. High
Linux X64 Official npm
A
@azure/mcp-linux-x64

Security scan results for the Linux X64 MCP server.

Security & Testing Score 100/100 0 findings 44k/wk Cap. Minimal
Hello World npm
A
mcp-hello-world

Security scan results for the Hello World MCP server.

Security & Testing Score 100/100 0 findings 35k/wk Cap. Minimal
Primeng npm
A
@primeng/mcp

Security scan results for the Primeng MCP server.

Security & Testing Score 100/100 0 findings 5.3k/wk Cap. Minimal
Xero npm
A
@xeroapi/xero-mcp-server

Security scan results for the Xero MCP server.

Security & Testing Score 100/100 1 finding 4.2k/wk Cap. Moderate
Shield 2 implementations
A
best: mcp-shield

Security scan results for the Shield MCP server.

Security & Testing Best score 100/100 1 finding 3.1k/wk Cap. Moderate
Wrongstack npm
A
@wrongstack/mcp

Security scan results for the Wrongstack MCP server.

Security & Testing Score 100/100 1 finding 2.3k/wk Cap. High
Firecrawl Fastmcp npm
A
firecrawl-fastmcp

Security scan results for the Firecrawl Fastmcp MCP server.

Security & Testing Score 100/100 0 findings 2.3k/wk Cap. Minimal
Google Multi Source verified npm
A
mcp-google-multi

Security scan results for the Google Multi MCP server.

Security & Testing Score 100/100 0 findings 2.1k/wk Cap. Minimal
Lsp npm
A
lsp-mcp-server

Security scan results for the Lsp MCP server.

Security & Testing Score 100/100 1 finding 1.9k/wk Cap. High
Realm Source verified npm
A
@sensigo/realm-mcp

Security scan results for the Realm MCP server.

Security & Testing Score 100/100 0 findings 1.4k/wk Cap. Minimal
Panguard npm
A
@panguard-ai/panguard-mcp

Security scan results for the Panguard MCP server.

Security & Testing Score 100/100 3 findings 1.4k/wk Cap. High
Test Client npm
A
mcp-test-client

Security scan results for the Test Client MCP server.

Security & Testing Score 100/100 0 findings 1.4k/wk Cap. Minimal
Mneme Ai npm
A
@mneme-ai/mcp

Security scan results for the Mneme Ai MCP server.

Security & Testing Score 100/100 12 findings 1.2k/wk Cap. High
Ripgrep npm
A
mcp-ripgrep

Security scan results for the Ripgrep MCP server.

Security & Testing Score 100/100 2 findings 1.2k/wk Cap. High
Envmcp npm
A
envmcp

Security scan results for the Envmcp MCP server.

Security & Testing Score 100/100 1 finding 1.1k/wk Cap. High
Netintel npm
A
netintel-mcp

Security scan results for the Netintel MCP server.

Security & Testing Score 100/100 0 findings 1.1k/wk Cap. Minimal
Chron npm
A
chron-mcp

Security scan results for the Chron MCP server.

Security & Testing Score 100/100 0 findings 965/wk Cap. Minimal
Baseline Ui npm
A
@baseline-ui/mcp

Security scan results for the Baseline Ui MCP server.

Security & Testing Score 100/100 0 findings 915/wk Cap. Minimal
Novada npm
A
novada-mcp

Security scan results for the Novada MCP server.

Security & Testing Score 100/100 0 findings 869/wk Cap. Minimal
Lighthouse npm
A
@danielsogl/lighthouse-mcp

Security scan results for the Lighthouse MCP server.

Security & Testing Score 100/100 0 findings 856/wk Cap. Minimal
Mssql npm
A
mssql-mcp

Security scan results for the Mssql MCP server.

Security & Testing Score 100/100 0 findings 805/wk Cap. Minimal
Qatouch npm
A
qatouch-mcp-server

Security scan results for the Qatouch MCP server.

Security & Testing Score 100/100 1 finding 738/wk Cap. Moderate

Vulnerability scanners, secret vaults and browser-test rigs were built for terminals and CI pipelines; the Model Context Protocol brings them into a conversation instead. An MCP server in this category typically wraps static-analysis engines in the Semgrep family, dependency and container scanners like Trivy, web probes such as OWASP ZAP and Nuclei, secret stores like HashiCorp Vault, or QA-automation frameworks built on Playwright and Selenium — so Claude, Cursor and other AI assistants can launch scans, read results and act on them conversationally.

Running security scans and test suites through an MCP server

An assistant can scan a changed branch and rank the findings by exploitability; it can fetch a short-lived credential from a secrets manager for a test run instead of leaving keys in config files; and it can generate a browser test suite, execute it, and diagnose the flaky cases. CVE lookups during code review are a common fourth. The MCP Trust Registry lists automatically scanned servers for all of these jobs.

Picking a trustworthy vulnerability-scanning or secrets MCP server

Defensive tooling carries a built-in irony: it has the deepest reach into the system it protects. A server bridging a vault can read every secret its token can; one wrapping a scanner sees your unpatched vulnerabilities — a ready-made attack map; a scan runner can be aimed at hosts nobody authorized; a QA-automation server drives a real browser that may hold logged-in sessions. Before connecting one:

  • Grant the narrowest token possible — read-only where feasible, scoped to a single project or vault path.
  • Match the capability blast radius to the job; a test runner rarely needs broad network egress or filesystem write access.
  • Weigh the Trust Score evidence, not just the letter grade. Each grade comes from one deterministic open-source engine reading the published npm or PyPI package: identical code, identical score, no paid placement — see the scoring model.
  • Audit the neighbors too: servers in Files & Storage and Learning & Documentation often touch the same repositories and internal docs your security tooling reads, so a weak link there undermines hardening here.

Is it safe to give an MCP server access to a secrets manager?

Only with tight scoping. A Model Context Protocol server that brokers vault or CI credentials can exfiltrate whatever its token reaches, and prompt-injected tool output can steer an assistant into requesting more than intended. Issue single-purpose, short-lived tokens, and review the server's capability profile and security findings on its registry page before connecting.