Wonderkraftz Premium Gifting Studio
About
Wonderkraftz is a giftware online brand specializing in scrapbooking, home décor, return favors, craft material and much more
Details
- Author
- rachit1987
- Downloads
- 156
- Categories
- Other
Jump to
—
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Wonderkraftz Premium Gifting StudioCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
—
search_products
Search the Wonderkraftz product catalog by keyword, occasion, or gift type. Returns product names, prices, availability, and IDs.
get_product_details
Get full details for a specific Wonderkraftz product including all variants, pricing, images, and options. Use handle (slug) or product ID.
get_collections
List all product collections/categories in the Wonderkraftz store (e.g., Corporate Gifts, Wedding Gifts, Festival Hampers).
get_collection_products
Browse products within a specific Wonderkraftz collection by its handle/slug.
get_recommendations
Get product recommendations based on a specific Wonderkraftz product. Useful for suggesting similar or complementary gifts.
create_cart
Create a new shopping cart with one or more Wonderkraftz products. Returns cart ID and checkout URL.
add_to_cart
Add products to an existing Wonderkraftz shopping cart.
update_cart
Update quantities of items in a Wonderkraftz shopping cart. Set quantity to 0 to remove an item.
remove_from_cart
Remove specific items from a Wonderkraftz shopping cart by their line item IDs.
get_cart
View the current contents of a Wonderkraftz shopping cart including items, quantities, totals, and checkout URL.
get_checkout_url
Get the checkout URL for a Wonderkraftz shopping cart to complete the purchase in a browser.
get_store_policies
Get Wonderkraftz store policies including shipping, returns, privacy, and terms of service.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"wonderkraftz premium gifting studio": {
"wonderkraftz": {
"command": "npx",
"args": [
"-y",
"wonderkraftz-mcp"
],
"env": {
"SHOPIFY_STORE_DOMAIN": "64cd5c-2.myshopify.com",
"SHOPIFY_STOREFRONT_ACCESS_TOKEN": "aeeec5ab77309d1c339d2971f56b6506"
}
}
}
}
}
McpServers
{
"wonderkraftz": {
"command": "npx",
"args": [
"-y",
"wonderkraftz-mcp"
],
"env": {
"SHOPIFY_STORE_DOMAIN": "64cd5c-2.myshopify.com",
"SHOPIFY_STOREFRONT_ACCESS_TOKEN": "aeeec5ab77309d1c339d2971f56b6506"
}
}
}
Wonderkraftz is a giftware online brand specializing in scrapbooking, home décor, return favors, craft material and much more
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



