Shop across every brand store on Tolstoy in chat — marketplace-wide product search, full product details, and virtual try-on. Public, no sign-in.
Overview
Tolstoy Shopper
Shop across every brand store on Tolstoy, right in chat. A public, no-auth remote MCP server (Streamable HTTP).
Tools
- search_products — search products across every brand store on Tolstoy, one marketplace-wide catalog.
- get_product — full product details: description, variants, price, media, the brand's videos, and buy/cart links.
- try_on — interactive virtual try-on (participating brands): upload a photo and see yourself wearing the actual product.
Connect
Add a remote MCP server in your client and point it at:
https://apilb.gotolstoy.com/mcp/v1/shopper/mcp
No API key — Shopper is a public marketplace server.
Part of Tolstoy MCP (Studio, Library, Shopper). Tolstoy is the agentic platform for AI-native ecommerce brands — https://www.gotolstoy.com
Server Config
{
"mcpServers": {
"tolstoy-shopper": {
"url": "https://apilb.gotolstoy.com/mcp/v1/shopper/mcp"
}
}
}