Skip to main content
Glama
rachit1987

wonderkraftz-mcp

by rachit1987

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoHTTP server port (HTTP transport only)3000
SHOPIFY_STORE_DOMAINYesShopify store domain (e.g., your-store.myshopify.com)
SHOPIFY_STOREFRONT_ACCESS_TOKENYesPublic Storefront API access token

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_productsA

Search the Wonderkraftz product catalog by keyword, occasion, or gift type. Returns product names, prices, availability, and IDs.

get_product_detailsA

Get full details for a specific Wonderkraftz product including all variants, pricing, images, and options. Use handle (slug) or product ID.

get_collectionsA

List all product collections/categories in the Wonderkraftz store (e.g., Corporate Gifts, Wedding Gifts, Festival Hampers).

get_collection_productsB

Browse products within a specific Wonderkraftz collection by its handle/slug.

get_recommendationsA

Get product recommendations based on a specific Wonderkraftz product. Useful for suggesting similar or complementary gifts.

create_cartB

Create a new shopping cart with one or more Wonderkraftz products. Returns cart ID and checkout URL.

add_to_cartA

Add products to an existing Wonderkraftz shopping cart.

update_cartA

Update quantities of items in a Wonderkraftz shopping cart. Set quantity to 0 to remove an item.

remove_from_cartB

Remove specific items from a Wonderkraftz shopping cart by their line item IDs.

get_cartA

View the current contents of a Wonderkraftz shopping cart including items, quantities, totals, and checkout URL.

get_checkout_urlB

Get the checkout URL for a Wonderkraftz shopping cart to complete the purchase in a browser.

get_store_policiesA

Get Wonderkraftz store policies including shipping, returns, privacy, and terms of service.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
store-infoWonderkraftz store information, branding, and payment settings
collectionsList of all Wonderkraftz product collections

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/rachit1987/wonderkraftz-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server