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.
Maintainers
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/sseOption 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/discountsAvailable 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
- Store: wowstore.live
- MCP Info: ai-api.wowstore.live/mcp-info
- MCP Manifest: ai-api.wowstore.live/.well-known/mcp.json
License
MIT
