Model Context Protocol
Lookout Scanner as MCP
Use Anchorscape's Lookout scanner directly in Claude Code. Get real-time security analysis without leaving your IDE.
Security Analysis
Scan for OWASP Top 10, injection flaws, auth issues, and hardcoded secrets
Performance Checks
Detect N+1 queries, missing indexes, memory leaks, and inefficient algorithms
Architecture Review
Find SOLID violations, code duplication, tight coupling, and error handling gaps
Available Tools
lookout_scan_codeScan code snippets directly for vulnerabilities
"Scan this authentication code for security issues..."
lookout_scan_fileAnalyze a single file for issues
"Scan /src/auth/login.ts for vulnerabilities"
lookout_scan_directoryRun a full security audit on a project
"Run a deep security scan on /home/user/my-project"
Quick Setup
Add the local plugin to Claude Code MCP settings:
{
"mcpServers": {
"anchorscape": {
"command": "npx",
"args": ["-y", "@anchorscape/claude-plugin"]
}
}
}Access Required: Request access below if your workspace is not enabled yet.