{
  "$schema": "https://modelcontextprotocol.io/schema/server-manifest.json",
  "name": "vibe-coding-workflow",
  "version": "1.0.0",
  "description": "Model Context Protocol (MCP) server for Vibe Coding Workflow specification generation.",
  "transport": {
    "type": "streamable-http",
    "url": "https://vibeworkflow.app/mcp"
  },
  "capabilities": {
    "tools": [
      {
        "name": "vibe_research",
        "description": "Run deep market & technical research on an idea."
      },
      {
        "name": "vibe_prd",
        "description": "Generate product requirements documents (PRDs)."
      },
      {
        "name": "vibe_tech_design",
        "description": "Generate software architecture and database design."
      },
      {
        "name": "vibe_agents_md",
        "description": "Generate AGENTS.md and CLAUDE.md configurations."
      }
    ]
  },
  "documentation": "https://vibeworkflow.app/developers",
  "title": "Vibe Coding Workflow",
  "protocolVersion": "2025-06-18",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://vibeworkflow.app/mcp"
    }
  ],
  "authentication": {
    "type": "none",
    "description": "No API key or account required. The server is free and open to autonomous agents."
  }
}
