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.
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”
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)
Add to your .cursor/mcp.json or Windsurf MCP settings:
{
"mcpServers": {
"Vezraa": {
"command": "npx",
"args": ["@vezraa/mcp"],
"env": {
"Vezraa_API_KEY": "your-api-key"
}
}
}
}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.