Documentation
Integrate ScanAtlas into your workflow
MCP Server
Use ScanAtlas directly in Claude Desktop, Cursor, or any MCP-compatible AI assistant. Natural language commands for website scanning.
Claude DesktopCursor IDEWindsurf
REST API
Build custom integrations with our RESTful API. Start scans, retrieve results, and automate website monitoring.
RESTJSONWebhooks
Why Integrate with ScanAtlas?
AI-Powered Analysis
Get intelligent insights and prioritized recommendations for fixing issues.
Fast Integration
Set up in minutes with Claude Desktop, Cursor, or any MCP-compatible tool.
Secure by Default
API keys are scoped to your account with rate limiting and monitoring.
Full Control
Start scans, check progress, and retrieve detailed reports programmatically.
Quick Start with MCPClaude Desktop config
{
"mcpServers": {
"scanatlas": {
"command": "npx",
"args": ["-y", "@scanatlas/mcp"],
"env": {
"SCANATLAS_API_KEY": "your-api-key"
}
}
}
}Need an API Key?
Generate your API key in Settings → API Keys. Keep it secure - it provides full access to your ScanAtlas account.