MCP
    {} vibeleak-mcp.config.json
    vibeleak-mcp.config.json
    Live
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    {  "mcpServers": {    "vibeleak": {      "url": "https://www.vibeleak.app/api/mcp",      "auth": "oauth",      "fallback": "scoped API key",      "timeout": 180,      "connectTimeout": 60    }  }}_

    VibeLeak MCP

    Install VibeLeakwhere youragents work.

    Connect IDEs and AI operators to trust scans, VibeSignal, VibeRank, reports, monitoring, and checkout.

    Public tools stay redacted. Owner workflows use OAuth 2.1 PKCE or a scoped API key fallback.

    Get started in 3 steps

    1

    Add endpoint

    Add the VibeLeak MCP endpoint to your IDE, agent, or MCP client.

    2

    Authorize owner tools

    Use OAuth 2.1 PKCE for owner features or fall back to a scoped API key.

    3

    Run trust workflow

    Scan domains, review findings, fix issues, monitor, export, and upgrade.

    Sample agent command timeline

    Real-time
    00:01:01> get_connection_status
    00:02:28> scan_domain
    00:03:01> get_private_findings
    00:04:28> get_remediation_actions
    00:05:01> enable_score_watch
    00:06:28> export_markdown_report

    Works with your favorite agents and IDEs

    Claude Code

    Codex

    OpenCode

    Kilo Code

    BlackBox AI

    OpenClaw

    Hermes Agent

    Cursor

    Windsurf

    Qwen CLI

    Antigravity

    Factory

    17 tools online

    EVERYTHING YOUR AGENT CAN CALL.

    VibeLeak MCP exposes secure, scoped tools for trust signals, scans, remediation, reports, monitoring, and billing.

    Auth & connection

    OAuth 2.1 PKCE preferredbrowser login + consent
    Scoped API key fallbackleast-privilege by design
    Raw keys shown oncehashes stored server-side

    Public tools

    Redacted status, grade-card, VibeSignal, export, and Trust Index visibility calls.

    • >get_connection_status
    • >get_public_grade_card
    • >get_vibesignal
    • >get_vibesignal_and_export
    • >get_trust_index_visibility_status

    Safe by default. No private data.

    Owner scans and reports

    Private scan execution, findings, remediation, history, monitoring, and Markdown handoff.

    • >scan_domain
    • >scan_domain_and_export
    • >get_scan_result
    • >get_private_findings
    • >get_remediation_actions
    • >export_markdown_report
    • >list_scan_history
    • >enable_score_watch

    Requires owner authorization.

    AI visibility

    VibeRank, VibeRank export, and domain ownership status for agent-readable trust posture.

    • >run_viberank
    • >run_viberank_and_export
    • >verify_domain_ownership_status

    Owner scope or API key.

    Billing

    Allowlisted Stripe Checkout subscription sessions for upgrade and monitoring workflows.

    • >create_checkout_session

    Scoped to billing:write.

    Hermes OAuthCursorClaude bridgeHTTP fallback

    Client config example

    {  "mcpServers": {    "vibeleak": {      "url": "https://www.vibeleak.app/api/mcp",      "auth": "oauth",      "oauth": {        "discovery": "https://www.vibeleak.app/.well-known/mcp.json",        "pkce": true      },      "fallback": "scoped_api_key"    }  }}

    Discovery & protocol

    MCP Discoveryhttps://www.vibeleak.app/.well-known/mcp.json
    Agent Discoveryhttps://www.vibeleak.app/.well-known/agent.json
    Protocol headerMCP-Protocol-Version: 2025-03-26

    Give your operator a real security workflow

    Plug VibeLeak MCP into your agent and start shipping safe, trusted outcomes.

    >_ MCP
    System online

    Auth model

    OAUTH FIRST. SCOPED KEYS WHEN CLIENTS NEED THEM.

    Owner tools fail closed without matching scopes. Public calls stay redacted. Raw API keys are shown once and stored only as hashes.

    1Start with connection status
    2Prefer OAuth for owner tools
    3Browser login and consent
    4Use scoped key fallback

    Client configs

    HermesCursorClaudeHTTP
    hermes oauth
    Live
    1hermes mcp add vibeleak --url https://www.vibeleak.app/api/mcp --auth oauth2hermes mcp test vibeleak3 4mcp_servers:5  vibeleak:6    url: "https://www.vibeleak.app/api/mcp"7    auth: oauth8    timeout: 1809    connect_timeout: 60

    MCP Discovery

    /.well-known/mcp.json

    Agent Discovery

    /.well-known/agent.json

    Protocol

    2025-03-26
    >_ MCP
    System online

    Agent workflow

    FROM PROMPT TO PROTECTED WORKFLOW.

    Domain to grade, fix queue, monitoring, checkout, and Markdown export.

    run_vibeleak_workflow
    1Check connection statusOK
    2Scan a production domainOK
    3Summarize grade + VibeSignalOK
    4Prioritize remediationREADY
    5Create checkout pathQUEUED
    6Save Markdown exportOK
    7Enable Score WatchREADY
    8Export handoffOK

    Discovery + FAQ

    Discovery manifest/.well-known/mcp.json
    Docs anchor/docs#mcp-server
    Protocol version2025-03-26
    1Which clients work?

    Any MCP-compatible client can call the hosted endpoint. Hermes gets the preferred OAuth flow; Cursor, Claude bridge, and generic clients can use scoped key fallback.

    2Do public tools need a key?

    No. Public calls stay redacted and never expose private remediation detail. Owner tools require OAuth or a scoped bearer key.

    3Can an agent upgrade an account?

    Owner-authorized billing tools can create allowlisted Stripe Checkout subscription sessions for VibeLeak plans.

    Docs

    Agent-ready trust layer

    Run trusted workflows inside your agent.

    OAuth handles owner actions. Public tools stay redacted. VibeLeak MCP turns scans, remediation, checkout, monitoring, and Markdown export into one operator workflow.

    Endpointhttps://www.vibeleak.app/api/mcp
    Leak field
    Duality core
    OAuth owner pathRedacted public toolsOne MCP core
    vibeleak@public-console:~$ mcp --endpoint https://www.vibeleak.app/api/mcp --protocol 2025-03-26