{"name":"vibe-coding-workflow","title":"Vibe Coding Workflow","version":"1.0.0","description":"Model Context Protocol (MCP) server for Vibe Coding Workflow specification generation.","protocolVersion":"2025-06-18","supportedProtocolVersions":["2025-06-18","2025-03-26","2024-11-05"],"transport":"streamable-http","capabilities":{"tools":{"listChanged":false},"prompts":{"listChanged":false},"resources":{"listChanged":false}},"tools":[{"name":"vibe_research","description":"Perform AI-assisted market research, competitor analysis, and feasibility validation for a software idea.","inputSchema":{"type":"object","properties":{"idea":{"type":"string","description":"The software product concept or problem statement."},"persona":{"type":"string","enum":["vibe-coder","developer","learner"],"default":"developer"}},"required":["idea"]}},{"name":"vibe_prd","description":"Generate a comprehensive Product Requirements Document (PRD) with user stories, edge cases, and acceptance criteria.","inputSchema":{"type":"object","properties":{"idea":{"type":"string","description":"The product idea to create a PRD for."},"researchSummary":{"type":"string","description":"Optional market research or competitor findings."},"targetAudience":{"type":"string","description":"Primary user persona."}},"required":["idea"]}},{"name":"vibe_tech_design","description":"Generate a system architecture, technical design, database entity schema, and API contracts for a software project.","inputSchema":{"type":"object","properties":{"prdContent":{"type":"string","description":"The PRD markdown content to base the architecture on."},"techStack":{"type":"string","description":"Preferred frontend, backend, and database technologies."}},"required":["prdContent"]}},{"name":"vibe_agents_md","description":"Generate universal AGENTS.md, CLAUDE.md, and .cursorrules configuration files for autonomous AI coding agents.","inputSchema":{"type":"object","properties":{"projectName":{"type":"string","description":"Name of the application or repository."},"techDesign":{"type":"string","description":"Technical design summary."},"codingRules":{"type":"string","description":"Specific architectural boundaries and style guidelines."}},"required":["projectName","techDesign"]}}],"endpoints":{"streamableHttp":"https://vibeworkflow.app/mcp","http":"https://vibeworkflow.app/api/mcp","serverCard":"https://vibeworkflow.app/.well-known/mcp/server-card.json","documentation":"https://vibeworkflow.app/developers"}}