# Wonderkraftz - Premium Gifting Studio (npm · wonderkraftz-mcp)

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

- Trust score: 71/100 (medium)
- Change this week: +18
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-04

## Components

- npm · `wonderkraftz-mcp`: 71/100 (this document), [markdown](https://verifymcp.io/servers/rachit1987-wonderkraftz-mcp/wonderkraftz-mcp.md), [page](https://verifymcp.io/servers/rachit1987-wonderkraftz-mcp/wonderkraftz-mcp)

## Channel facts

- Registry: `npm`
- Package: `wonderkraftz-mcp`
- Version: `1.0.0`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-04.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (95 of 96), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (95 of 96), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 145 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 85/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 654 tokens (~46/item across 14 items; 12 tools + 2 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add rachit1987-wonderkraftz-mcp -- npx -y wonderkraftz-mcp
```

### Codex

```bash
codex mcp add rachit1987-wonderkraftz-mcp -- npx -y wonderkraftz-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "rachit1987-wonderkraftz-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "wonderkraftz-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add rachit1987-wonderkraftz-mcp --command npx --arg -y --arg wonderkraftz-mcp
```

### Hermes

```yaml
mcp_servers:
  rachit1987-wonderkraftz-mcp:
    command: "npx"
    args: ["-y", "wonderkraftz-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "rachit1987-wonderkraftz-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "wonderkraftz-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 71, +4)

- [functional improvement] Stability: unverified → 0.23

### 2026-08-02 (score 67, +41)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Schema quality: 100 → unverified
- [functional regression] Security disclosure: fail → unverified
- [functional improvement] Schema quality: unverified → excellent
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional] Licence: MIT

### 2026-07-31 (score 26, −27)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-27 (score 53)

First indexed and scored.

## MCP tools (12)

### `search_products` (~78 tokens)

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

Input parameters:

- `limit` (number): Number of results to return (max 20)
- `query` (string, required): Search query (e.g., 'corporate gifts', 'wedding hamper', 'chocolate box')

### `get_product_details` (~85 tokens)

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

Input parameters:

- `handle` (string): Product handle/slug (e.g., 'luxury-gift-hamper')
- `id` (string): Shopify product ID (e.g., 'gid://shopify/Product/12345')

### `get_collections` (~46 tokens)

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

Input parameters:

- `limit` (number): Number of collections to return

### `get_collection_products` (~56 tokens)

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

Input parameters:

- `handle` (string, required): Collection handle/slug (e.g., 'corporate-gifts')
- `limit` (number): Number of products to return

### `get_recommendations` (~58 tokens)

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

Input parameters:

- `productId` (string, required): Shopify product ID to get recommendations for (e.g., 'gid://shopify/Product/12345')

### `create_cart` (~43 tokens)

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

Input parameters:

- `items` (array, required): Items to add to the new cart

### `add_to_cart` (~52 tokens)

Add products to an existing Wonderkraftz shopping cart.

Input parameters:

- `cartId` (string, required): Cart ID (e.g., 'gid://shopify/Cart/...')
- `items` (array, required): Items to add

### `update_cart` (~51 tokens)

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

Input parameters:

- `cartId` (string, required): Cart ID
- `items` (array, required): Line items to update

### `remove_from_cart` (~49 tokens)

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

Input parameters:

- `cartId` (string, required): Cart ID
- `lineIds` (array, required): Cart line item IDs to remove

### `get_cart` (~40 tokens)

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

Input parameters:

- `cartId` (string, required): Cart ID

### `get_checkout_url` (~38 tokens)

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

Input parameters:

- `cartId` (string, required): Cart ID

### `get_store_policies` (~28 tokens)

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

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/rachit1987-wonderkraftz-mcp/wonderkraftz-mcp#diagnostics

## Score history

- 2026-08-04: 71
- 2026-08-03: 71
- 2026-08-02: 67
- 2026-08-01: 26
- 2026-07-31: 26
- 2026-07-30: 53
- 2026-07-28: 53
- 2026-07-27: 53

## Links

- npm package: https://www.npmjs.com/package/wonderkraftz-mcp
- Socket report: https://socket.dev/npm/package/wonderkraftz-mcp
- Repository: https://github.com/rachit1987/wonderkraftz-mcp
- Website: https://wonderkraftz.in/
- Changelog RSS feed: https://verifymcp.io/servers/rachit1987-wonderkraftz-mcp/wonderkraftz-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/rachit1987-wonderkraftz-mcp/wonderkraftz-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/rachit1987-wonderkraftz-mcp/wonderkraftz-mcp
