VULK MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VULK_API_KEY | Yes | Your VULK API key (vk_sk_...) | |
| VULK_API_BASE | No | API base URL | https://vulk.dev |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| generateA | Build a complete web application from a text description. VULK's AI generates all files (React components, pages, routing, styling, API endpoints, database schemas) and deploys a live preview. Generation takes 1-5 minutes depending on complexity. Returns the generated files, preview URL, and editor URL. |
| editB | Modify an existing VULK project using natural language. Describe the changes and VULK's AI will update the relevant files. Works like a senior developer taking instructions. |
| listB | List your VULK projects. Returns project IDs, descriptions, creation dates, and deployment URLs. |
| getB | Get details about a specific project — status, files, deployment URL, and metadata. |
| filesC | Read the source code of a VULK project. Returns every file with its path, content, language, and size. |
| deployB | Deploy a VULK project to production on Cloudflare Pages. Returns the live production URL. Requires an active subscription. |
| modelsA | List all AI models available on VULK — names, providers, capabilities, and which plan tier they require. |
| usageA | Check your VULK API usage — requests made, credits remaining, and rate limit status. |
| subscribeC | Get a link to upgrade your VULK plan. Credits are token-based — simple apps use ~100 credits, complex ones ~500+. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/VULK-dev/vulk-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server