The MCP Security Scanner
That Runs Locally
Stop sending your MCP configs to the cloud. MCPScan analyses your Model Context Protocol servers for vulnerabilities — entirely on your machine. No API keys. No data leaving your network. No excuses.
10 Security Check Modules
Comprehensive coverage across the MCP attack surface.
SSRF Probing
Detect server-side request forgery vectors in tool definitions
Injection Analysis
Find prompt injection and command injection risks
Auth & Permissions
Verify authentication and authorisation configurations
Toxic Flows
Map dangerous tool chain combinations across MCP servers
Data Exfiltration
Identify paths where sensitive data could leak
Schema Validation
Validate tool schemas against MCP specification
Transport Security
Check TLS, stdio isolation, and transport-layer risks
Capability Audit
Review exposed capabilities and excessive permissions
Config Hygiene
Detect hardcoded secrets, weak defaults, and misconfigs
OWASP LLM Mapping
Map findings to OWASP LLM Top 10 categories
HTML Reports
Beautiful, shareable HTML reports with severity ratings, remediation guidance, and OWASP LLM Top 10 mapping. Perfect for stakeholder reviews.
SARIF Export
Export results in SARIF format for integration with GitHub Advanced Security, VS Code, and other SARIF-compatible tools.
Diff Mode
Compare scan results before and after changes. Catch regressions in CI/CD pipelines and track security posture over time.
CI/CD Ready
Add MCPScan to your pipeline in one line. JSON output for automation, non-zero exit codes on findings, and diff mode for PR checks.
- name: Scan MCP configs
run: |
pip install mcpscan
mcpscan scan ./mcp.json --format sarif --output results.sarif
mcpscan scan ./mcp.json --format json --fail-on criticalMCPScan vs Cloud Scanners
Why send your configs to someone else's server?
| Feature | MCPScan | Cloud Scanners |
|---|---|---|
| Runs locally | ✓ | ✗ |
| No API keys required | ✓ | ✗ |
| Works offline | ✓ | ✗ |
| GDPR compliant by default | ✓ | ✗ |
| Configs never leave your machine | ✓ | ✗ |
| SARIF export | ✓ | ✓ |
| CI/CD integration | ✓ | ✓ |
| HTML reports | ✓ | ✓ |
| Diff mode (before/after) | ✓ | ✗ |
| Open source (MIT) | ✓ | ✗ |
What People Are Saying
“Finally, an MCP scanner that doesn't require me to upload my configs to someone else's cloud. The SARIF export slots right into our GitHub workflow.”
“We added MCPScan to our CI pipeline in under 5 minutes. Caught a critical SSRF vector on the first run that our manual review missed.”
Get Started in Seconds
One command. No signup. No API keys. No cloud dependency.