npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

wowstore-mcp

v1.0.2

Published

WowStore MCP Server — Connect AI assistants to WowStore.live European fashion store. Search 2,200+ products, get styling advice from Lucy AI, browse collections, create carts.

Readme

WowStore MCP Server

Connect AI assistants to WowStore.live — European fashion with 2,200+ products from 40+ EU brands

Lucy's Commerce Brain enables AI assistants like Claude, ChatGPT, and Cursor to search products, get styling advice, browse collections, create shopping carts, and check discounts on WowStore.live.

Quick Start

Option 1: Claude Desktop / Cursor

Add to your MCP config:

{
  "mcpServers": {
    "wowstore": {
      "command": "npx",
      "args": ["@wowstore/mcp"]
    }
  }
}

Option 2: Direct SSE Connection

https://ai-api.wowstore.live/mcp/sse

Option 3: REST API

# Search products
curl https://ai-api.wowstore.live/api/mcp/search?q=dress

# Get store info
curl https://ai-api.wowstore.live/api/mcp/store

# Check discounts
curl https://ai-api.wowstore.live/api/mcp/discounts

Available Tools (10)

| Tool | Description | |------|-------------| | search_products | Search 2,200+ products by keyword | | get_product | Full product details — sizes, colors, images | | browse_collection | Browse curated collections | | list_collections | List all product categories | | get_store_info | Shipping, returns, payments, features | | create_cart | Build a cart, get checkout URL | | ask_lucy | Ask Lucy AI stylist for fashion advice | | get_recommendations | Similar & complementary suggestions | | check_discount | Active promo codes and offers | | create_capsule | Build a capsule wardrobe |

About WowStore

WowStore.live is a curated European fashion marketplace based in the Netherlands. Features include:

  • Lucy AI Stylist — Personalized fashion guidance
  • Mix & Match Studio — Build outfits with AI images
  • Creator Economy — Earn from sharing your style
  • Free EU shipping over EUR 69
  • 14-day returns (EU consumer rights)
  • Payments: iDEAL, Klarna, PayPal, Apple Pay, Google Pay

Links

License

MIT