← Back to Plugins
MCP Server MCP

Webcake Landing

github By github 👁 1 views ▲ 0 votes

Build, validate, and persist Webcake landing-page source JSON: element schemas plus AI usage hints.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.toolvn.io.vn/mcp",
      "headers": [
        {
          "description": "Bearer <your Webcake JWT>; required only for the persistence tools (create/update/list pages).",
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "webcake-landing-mcp",
      "version": "1.5.1",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Webcake backend JWT; required only for the persistence tools (create/update/list pages).",
          "isSecret": true,
          "name": "WEBCAKE_JWT"
        },
        {
          "description": "Webcake environment preset that fills the API/app/builder base URLs.",
          "choices": [
            "local",
            "staging",
            "prod"
          ],
          "name": "WEBCAKE_ENV"
        },
        {
          "description": "Override for the Webcake API base URL (takes precedence over WEBCAKE_ENV).",
          "name": "WEBCAKE_API_BASE"
        },
        {
          "description": "Default Webcake organization id for the persistence tools.",
          "name": "WEBCAKE_ORG_ID"
        },
        {
          "description": "Optional Pexels API key for search_images; without one a shared hosted proxy is used.",
          "isSecret": true,
          "name": "PEXELS_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...