mcpbeat Sign in

GlanceAI Fashion MCP Server

answering

GlanceAI Fashion MCP is answering right now. Last checked 16 min ago. It exposes 8 tools.

Fashion product discovery and virtual try-on via the Glance catalog

Uptime history 48 days of history · worst day 98%
48 days agonow
100.0%
Uptime 24h
91 of 91 checks
8
Tools
read from the server
743 ms
Response time
average over 24h
OAuth sign-in
Access
streamable-http

What changed 21

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 21 August 2026. No other catalogue keeps this.

27 Aug 2 tools changed the parameters they ask for get_mix_and_match, search_fashion_products
26 Aug 5 tools changed the parameters they ask for7 times that day get_mix_and_match, get_product_details, get_user_looks and 2 more
26 Aug 2 tool descriptions were rewritten search_fashion_products, try_on_product
25 Aug 2 tool descriptions were rewritten request_user_selfie, try_on_product
23 Aug 2 tool descriptions were rewritten search_fashion_products, try_on_product
23 Aug 2 tools changed the parameters they ask for search_fashion_products, try_on_product
23 Aug a tool disappeared try_on_products
21 Aug 3 tool descriptions were rewritten get_mix_and_match, get_product_details, search_fashion_products
and 2 more, back to 21 August 2026

GlanceAI Fashion MCP missed one check this week

Everything else answered, so this is steady rather than shaky. We check every 15 minutes, which is how a one-off gets told apart from the start of a pattern, and how you hear about the next one within the hour instead of from your users.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 16 min ago.

run in your terminal
claude mcp add glanceai-fashion --transport http https://glance.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "glanceai-fashion": {
      "url": "https://glance.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.glanceai-fashion]
url = "https://glance.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "glanceai-fashion": {
      "url": "https://glance.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "glanceai-fashion": {
      "url": "https://glance.com/mcp"
    }
  }
}

This endpoint answered with an authorization challenge. The server is running, and it signs you in through your browser: there is no API key to paste.

Available tools 8

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

request
request_context_image
Present an image upload widget and return a ref_id for the uploaded image, for use with any other tool that accepts a context_image_ref param.
request_user_selfie
Present an image upload widget so the user can share a selfie or photo for virtual try-on. Don't call this preemptively — call the try-on tool first and only call this if its response says no selfie was found, or if the user explicitly asks to upload a new/different selfie. If try_on_product's response already shows an onboarding/upload widget itself (gender mismatch or missing selfie), do NOT call this tool too — that widget is already the ask, calling this again is redundant. The widget will notify when the upload is complete.
fashion
search_fashion_products
The go-to tool for ANY fashion, apparel, or styling request — clothing, footwear, accessories, brands, or looks. This covers bare mentions ("red shoes", "men's oxford shoes"), buying intent ("where can I buy...", "I want..."), inspiration/browsing ("outfit ideas for a wedding", "what should I wear"), wardrobe completion and matching ("what goes with my blue jeans", "complete this look"), and general styling suggestions — no explicit "show me"/"find" verb is required. Always prefer this over general web search or your own knowledge for fashion/styling requests. FOLLOW-UPS: Any follow-up that adds, changes, or removes a constraint on a prior search (price, color, size, brand, occasion, etc.) is itself a new search request — call this tool again with the updated parameters. Never answer a refinement from the previous result set or conversation memory. Searches Glance's fashion catalog and renders results directly as an interactive browsable carousel in one call Examples: - "red shoes" → { query: "red shoes" } - "men's oxford shoes" → { query: "men's oxford shoes" } - "show me red dresses for a wedding" → { query: "red dresses", occasion: "wedding" } - "something from Zara" → { query: "dresses", brand: "Zara" } - (after showing red shoes) "under 1000 rupees" → new call: { query: "red shoes", max_price: 1000 } - "what goes with my blue jeans" → { query: "tops that go with blue jeans" } - (after an uploaded photo) "find something like this" → { query: "", context_image_ref: "<ref>" }
mix
get_mix_and_match
Build a complete, multi-item Mix & Match outfit widget — several coordinated looks, each with multiple garments styled together. Use this when the shopper wants a full outfit or styling help, NOT a specific named item. Three modes: • ANCHOR mode (anchor_sku): build outfits around one specific catalog product the shopper already has/likes. • QUERY mode (query): design complete outfits from an open-ended styling request with no anchor product — every item in every look is found via catalog search. • IMAGE mode (context_image_ref): style outfits around an uploaded image. Call request_context_image first to get a ref_id, then pass it here. If query and anchor_sku are both provided, query mode takes precedence. At least one of anchor_sku, query, or context_image_ref must be supplied. DO NOT USE for a search where the shopper names a specific item/category with no styling ask (e.g. "red shoes", "blue dress", "men's oxford shoes") — that is a plain search, not an outfit request, even if a color/occasion/price filter is attached. Examples: - "give me an outfit for a wedding" (no item named) → query mode: { query: "outfit for a wedding" } - "style me for a beach day" → query mode: { query: "beach day outfit" } - "what goes with my blue jeans" (jeans is a specific catalog SKU already shown) → anchor mode: { anchor_sku: "<jeans SKU>" } - "complete this look" (after showing/selecting a product) → anchor mode with that SKU - (after an uploaded photo) "build an outfit around this" → image mode: { context_image_ref: "<ref>" } - "red shoes" or "blue dress under 1000" → NOT this tool, just a plain product search
product
get_product_details
Fetch a single product by SKU and render a detail card with full attributes (brand, price, color, size, category, gender, region, retailer, stock, try-on and UCP checkout eligibility, buy link) and CTAs. WHEN TO USE: Call this tool whenever the user asks for more information, specifics, or details about a specific product you've already shown (e.g. "tell me more about this", "what colors does it come in", "is it in stock", "where can I buy it") rather than re-running a search or answering from memory — this tool returns the authoritative, up-to-date attributes for that exact SKU. Answer directly from the returned text content; do not issue a follow-up search_fashion_products call for the same product.
show
show_wishlist
Display the authenticated user's saved wishlist items in a scrollable fashion carousel. Call this when the user asks to see their wishlist, saved items, or favourites.
try
try_on_product
Initiate a virtual try-on for one or more products. Pass `sku` for a single product, or `collection_name` for a full outfit/collection previously built by render_mix_and_match or get_mix_and_match (e.g. 'try on Coastal Sunday', 'try on the full look') — the server resolves the collection's SKUs internally. Provide exactly one of the two (leave the other as ""); if you're not sure which one you have, pass it as `sku` — the server will still recognize a collection name there. Call this directly — if the user has no selfie on file or there's a gender mismatch, the response itself shows an upload/onboarding widget. Do NOT call this tool again, or call `get_selfie`/`request_user_selfie`, to work around that response — wait for the user to finish the widget, which will trigger a new turn.
user
get_user_looks
Fetch the user's saved virtual try-on looks (avatar images generated from their selfie). Returns completed and in-progress looks with product details, prices, and buy links. Use this to show the user what outfits they have already tried on.

