MCP Server (vulk-mcp-server)
VULK's official Model Context Protocol server, published on npm as vulk-mcp-server. Lets Claude Desktop, Cursor, and any MCP client trigger VULK generations, list projects, and stream previews.
MCP Server (vulk-mcp-server)
vulk-mcp-server is VULK's implementation of the Model Context Protocol — Anthropic's open standard for connecting AI clients (Claude Desktop, Claude Code, Cursor, Zed, Continue) to external tools. The server exposes VULK as a set of MCP tools: vulk.generate, vulk.list_projects, vulk.get_preview_url, vulk.deploy, vulk.search_showcase. The client invokes these tools, the server proxies to the VULK API, and the result streams back into the client's chat.
VULK ships vulk-mcp-server on npm as the canonical package name (do not use forks). After npm install -g vulk-mcp-server and a one-line config in the client's MCP settings, the user can say "build me a Stripe-style pricing page" inside Claude Desktop and the project appears in their VULK dashboard.
Refund on Quality-Gate Failure
VULK's policy of automatically refunding the credits a generation cost if the 10-step quality gate cannot be passed after autofixer retries. The user is never billed for a broken project.
Firecracker microVM Preview
VULK's live preview system — every generated project runs in an isolated Firecracker microVM with sub-second cold-start, full Node + Vite, and a public URL. Replaces fragile WebContainer / iframe sandboxes.