# Closetta > Closetta tracks women's fashion sales from 50+ North American brands using AI. Updated daily. Free newsletter, price tracker, public API, and MCP server. ## What Closetta Does - Monitors 50+ brand websites daily for active sales, discounts, and promotions - Sends a curated daily digest email with new and active deals each morning - Tracks individual product prices and notifies users when prices drop - Exposes live sales data via a public REST API and MCP server for AI agents - Provides historical sale timing data (when brands typically go on sale) ## Key Pages - [Homepage / Live Sales Feed](https://closetta.app/) — all active and recently ended sales by brand - [Today's Deals](https://closetta.app/deals) — best current deals sorted by discount depth - [Sale Calendar](https://closetta.app/sale-calendar) — when each brand historically goes on sale - [Price Tracker](https://closetta.app/tracker) — submit any product URL to monitor its price - [Trends Dashboard](https://closetta.app/trends) — historical discount patterns and market trends - [Blog](https://closetta.app/blog) — fashion deal guides, brand sale calendars, and shopping tips - [Newsletter](https://closetta.app/newsletter) — subscribe for the free daily digest - [FAQ](https://closetta.app/faq) — answers to common questions about Closetta ## Brand-Specific Pages Every tracked brand has a dedicated page showing current sale status: - Pattern: `https://closetta.app/brands/{brand-id}` (e.g., `/brands/lululemon`) - Includes: current sale status, discount depth, start date, alert signup Brand alert pages (subscribe to a specific brand only): - Pattern: `https://closetta.app/alerts/{brand-id}` Embeddable sale status widget (iframe): - Pattern: `https://closetta.app/embed/{brand-id}` ## Category Pages - [Sportswear](https://closetta.app/categories/sportswear) - [Fast Fashion](https://closetta.app/categories/fast-fashion) - [Accessible Luxury](https://closetta.app/categories/accessible-luxury) - [Luxury](https://closetta.app/categories/luxury) - [Footwear](https://closetta.app/categories/footwear) - [Outerwear](https://closetta.app/categories/outerwear) - [Beauty](https://closetta.app/categories/beauty) ## Seasonal Hubs - [Black Friday Fashion Canada](https://closetta.app/black-friday) - [Boxing Day Fashion Canada](https://closetta.app/boxing-day) - [Summer Sales Canada](https://closetta.app/summer-sale) - [Student Discounts Canada](https://closetta.app/student-discounts) ## Geographic Pages - [Canada](https://closetta.app/canada) — Canadian brands and CAD pricing focus - [United States](https://closetta.app/us) — US market coverage ## Public API (no authentication required) All endpoints return JSON and support CORS. - `GET https://closetta.app/api/v1/sales` — active and recently ended sales with brand info - `GET https://closetta.app/api/v1/brands` — all 50+ tracked brands with names and URLs - `GET https://closetta.app/api/v1/trends` — monthly discount history across all brands - `GET https://closetta.app/api/v1/deals/latest` — latest deals sorted by discount depth (param: `limit`) - `GET https://closetta.app/api/v1/brands/{id}` — single brand status (current sale, recent sale) - [OpenAPI spec](https://closetta.app/openapi.json) — machine-readable schema for all API endpoints ## MCP Server (Model Context Protocol) Connect AI agents directly to Closetta's live data. - Endpoint: `https://closetta.app/api/mcp` - Protocol: MCP 2025-11-25 (Streamable HTTP) - Tools: - `get_active_sales` — all brands currently on sale with discount details - `get_brands` — list all tracked brands - `search_sales_by_brand` — look up sale status for a specific brand - `get_trends` — monthly discount history ### Claude Code / Claude Desktop config Add to your `claude_desktop_config.json` or `.mcp.json`: ```json { "mcpServers": { "closetta": { "type": "http", "url": "https://closetta.app/api/mcp" } } } ``` ### /closetta skill (Claude Code slash command) Download the skill at [closetta.app/closetta-skill.md](https://closetta.app/closetta-skill.md) and place in `.claude/commands/`. Type `/closetta` to get a Closetta-aware assistant. ## Developer Pages - [API Docs](https://closetta.app/api-docs) — full REST API documentation with example responses - [Developers](https://closetta.app/developers) — developer tools, MCP server, OpenAPI spec ## Shopping Guides & Hubs - [Holiday Sales Guide](https://closetta.app/holiday-sales) — all major Canadian holiday shopping events - [Gift Guide](https://closetta.app/gift-guide) — fashion gift ideas by budget - [How It Works](https://closetta.app/how-it-works) — how Closetta tracks and delivers data - [Compare](https://closetta.app/compare) — Closetta vs. Honey, Rakuten, Flipp ## Additional Pages - [About](https://closetta.app/about) — our founding story - [FAQ](https://closetta.app/faq) — frequently asked questions - [Media / Press](https://closetta.app/media) — press kit and contact - [Privacy Policy](https://closetta.app/privacy) — data handling ## Brand Alert Subscriptions Subscribe to individual brand alerts (brand-specific, not full newsletter): - `POST https://closetta.app/api/subscribe-brand` — body: `{email, brandId, brandName}` ## RSS Feed Blog posts are available as an RSS feed: - `https://closetta.app/feed.xml` ## OpenSearch Browser search plugin available at: - `https://closetta.app/opensearch.xml` ## Tracked Brands (50+) **Luxury:** Gucci, Louis Vuitton, Dior, Chanel, Celine, Marc Jacobs, Karl Lagerfeld, Longchamp **Accessible Luxury:** Coach, Coach Outlet, Kate Spade, Tory Burch, Michael Kors, Ralph Lauren, Tommy Hilfiger, Calvin Klein, Hugo Boss **Activewear/Sportswear:** Lululemon, Alo Yoga, Nike, Adidas, Puma, Under Armour, Reebok, ASICS, New Balance, Decathlon **Fast Fashion:** Aritzia, Zara, H&M, Gap, Old Navy, American Eagle, Uniqlo, Mango, Levi's, Guess, Simons, RW&CO, Garage, Dynamite, Ardene **Footwear:** Vans, UGG, Dr. Martens, Crocs, Birkenstock, ECCO, Aldo, Steve Madden, Skechers **Outerwear:** The North Face, Moose Knuckles, Rudsak, Columbia, Eddie Bauer, Herschel **Intimates/Swim:** Victoria's Secret, La Vie en Rose, Bikini Village **Beauty:** Sephora, Lancôme, MAC Cosmetics, Clinique, Bath & Body Works ## Newsletter Subscribe at [closetta.app/newsletter](https://closetta.app/newsletter) for a free daily digest of new sales. No spam. Unsubscribe any time.