Ecwid Connector for AI agents.
10 live capabilities
Manage your online store and inventory through natural conversation.
Waiting for input…
Why people use Ecwid
Ecwid for E-commerce Inventory Management
This Connector changes that. You just tell your agent to find the last three orders from a specific buyer or check the stock for a t-shirt. It pulls the data instantly so you can stay focused on running the business.
What Vinkius changes
You get a voice-controlled command center for your entire e-commerce store.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Rapid Stock Sync
An item sells out on a third-party channel.
- Real-world use case 02
Instant Support Lookup
A customer claims they didn't get their package.
- Real-world use case 03
Marketing Rule Audit
You need to see if a specific coupon is still active.
Complete set · 10capabilities
The complete Ecwid capability set.
These are the exact actions your AI can choose when you ask it to work with Ecwid.
01—04
4 capabilities in this set.
Part of 10 available through Ecwid.
- 01 Capability
Get profile
Check your store's global settings like timezones and formats. It keeps your configuration visible.
- 02 Capability
Get app storage
Pull custom data stored in your Ecwid app configurations. This is great for retrieving custom app states.
- 03 Capability
Search products
Find items by name or ID to see prices and SKUs. This is useful for quick catalog browsing.
- 04 Capability
Get product
Pull every detail for a specific item, including SEO info and variations. Use this for deep data dives.
05—07
3 capabilities in this set.
Part of 10 available through Ecwid.
- 05 Capability
Search orders
Look up order numbers to check payment status and fulfillment. It helps you track sales quickly.
- 06 Capability
Search customers
Locate specific buyer profiles across your store. This helps you find contact info and history.
- 07 Capability
List categories
See how your products are organized into different groups. Use this to map out your store's taxonomy.
08—10
3 capabilities in this set.
Part of 10 available through Ecwid.
- 08 Capability
List coupons
See all active discount rules and their specific boundaries. This helps you manage your marketing rules.
- 09 Capability
Update inventory
Change the stock count for any product instantly. This is the primary capability for keeping stock accurate.
- 10 Capability
Get order
Get the full breakdown of a single order by its ID. This provides a complete view of a specific transaction.
Set up in minutes
One URL. Then ask Ecwid to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Ecwid from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_f2rUvFsEVzqcrb5YXmBZRd03rnfJlQFEaQfUp3mk/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Ecwid, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Ecwid for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_f2rUvFsEVzqcrb5YXmBZRd03rnfJlQFEaQfUp3mk/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Ecwid URL.
- Step 03
Save and start
Save the connection and enable Ecwid in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"ecwid": {
"url": "https://edge.vinkius.com/vk_preview_f2rUvFsEVzqcrb5YXmBZRd03rnfJlQFEaQfUp3mk/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Ecwid
Open Agent mode in chat and ask: "Using Ecwid, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"ecwid": {
"url": "https://edge.vinkius.com/vk_preview_f2rUvFsEVzqcrb5YXmBZRd03rnfJlQFEaQfUp3mk/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Ecwid
Ask Copilot: "Using Ecwid, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"ecwid": {
"url": "https://edge.vinkius.com/vk_preview_f2rUvFsEVzqcrb5YXmBZRd03rnfJlQFEaQfUp3mk/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Ecwid
Open Cascade and ask: "Using Ecwid, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"ecwid": {
"url": "https://edge.vinkius.com/vk_preview_f2rUvFsEVzqcrb5YXmBZRd03rnfJlQFEaQfUp3mk/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Ecwid
Ask Cline: "Using Ecwid, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add ecwid --transport http "https://edge.vinkius.com/vk_preview_f2rUvFsEVzqcrb5YXmBZRd03rnfJlQFEaQfUp3mk/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Ecwid
Ask Claude: "Using Ecwid, show me...". 10 tools are ready
Where the request belongs
Work Ecwid can move forward.
This is for store owners and operations staff who are tired of clicking through dozens of dashboard tabs just to find a single SKU or order number. It solves the friction of manual inventory management and slow customer support lookups.
E-commerce Store Owner
Checking daily sales and updating product prices without opening a browser tab.
Inventory Manager
Adjusting stock levels across multiple products during a high-volume sale.
Customer Support Representative
Looking up order histories and buyer details instantly while on a live chat.
E-commerce Developer
Verifying product schemas and API parameters through a conversational interface.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsBigCommerce
Manage your online store with product catalogs, order fulfillment, and customer data for high-volume e-commerce operations.
Cart.com (AmeriCommerce)
E-commerce store orchestration via Cart.com. manage products, orders, and customers via AI.
CloudCart
Manage e-commerce and store operations via CloudCart. track products, monitor orders, and manage customers directly from any AI agent.
Wix eCommerce
Manage products, orders, and inventory on Wix. the complete eCommerce platform for growing online businesses.
Shopify
Build and grow your online store with the e-commerce platform that powers millions of businesses from first sale to global scale.
WooCommerce
Manage your WooCommerce store. audit products, orders, and reports via AI.
Bring your own AI
Change the model, client or framework. Keep Ecwid connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Ecwid.
The practical details behind the request, access and result.
Can the Ecwid MCP help me manage my stock?
Yes, it lets you update inventory levels using natural language. You can tell your agent exactly how many units of a product you have, and it will sync that change to your store immediately.
Can I use the Ecwid MCP to see my customer history?
Yes, it can search your customer list to find specific buyers. Once found, your agent can pull up their historical order data and profile details for you.
Does the Ecwid MCP work with my existing store?
Yes, it connects directly to your current Ecwid store. You just need to provide your store ID and a secret token from your app settings to get started.
Can I check coupon rules with the Ecwid MCP?
Yes, the Connector can list all your active discount coupons. This allows you to verify specific rules, such as minimum spend requirements or expiry dates, in seconds.
How do I connect my store to the Ecwid MCP?
You just need to subscribe to the Connector on Vinkius and enter your Store ID and Secret Automation Token. These can be found in your Ecwid App Details section.
Can the Ecwid MCP find specific products for me?
Yes, it can search your entire product catalog by name, ID, or keyword. It will return details like pricing, SKUs, and current stock levels.
Can my agent update product inventory in Ecwid?
Yes. Use the 'update_inventory' capability. Provide the product ID and the new quantity. The agent will command the Ecwid mutation endpoint to reset the physical stock level perfectly.
How do I search for orders by a specific customer via chat?
First, use 'search_customers' to find the buyer details. Then, use 'search_orders' with appropriate filters. Your agent can retrieve the exact financial logs and fulfillment statuses for any order number.
Can I see all active discount coupons through the agent?
Absolutely. Use the 'list_coupons' capability. Your agent will evaluate the distinct discounting rules in your account, allowing you to audit coupon boundaries and rules without manual dashboard checks.
One connection away
Give your agent a direct line to Ecwid.
Connect Ecwid once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available