Skip to main content

MCP security scanner / local evidence

Inspect the MCP configuration before it reaches a real workflow.

One local command for a concrete baseline. mcp-scan is MIT licensed, runs against your configuration, and sends no telemetry.

Book MCP Risk Review
scanner modules
16
named finding types
17
supported clients
17
Start here in under a minute

Choose the path that matches your MCP risk right now.

Pick the path that matches the decision you need to make before you go deeper.

Routing path

Check rollout risk in under a minute

Best when you are not sure whether the next move should stay self-serve, become a hosted artifact, or jump straight into a paid founder review.

Run MCP calculator
Product path

Preview an exportable report format

Best when you need a cleaner summary than raw terminal output and want to assess whether a hosted report fits your workflow.

Preview hosted report
Paid path

Reserve the 48-hour MCP Risk Review

Best when rollout is close, permissions are sensitive, and a fast human decision is worth more than reading scanner output alone.

Book MCP review
When a scan is not enough

Free scan first. Human review when the MCP risk is real.

Use the free scan to establish a local baseline. When rollout risk needs a human decision, use the 48-hour MCP Risk Review. Hosted reports remain available for teams that need a shareable artifact.

Paid next step

48-hour MCP Risk Review

Best for teams that already know MCP is entering a real workflow and want a human to verify whether the current setup is safe enough to ship.

$3,000 fixed scope48 hours turnaround

48-hour manual review of MCP configs, tool permissions, and obvious exposure paths

Prioritized remediation memo across secrets, prompt injection, supply chain, and network egress risk

Clear decision: safe to proceed, fix before rollout, or escalate into a deeper Build Readiness Audit

Reserve the narrow lane if the MCP problem is already clear. If the risk is broader than one MCP decision, escalate into a Build Readiness Audit instead of forcing this fixed-scope review. See the full lane details.

Hosted reports preview

Join the mcp-scan Pro waitlist

Hosted reports, policy packs, and buyer-safe risk summaries are being explored for teams that need a shareable decision artifact after a local scan.

Free scan for self-serve teams
Human review for higher-stakes environments
Hosted report waitlist for teams that need shareable output

Get early access to mcp-scan Pro

If you want hosted MCP reports, policy-ready exports, or a buyer-safe security summary, leave your details with enough context to judge whether you should get the hosted product first or the 48-hour human review first.

Hosted report preview

Show the report artifact before asking for the waitlist.

The hosted Pro layer should feel tangible. This preview is the buyer-safe artifact: a decision summary, the highest-risk findings, and the export shape a team can share internally without turning raw scanner output into a manual report.

sample hosted report

MCP rollout summary

Fix before rollout
DecisionFix before rollout
Affected surfaces2 MCP servers
Export bundleSummary + policy notes
Best pathPro report or 48h review
Filesystem connector can exfiltrate secretsHIGH

A shell-capable connector can read local secrets and reach an external host with no approval boundary.

shortest safe next step

Restrict permissions, pin the server source, and block unrestricted egress before rollout.

Unverified package origin in MCP server chainMEDIUM

The server definition points to a package path that is not pinned to a trustworthy release boundary.

shortest safe next step

Pin the package source and record a known-good version before teammates reuse it.

Prompt boundary missing on high-trust toolMEDIUM

One tool can receive unconstrained instructions without a clear human-review checkpoint.

shortest safe next step

Add a review gate and narrow the tool contract before connecting it to sensitive workflows.

What ships in Pro

A cleaner artifact than a raw CLI paste.

Executive summary that a founder or security lead can read in under 3 minutes

Findings grouped by severity, blast radius, and shortest safe next step

Policy-ready notes you can hand to engineering without rewriting the scanner output

Shareable artifact that feels safer than pasting raw terminal logs into Slack

Best first buyers

Founders trying to decide whether to unblock rollout now or slow down

Security or platform leads who need a buyer-safe summary, not just raw CLI output

Teams comparing a lightweight hosted report against the 48-hour human review lane

Honest boundary

