# Tolstoy Shopper (remote · apilb.gotolstoy.com)

Search products, view details, and try items on across stores powered by Tolstoy.

- Trust score: 71/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-17

## Components

- remote · `apilb.gotolstoy.com`: 71/100 (this document), [markdown](https://verifymcp.io/servers/gotolstoy-shopper/mcp-v1-shopper-mcp.md), [page](https://verifymcp.io/servers/gotolstoy-shopper/mcp-v1-shopper-mcp)

## Channel facts

- Endpoint: `https://apilb.gotolstoy.com/mcp/v1/shopper/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.1`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-17.

- **Endpoint Security**: 74/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 85/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 414 tokens (~103/item across 4 items; 3 tools + 1 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 10/100
  - Stability observed for 3 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 94/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 83% of tool parameters carry a description.
- **Capabilities**: 73/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.
  - Supports UI / widget rendering.

## Install

### Claude

```bash
claude mcp add --transport http gotolstoy-shopper https://apilb.gotolstoy.com/mcp/v1/shopper/mcp
```

### Codex

```toml
[mcp_servers.gotolstoy-shopper]
url = "https://apilb.gotolstoy.com/mcp/v1/shopper/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "gotolstoy-shopper": {
      "type": "remote",
      "url": "https://apilb.gotolstoy.com/mcp/v1/shopper/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add gotolstoy-shopper --url https://apilb.gotolstoy.com/mcp/v1/shopper/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  gotolstoy-shopper:
    url: "https://apilb.gotolstoy.com/mcp/v1/shopper/mcp"
```

### Other

```json
{
  "mcpServers": {
    "gotolstoy-shopper": {
      "type": "http",
      "url": "https://apilb.gotolstoy.com/mcp/v1/shopper/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-16 (score 71, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-15 (score 70, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-14 (score 70)

First indexed and scored.

## MCP tools (3)

### `search_products` (~172 tokens)

Search products across stores

Search the catalog by a specific free-text query (e.g. a product name, material, or occasion the shopper named). In marketplace mode, searches across every brand store on Tolstoy — one catalog, no store selection needed.

Use this only when the shopper names something specific to look for. For open-ended browsing, featured, best sellers, or a collection, use browse_products instead. When shopping a single brand, the optional `filters` (category/productType/tag) narrow the results. Each result carries a `productRef`; pass it to get_product for full details.

Input parameters:

- `cursor` (string): Pagination cursor from a previous search result.
- `filters` (object)
- `limit` (integer): Maximum number of products to return.
- `query` (string, required): What the shopper is looking for.

### `get_product` (~121 tokens)

Get product details

Load full details for one product by its `productRef` (from search_products or browse_products): description, price, media, the brand's real product videos, size guide, per-variant stock, and buy links.

Returns each variant's id and options (size/color). Use it to resolve the exact `variantId` the shopper wants before calling build_cart, and to answer fit/sizing questions from the size guide. The response includes the product image so it can be seen directly.

Input parameters:

- `productRef` (string, required): Product reference token from search_products.

### `try_on` (~98 tokens)

Virtual try-on

Opens an interactive virtual try-on for a product (by `productRef` from `search_products`): the shopper uploads their photo and gets a photorealistic image of themselves wearing the actual product — true to the real garment.

Only available for brands that enabled marketplace try-on; when unavailable, the response says so and the product can still be viewed via its store link.

Input parameters:

- `productRef` (string, required): Product reference token from search_products.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/gotolstoy-shopper/mcp-v1-shopper-mcp#diagnostics

## Score history

- 2026-08-17: 71
- 2026-08-16: 71
- 2026-08-15: 70
- 2026-08-14: 70

## Links

- Remote endpoint: https://apilb.gotolstoy.com/mcp/v1/shopper/mcp
- Website: https://platform.gotolstoy.com/settings/mcp?server=shopper
- Changelog RSS feed: https://verifymcp.io/servers/gotolstoy-shopper/mcp-v1-shopper-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/gotolstoy-shopper/mcp-v1-shopper-mcp.json
- HTML version of this page: https://verifymcp.io/servers/gotolstoy-shopper/mcp-v1-shopper-mcp
