Scan & fix vulnerabilities inside Claude
Connect ScanLabsAI to Claude with MCP. Ask Claude to scan your site, read the full report, look up CVEs, and fix the issues in your codebase — all in one conversation.
1Hosted server (recommended)
Zero install. Add the hosted endpoint to Claude Code:
claude mcp add --transport http \
scanlabsai https://scanlabsai.com/api/mcpOr add it to any MCP client config as an HTTP/streamable server pointing at https://scanlabsai.com/api/mcp.
2Local server (npx / stdio)
Claude Code:
claude mcp add scanlabsai -- \
npx -y @scanlabsai/mcp-serverClaude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"scanlabsai": {
"command": "npx",
"args": ["-y", "@scanlabsai/mcp-server"]
}
}
}Use your credits inside Claude
The first scan of every website is free. To scan beyond that from Claude — and to buy credits with the buy_credits tool — connect an API key so scans meter against your account.
Your API key
Connect Claude to your account so scans use your credits — and you can buy more from inside Claude.
Loading…
Tools Claude can call
scan_websiteRun a full security scan — OWASP Top 10, CVEs, SSL/TLS, headers and DNS. Deep-scan option for 40,000+ vectors.
get_fix_guidanceStep-by-step remediation for any finding or CVE, so Claude can apply the fix in your code.
lookup_cvesQuery the live NIST NVD CVE feed by keyword and check whether you are affected.
check_creditsCheck your AI credit balance (requires your API key in the connection).
buy_creditsGet a secure Stripe checkout link to top up credits — buy without leaving Claude.
get_pricingCheck the free-first-scan policy and AI credit packs.
What it looks like
> Scan mysite.com and fix the security headers in this repo
Claude calls scan_website → reads the report →
calls get_fix_guidance for each finding →
edits your next.config.js / middleware →
re-runs scan_website to confirm the fixes ✓
Full report in-context
Claude gets the structured findings, not just a link — so it can reason about and fix each one.
Close the loop
Scan, fix, and re-scan to verify — without ever leaving Claude.
Free first scan
Every website’s first scan is free. Then pay-as-you-go with AI credits, no subscription.