The hosted Pro layer should package the artifact. The founder-led 48-hour MCP Risk Review should stay available for buyers who need judgment, not just a clean report.

Defense in Depth

16 scanners. 17 supported AI clients and tools. One command.

mcp-scan provides a unified security layer for the Model Context Protocol ecosystem. Run it locally or integrate with your CI/CD pipeline.

mcp-scan · coverage record
Data Flow
Claude Code
Cursor
VS Code
mcp
scan
Secrets and tokens
Permissions and egress
Supply chain and CVEs
Local baseline
16 scanners

Checks span secrets, injection paths, permissions, supply chain, and data controls.

17 supported AI clients and tools

The local command detects the supported client configurations available on your machine.

Run locally for configuration-specific findings.

How it works

Three steps to secure your AI tools

1
Install
npm install -g mcp-scan or run instantly with npx. No setup required.
2
Scan
Automatically detects Claude, Cursor, VS Code, and 17 supported AI clients and tools.
3
Fix
Detailed findings with severity levels and remediation steps.

16 Specialized Scanners

v2.0.2
HIGH
Secrets Detection
Entropy-based scanning for API keys and tokens.
HIGH
Package Audit
Audits package manifests and dependency hygiene.
HIGH
Prompt Injection
Analyzes prompts for potential injection vectors.
HIGH
Tool Poisoning
Detects malicious tool definitions and schemas.
HIGH
Config Audit
Flags insecure server configuration and unsafe defaults.
MEDIUM
Supply Chain
Verifies the trust chain of connected MCP servers.
MEDIUM
Typosquatting
Detects suspicious server names mimicking official packages.
MEDIUM
Permissions
Audits requested capabilities (filesystem, network, shell).
MEDIUM
Env Leakage
Prevents exposure of sensitive environment variables.
LOW
AST Analysis
Deep static analysis of server source code.
LOW
Transport Security
Enforces TLS and secure communication protocols.
LOW
Registry Trust
Validates servers against known-good MCP registries.
LOW
License Compliance
Scans for incompatible or risky open-source licenses.
MEDIUM
Network Egress
Flags suspicious outbound connections, obfuscated URLs, and raw IPs.
MEDIUM
Data Flow
Traces sensitive data movement from local sources to external sinks.
MEDIUM
Data Controls
Audits PII handling, retention gaps, and privacy control coverage.

17 supported AI clients and tools

mcp-scan works across desktop apps, editors, CLIs, and coding tools that expose Model Context Protocol configurations.

Claude Desktop
Claude Code
Cursor
VS Code
Windsurf
Zed
Gemini CLI
Codex CLI
Continue.dev
Amp
Plandex
ChatGPT Desktop
GitHub Copilot
Cline
Roo Code
Kiro
Warp
CI/CD Ready

SARIF for any CI pipeline

Runs in any pipeline with one npx command. Outputs SARIF 2.1.0 for native integration with GitHub Advanced Security and other security dashboards.

SARIF 2.1.0GitHub Advanced Security
.github/workflows/security.yml
- name: MCP Security Scan  run: npx mcp-scan@latest --sarif mcp-scan.sarif- name: Upload SARIF  uses: github/codeql-action/upload-sarif@v3  with:    sarif_file: mcp-scan.sarif
v2.0.2  ·  MIT LICENSE

Secure by default. Open by design.

mcp-scan is free, open source, and built for the community. Zero telemetry. No vendor lock-in. The full test suite runs in the public repo on every change.

16Scanners17+ security checks
0Telemetrynothing phones home
17+AI Toolssupported
abanoub.rodolf/mcp-scanMIT Licensed Open Source
npm install -g mcp-scan
npx mcp-scan
Works with
Claude DesktopClaude CodeCursorVS CodeWindsurfZedGemini CLICodex CLIContinue.devAmpPlandexChatGPT DesktopGitHub CopilotClineRoo CodeKiroWarp
mcp-scan  ·  MIT licensed  ·  Source and install stats public on npm