PluginBench
MCP Server

Tolstoy Shopper MCP Server

io.github.GoTolstoy/shopper

What is the Tolstoy Shopper MCP server?

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

How to install Tolstoy Shopper

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "shopper": {
      "url": "https://apilb.gotolstoy.com/mcp/v1/shopper/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "shopper": {
      "serverUrl": "https://apilb.gotolstoy.com/mcp/v1/shopper/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "shopper": {
      "type": "http",
      "url": "https://apilb.gotolstoy.com/mcp/v1/shopper/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "shopper": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://apilb.gotolstoy.com/mcp/v1/shopper/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http shopper https://apilb.gotolstoy.com/mcp/v1/shopper/mcp

Related MCP servers

Browse, search, rename, and favorite your Tolstoy media library from any AI client.

Create ecommerce content and manage shoppable storefront experiences in your Tolstoy workspace.