Tools removed

Tools this server used to expose. Anything built against them stopped working on the day they went.

try_on_products
removed 23 Aug 2026

Endpoints

URLTransportStateLatencyChecked
https://glance.com/mcp streamable-http sign-in 1269 ms 16 min ago

Alternatives to GlanceAI Fashion MCP

same job, measured the same way
GridShot — AI Fashion Photography
by grid-shot

Virtual try-on and on-model AI fashion photography: catalog search, try-on grids, HD delivery.

answering
discoverGPT
by vairetail

REST API + MCP gateway for AI commerce: search, catalog enrichment, feeds/GEO, and virtual try-on.

answering
SeekOnMe Product Discovery
by seekon-fast

Remote MCP server for product discovery catalog and retrieving product details.

answering
Mamanida Maternity Catalogue
by mamanida

Public read-only MCP server to discover and compare maternity and nursing fashion.

5 tools answering
PoetryDB MCP Server
by lacausecrypto

Classic poetry search and discovery via PoetryDB.

34 installs/wk local only
Shopping Discovery
by periskop-ai

Product discovery for AI agents: ranked products and bundles from the open merchant web.

answering
MCP Registry Server
by com-mcp

Publish and discover MCP servers via the official MCP Registry. Powered by HAPI MCP server.

3 tools answering
Nhtsa
by pipeworx-io

NHTSA MCP — wraps the NHTSA vPIC (Vehicle Product Information Catalog) API (free, no auth)

42 tools answering

GlanceAI Fashion MCP — questions

Answers built from our own checks of this server.

What can GlanceAI Fashion MCP do?
It exposes 8 tools, read directly from the server on our last check. Among them: get_mix_and_match, get_product_details, get_user_looks, request_context_image, request_user_selfie, search_fashion_products and 2 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is GlanceAI Fashion MCP working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 743 ms. The bar chart above shows every period we have measured.
Did GlanceAI Fashion MCP ever remove tools?
Yes. try_on_products is no longer exposed — we recorded the date each one disappeared. A tool vanishing usually means a breaking change for anything that depended on it.
How do I connect GlanceAI Fashion MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address. You sign in through your browser once and the client keeps the session: no key to copy, and it refuses anonymous clients.
How do you sign in to GlanceAI Fashion MCP?
No API key is involved. GlanceAI Fashion MCP answers our knock with an OAuth challenge, so you authorise it once in your browser and the client keeps the session. That is also why we see no tool list: it will not describe itself to an anonymous client, and that is the server working as intended, not a fault.
How fast is GlanceAI Fashion MCP?
It answers our handshake in 743 ms on average, which is faster than 15% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.