Skip to content
MCP Integration

Use Vezraa inside Claude Code, Cursor & Windsurf

Add Vezraa as an MCP server and your AI coding tool can scan your app, find security issues, and apply fixes — all in one conversation. No tab switching.

Claude Code (recommended)

Most popular

Run this command in your terminal to add Vezraa to Claude Code:

claude mcp add Vezraa npx @vezraa/mcp

Then in Claude Code, just say: “scan https://my-app.vercel.app and fix any critical issues”

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "Vezraa": {
      "command": "npx",
      "args": ["@vezraa/mcp"],
      "env": {
        "Vezraa_API_KEY": "your-api-key"
      }
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (Mac) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Cursor / Windsurf

Add to your .cursor/mcp.json or Windsurf MCP settings:

{
  "mcpServers": {
    "Vezraa": {
      "command": "npx",
      "args": ["@vezraa/mcp"],
      "env": {
        "Vezraa_API_KEY": "your-api-key"
      }
    }
  }
}

Available tools

Vezraa_scanFull production-readiness scan on any URL. Returns score + all findings.
Vezraa_check_headersCheck which security headers are missing or misconfigured.
Vezraa_check_dnsCheck SPF, DKIM, DMARC, and MX records for a domain.
Vezraa_check_rlsTest if your Supabase tables are publicly readable.
Vezraa_get_reportFetch a previous scan report by ID.

Example prompts to try

Scan https://my-app.vercel.app and fix any critical security issues
Check if my Supabase RLS is configured correctly
What security headers is my app missing?
Run a full Vezraa on my app and give me a summary of what to fix first

Need an API key?

Sign up free — API access is included with the Monitor plan.

Get Started Free →
MCP Integration — Use Vezraa inside Claude Code, Cursor & Windsurf | Vezraa