Skip to content

Product · MCP Server

Scan from any AI.
From any prompt.

Plug Vezraa into Claude Desktop, Cursor, or any MCP-compatible client. Your agent calls the scanner, reads structured findings, and ships fixes — without leaving the chat.

How it works

Four steps. One pasted URL away.

01

Generate an API key

From your dashboard. Scoped to your projects, revocable any time.

02

Add Vezraa to your MCP config

A single block in claude_desktop_config.json, cursor.json, or your client of choice.

03

Ask your agent to scan

Natural language. "Scan staging.myapp.com" — the agent picks the right tool and runs it.

04

Findings, inline

Structured results land back in the conversation. Fix, dismiss, or re-run — all in chat.

Why it works

Built for AI-native development.

Works with the clients you already use

Claude Desktop, Cursor, Windsurf, Continue, Codex CLI. Anything that speaks MCP.

Every scanner, every project

All scanner endpoints exposed as MCP tools. Findings, scores, and project metadata are queryable.

Bring-your-own-key mode

Run the MCP server locally against your own Vezraa API key for full control.

Streaming-aware

Long scans stream progress so the agent stays responsive — no silent 90-second waits.

Drop-in config

Three lines of config.
Then you forget it exists.

Works with Claude Desktop, Cursor, Windsurf, and any MCP client.

Claude Desktop
Cursor
Windsurf
{
  "mcpServers": {
    "Vezraa": {
      "command": "npx",
      "args": ["-y", "@vezraa/mcp"],
      "env": {
        "Vezraa_API_KEY": "va_live_..."
      }
    }
  }
}

Claude Code one-liner: claude mcp add Vezraa npx @vezraa/mcp

Available MCP tools

Vezraa_scanFull production-readiness scan. Returns score + all findings across 17 categories.
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.

Get your MCP key.

API access is included with all plans. Plans start from $9/mo.

Get your MCP key
MCP Server — Scan from any AI. From any prompt. | Vezraa