← Back to Plugins
MCP Server MCP

Wonderkraftz - Premium Gifting Studio

github By github 👁 1 views ▲ 0 votes

Browse and shop Wonderkraftz premium gifts. Recommendations, cart, and checkout via AI.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "wonderkraftz-mcp",
      "version": "1.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Shopify store domain (e.g., your-store.myshopify.com)",
          "isRequired": true,
          "format": "string",
          "name": "SHOPIFY_STORE_DOMAIN"
        },
        {
          "description": "Public Storefront API access token from the Shopify Headless channel",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "SHOPIFY_STOREFRONT_ACCESS_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...