Install
openclaw skills install tolstoy-mcpConnect OpenClaw to Tolstoy's video commerce platform via MCP. Create widgets, manage media, generate AI videos, search products, and publish to Shopify/Instagram/TikTok. Use when the user wants to work with Tolstoy, create video widgets, manage e-commerce content, or integrate with Tolstoy's platform.
openclaw skills install tolstoy-mcpConnect OpenClaw to Tolstoy — the video commerce platform for e-commerce brands. This skill configures OpenClaw to use Tolstoy's MCP server, giving the AI access to create and manage video widgets, media, products, and publishing.
From the skill directory, run:
node setup.js
This adds the Tolstoy MCP server to ~/.openclaw/openclaw.json (or $OPENCLAW_CONFIG_PATH if set). If the config file doesn't exist, it will be created.
Edit ~/.openclaw/openclaw.json (or your OpenClaw config path) and add to mcpServers:
"tolstoy": {
"type": "http",
"url": "https://apilb.gotolstoy.com/mcp/v1/mcp",
"auth": "oauth"
}
If your OpenClaw version uses SSE transport instead, use "type": "sse".
Restart OpenClaw (or reload config if supported) so it picks up the new MCP server.
When you first use a Tolstoy tool, OpenClaw will redirect you to log in to your Tolstoy account. You will:
After authorization, the connection persists for future sessions.
Once connected, OpenClaw has access to Tolstoy's full tool set:
| Category | Tools |
|---|---|
| Widgets | Create, update, publish, delete player and shopper widgets |
| Media | List, search, get media from your library |
| Products | Search products, list catalog, get product details |
| Studio | Generate AI images, animate images, text-to-video, edit videos |
| Templates | List templates, run AI templates, get template details |
| Publishing | Publish assets to Instagram, TikTok Shop, Shopify, Meta Ads |
| Analytics | Query store and performance data |
| Brands | Search brands and stores |
Connection fails: Ensure the URL is exactly https://apilb.gotolstoy.com/mcp/v1/mcp and that your OpenClaw supports OAuth for remote MCP servers.
Auth redirect fails: Some MCP clients require configuring allowed redirect URIs. Check Tolstoy MCP docs for the latest setup.
No tools available: You must complete the OAuth flow first. Try a simple prompt like "list my Tolstoy widgets" to trigger the login redirect.