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.
Security scan results for the Use MCP server.
Security scan results for the Win32 X64 MCP server.
Security scan results for the Linux X64 MCP server.
Security scan results for the Hello World MCP server.
Security scan results for the Primeng MCP server.
Security scan results for the Xero MCP server.
Security scan results for the Shield MCP server.
Security scan results for the Wrongstack MCP server.
Security scan results for the Firecrawl Fastmcp MCP server.
Security scan results for the Google Multi MCP server.
Security scan results for the Lsp MCP server.
Security scan results for the Realm MCP server.
Security scan results for the Panguard MCP server.
Security scan results for the Test Client MCP server.
Security scan results for the Mneme Ai MCP server.
Security scan results for the Ripgrep MCP server.
Security scan results for the Envmcp MCP server.
Security scan results for the Netintel MCP server.
Security scan results for the Chron MCP server.
Security scan results for the Baseline Ui MCP server.
Security scan results for the Novada MCP server.
Security scan results for the Lighthouse MCP server.
Security scan results for the Mssql MCP server.
Security scan results for the Qatouch MCP server.
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.
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.
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:
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.