scan_website
Scan websites for security vulnerabilities. Uses local quick checks or full cloud scans with 70+ checks, then provides remediation guidance.
Instructions
Scan a website for security vulnerabilities with a local quick mode and a full cloud mode.
Without a connected account, the MCP server runs a local quick scan immediately. That local mode covers roughly 15 core checks such as HTTPS, security headers, basic form issues, inline scripts, and server disclosure.
With a connected account, CyberLens starts the full cloud scan with 70+ checks. That path returns a scan ID you can use with get_scan_results.
If cloud website quota is exhausted, CyberLens falls back to the local quick scan automatically and opens the upgrade page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The website URL to scan (e.g., https://example.com) | |
| scan_type | No | Cloud scan profile. Local mode always uses a quick scan and warns if full or database was requested. | full |
| database_connection | No | Optional database connection for database security scanning |