MCP Server
MCP
WebCake Storefront
Build pages and manage products, orders, and content on the WebCake/StoreCake storefront builder.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://store.toolvn.io.vn/mcp",
"headers": [
{
"description": "Storefront Bearer JWT (or authenticate via the OAuth flow / ?jwt= link).",
"isSecret": true,
"name": "x-webcake-jwt"
},
{
"description": "Session id (the builder's wsid).",
"isSecret": true,
"name": "x-webcake-session-id"
}
]
}
],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "webcake-storefront-mcp",
"version": "1.31.8",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Storefront JWT Bearer token (the builder's `jwt` cookie / store_jwt).",
"isSecret": true,
"name": "WEBCAKE_TOKEN"
},
{
"description": "Session id sent as the x-session-id header (the builder's `wsid` cookie).",
"isSecret": true,
"name": "WEBCAKE_SESSION_ID"
},
{
"description": "Named environment preset that fills the API + app base URLs (default prod).",
"choices": [
"local",
"staging",
"prod"
],
"name": "WEBCAKE_ENV"
},
{
"description": "Optional Pexels API key for the search_images tool.",
"isSecret": true,
"name": "PEXELS_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment