How to Use the Ecwid MCP in Claude Code
Manage your Ecwid store directly from the terminal with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Ecwid MCP to Claude Code
Create your Vinkius account to connect Ecwid to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Headless Inventory Automation
The `update_inventory` tool lets you script stock adjustments right from your shell. You can pipe warehouse data into Claude Code, and it will execute the exact API calls to sync quantities across your catalog. Before updating, your agent runs `search_products` to verify current SKUs and stock levels. It handles the pagination, parses the JSON response, and applies the deltas without you ever opening a browser tab.
CI/CD Order Auditing via MCP Server
The `search_orders` tool fits perfectly into automated cron jobs. You can schedule Claude Code to run a daily script that pulls all orders with pending fulfillment and pipes the output to a Slack webhook. For deeper inspection, the script triggers `get_order` on specific IDs. It extracts buyer details and payment statuses, logging the results to your terminal or a dedicated audit file.
Store State and Profile Management
The `get_app_storage` tool retrieves application state values by key. This allows your CI/CD pipelines to read custom variables from Ecwid before deploying frontend updates. Your agent also uses `get_profile` and `list_coupons` to validate store configurations. If a deployment requires specific discount codes to be active, Claude Code verifies their existence in the terminal before proceeding.
Set up Ecwid MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seeecwid-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Ecwid transactions." It will automatically discover and invoke the available Ecwid tools.
claude mcp add --transport http ecwid-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Ecwid MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Ecwid MCP today
We host it, we monitor it, we maintain it. You just paste one token.