Documentation

Integrate ScanAtlas into your workflow

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.