wonderkraftz-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP server port (HTTP transport only) | 3000 |
| SHOPIFY_STORE_DOMAIN | Yes | Shopify store domain (e.g., your-store.myshopify.com) | |
| SHOPIFY_STOREFRONT_ACCESS_TOKEN | Yes | Public Storefront API access token |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| store-info | Wonderkraftz store information, branding, and payment settings |
| collections | List 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