← Registry

eCommerce

gotolstoy.com

AI-native commerce platform for brands offering AI shoppable video, content creation, shopping agent, and MCPs for connected commerce workflows.

3 endpoints3 known toolsFirst detected July 25, 2026Last detected July 29, 2026

ENDPOINT 1

https://apilb.gotolstoy.com/mcp/v1/library/mcp

Auth required

Known tools 0

No tool metadata was available in the registry cache.

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.gotolstoy-com]
url = "https://apilb.gotolstoy.com/mcp/v1/library/mcp"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "gotolstoy-com": {
      "type": "http",
      "url": "https://apilb.gotolstoy.com/mcp/v1/library/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: gotolstoy-com
Remote MCP URL: https://apilb.gotolstoy.com/mcp/v1/library/mcp

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "gotolstoy-com": {
      "url": "https://apilb.gotolstoy.com/mcp/v1/library/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "gotolstoy-com": {
      "type": "http",
      "url": "https://apilb.gotolstoy.com/mcp/v1/library/mcp",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "gotolstoy-com bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "gotolstoy-com",
  "transport": "streamable-http",
  "url": "https://apilb.gotolstoy.com/mcp/v1/library/mcp",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://apilb.gotolstoy.com/mcp/v1/mcp

Auth required

Known tools 0

No tool metadata was available in the registry cache.

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.gotolstoy-com]
url = "https://apilb.gotolstoy.com/mcp/v1/mcp"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "gotolstoy-com": {
      "type": "http",
      "url": "https://apilb.gotolstoy.com/mcp/v1/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: gotolstoy-com
Remote MCP URL: https://apilb.gotolstoy.com/mcp/v1/mcp

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "gotolstoy-com": {
      "url": "https://apilb.gotolstoy.com/mcp/v1/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "gotolstoy-com": {
      "type": "http",
      "url": "https://apilb.gotolstoy.com/mcp/v1/mcp",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "gotolstoy-com bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "gotolstoy-com",
  "transport": "streamable-http",
  "url": "https://apilb.gotolstoy.com/mcp/v1/mcp",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 3

https://apilb.gotolstoy.com/mcp/v1/shopper/mcp

No auth detected

MCP server metadata

Name
tolstoy-shopper-mcp
Version
1.0.0
Capabilities
toolsresources

Known tools 3

search_products

Search the catalog by a specific free-text query (e.

Inferred read-only
get_product

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.

Inferred read-only
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.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.tolstoy-shopper-mcp]
url = "https://apilb.gotolstoy.com/mcp/v1/shopper/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "tolstoy-shopper-mcp": {
      "type": "http",
      "url": "https://apilb.gotolstoy.com/mcp/v1/shopper/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: tolstoy-shopper-mcp
Remote MCP URL: https://apilb.gotolstoy.com/mcp/v1/shopper/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "tolstoy-shopper-mcp": {
      "url": "https://apilb.gotolstoy.com/mcp/v1/shopper/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "tolstoy-shopper-mcp": {
      "type": "http",
      "url": "https://apilb.gotolstoy.com/mcp/v1/shopper/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "tolstoy-shopper-mcp",
  "transport": "streamable-http",
  "url": "https://apilb.gotolstoy.com/mcp/v1/shopper/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for gotolstoy.com was fetched 2026-09-06T18:14:20.317Z.

Trust status Trusted

gotolstoy.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.