livostyle-catalog-mcp
This MCP server gives AI agents live access to Livostyle's women's fashion catalog (2,766+ products, 158 collections), enabling shopping assistance, outfit recommendations, and catalog exploration.
search_products: Free-text search with optional filters for price range, minimum rating, product type, category, tag (e.g., 'boho', 'floral'), stock availability, and result limit.get_product: Full details for a specific product by handle, including all variants (sizes, colors, prices), images, and reviews.list_collections: Browse all 158 curated collections (e.g., Wedding Guest, Vacation, Coachella, Boho), optionally filtered by name, with product counts.get_collection: Fetch products within a specific collection by handle, with a configurable result limit.recommend_outfit: Generate 1–3 complete outfit suggestions tailored to an occasion, budget, and season, optionally including accessories (jewelry, bags, shoes).catalog_stats: Live catalog statistics including total product count, number of collections, average rating, total review counts, and top categories.
livostyle-catalog-mcp
MCP server giving any AI agent (Claude Desktop · Cursor · Cline · Cowork) live access to 2,766+ women's fashion products from Livostyle.com. Drop-in shopping context for shopping agents, outfit recommenders, fashion chatbots.
Install
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"livostyle-catalog": {
"command": "npx",
"args": ["-y", "livostyle-catalog-mcp"]
}
}
}Restart Claude. The Livostyle tools appear in the tool list — your Claude can now recommend outfits and search a real fashion catalog.
Cursor / Cline / Cowork
Same JSON config — drop into the MCP-server section of your client's settings.
What it does
Six tools that any LLM agent can call:
Tool | Purpose |
| Free-text search with filters (price, rating, type, tag, in-stock). Returns ranked product list. |
| Full product details — all variants, sizes, colors, prices, images, reviews. |
| Browse 158 curated collections (Wedding Guest, Vacation, Coachella, Boho, …). |
| Products in a specific collection. |
| Generate complete outfit suggestion matched to occasion + budget + season. |
| Live catalog stats (counts, ratings, top categories). |
Try the Stylist — no install needed
The same MCP-backed brand context, running in Claude.ai as a public shareable conversation:
🌸 Garden wedding guest outfit ($150 budget, June, Albuquerque) → view chat
🏖️ 5-day Cabo beach vacation capsule ($250 budget) → view chat
🎁 Birthday gift for a 24yo NYC quiet-luxury sister ($80 budget) → view chat
💬 Additional stylist demo → view chat
Each link opens a full conversation showing live product recommendations, prices, and links pulled from Livostyle’s catalog. Continue any of them with your own Claude account — the project knowledge transfers.
Examples (what an agent can do)
User: "Find me a floral midi dress under $50 with at least 5 reviews"
→ Agent calls search_products(query: "floral midi", max_price_usd: 50, min_rating: 4.5)
→ Returns 3 ranked picks with prices, ratings, links
User: "What should I wear to a garden wedding in summer? Budget $100."
→ Agent calls recommend_outfit(occasion: "garden wedding guest", budget_usd: 100, season: "summer")
→ Returns 3 complete outfit suggestions with reasoning
User: "Show me everything in the Coachella collection"
→ Agent calls get_collection(handle: "coachella-outfits")
→ Returns 475+ festival-ready picksData source
Live catalog from Livostyle.com, mirrored weekly via GitHub Actions to:
🤗 Hugging Face: arturayupov/womens-fashion-catalog
📦 NPM (this package): livostyle-catalog-mcp
The MCP server fetches products.json from the GitHub mirror on first use, caches in memory, refreshes every 6 hours.
What's in the catalog
2,766+ active women's fashion products
158 curated collections
4.76 avg rating, 15,937 total reviews
99% products with 5+ reviews · 99% with 4+ images
Price range: $18–$120 USD
US shipping, free over $97, 7-day returns
Categories: Dresses, Tops, Bottoms, Outerwear, Swimwear, Activewear, Two-Piece Sets, Accessories, Shoes, Jewelry, …
Related
🎬 Livostyle Lookbook — 50 short 9:16 outfit videos generated from this catalog. MIT, $0 cost, ready for YouTube Shorts / TikTok / Reels.
📊 Fashion-Agent-Benchmark — open eval framework for AI shopping agents. 200 tasks × 5 evaluators using this catalog as ground truth.
License
MIT — see LICENSE. Free for commercial use, AI training, research. Attribution appreciated.
🎀 Free interactive tool — Wedding Guest Outfit Finder — 5-question quiz, 4 curated picks. Vanilla HTML, MIT, fork-able.
Why this exists
We're in the AI shopping era. ChatGPT, Claude, Perplexity, Gemini are becoming the new search bar. Stores that publish their catalogs as MCP servers get drop-in distribution to every agentic shopping client. This is our experiment in being there first.
If you build something with it, drop us a line at info@arcada.store — we may feature your project.
Contact
Email: info@arcada.store
Site: https://livostyle.com
Issues: GitHub Issues
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/arturayupov/livostyle-catalog-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server