{
  "$schema": "https://vvibe.ai/.well-known/mcp.schema.json",
  "name": "vvibe",
  "description": "Operations console for AI coding agents running a creator business.",
  "homepage": "https://vvibe.ai",
  "mcp": {
    "url": "https://mcp.vvibe.ai",
    "transport": "http",
    "auth": {
      "type": "oauth2",
      "note": "No account needed to start. Connect and you get a 401 whose WWW-Authenticate points at the protected-resource metadata; client registration is open, and the browser sign-in creates the account.",
      "protectedResourceMetadata": "https://mcp.vvibe.ai/.well-known/oauth-protected-resource",
      "authorizationServer": "https://vvibe.ai",
      "authorizationServerMetadata": "https://vvibe.ai/.well-known/oauth-authorization-server",
      "dynamicClientRegistration": true,
      "pkce": "S256",
      "cli": "npx @vvibe/cli login --server=https://mcp.vvibe.ai --scope=project",
      "fallback": {
        "type": "bearer",
        "tokenIssuer": "https://vvibe.ai/dashboard/settings/tokens"
      }
    }
  },
  "agentSkill": "https://vvibe.ai/skill.md",
  "llmsTxt": "https://vvibe.ai/llms.txt",
  "skills": {
    "catalogUrl": "https://vvibe.ai/llms.txt",
    "repository": "https://github.com/vvibe/vvibe-skills",
    "installCommand": "npx skills add vvibe/vvibe-skills --skill <id> --yes"
  }
}
