Skip to content
All products
Product · MCP Server

Scan from any AI. From any prompt.

Plug CheckVibe 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.

  1. 01

    Generate an API key

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

  2. 02

    Add CheckVibe to your MCP config

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

  3. 03

    Ask your agent to scan

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

  4. 04

    Findings, inline

    Structured results land back in the conversation. The agent can dismiss, re-run, or open project context next.

Why it works

Built by people who shipped vibe-coded apps and broke them.

  • Works with the clients you already use

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

  • Every scanner, every project

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

  • Bring-your-own-key mode

    Power users can run the MCP server locally against their own CheckVibe API key for full control.

  • Streaming-aware

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

Drop-in config

Three lines of config. Then you forget it exists.

{
  "mcpServers": {
    "checkvibe": {
      "command": "npx",
      "args": ["-y", "@checkvibe/mcp-server"],
      "env": { "CHECKVIBE_API_KEY": "cvd_live_..." }
    }
  }
}

Get your MCP key. Free until you find something.

Get your MCP key