{
  "$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": "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"
  }
}
