Magento (Adobe Commerce) Connector for AI agents.
10 live capabilities
Manage your enterprise e-commerce catalog and order history.
Waiting for input…
Why people use Magento (Adobe Commerce)
Magento (Adobe Commerce) E-commerce Catalog Management
This Connector lets you skip the navigation. You can just ask your AI agent to pull the stock for a SKU or find a customer's profile. It fetches the data directly from the Magento backend and puts it in front of you, turning a five-minute search into a five-second conversation.
What Vinkius changes
You get a direct line to your store's data without needing to navigate the admin dashboard.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking stock for a specific item
An e-commerce manager needs to know if a product is available.
- Real-world use case 02
Verifying product attribute mappings
A developer needs to see how a product's metadata is structured.
- Real-world use case 03
Finding customer shipping addresses
A customer service rep needs to locate a user's details.
Complete set · 10capabilities
The complete Magento (Adobe Commerce) capability set.
These are the exact actions your AI can choose when you ask it to work with Magento (Adobe Commerce).
01—04
4 capabilities in this set.
Part of 10 available through Magento (Adobe Commerce).
- 01 Capability
Mg.search products
Search your catalog for products using pagination to find specific items quickly.
- 02 Capability
Mg.get product
Get every detail for a specific product by using its unique SKU.
- 03 Capability
Mg.search orders
Browse through your recent commerce orders to see what's shipping or pending.
- 04 Capability
Mg.get order
Pull the full details of a single order when you have the specific entity ID.
05—07
3 capabilities in this set.
Part of 10 available through Magento (Adobe Commerce).
- 05 Capability
Mg.search customers
Search your registered customer base with pagination to find specific accounts.
- 06 Capability
Mg.get customer
Pull a specific customer's profile data using their internal string ID.
- 07 Capability
Mg.list categories
View your entire category tree to understand how your products are organized.
08—10
3 capabilities in this set.
Part of 10 available through Magento (Adobe Commerce).
- 08 Capability
Mg.get stock
Check the real-time inventory and stock levels for any specific SKU.
- 09 Capability
Mg.list invoices
List all invoices with pagination to track billing and payments.
- 10 Capability
Mg.get store config
Pull store-specific settings like base URLs, locales, and currency types.
Set up in minutes
One URL. Then ask Magento (Adobe Commerce) to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Magento (Adobe Commerce) 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_LYRuSvcIyfxwGGgO2nto9378n40yu003d4DgYkUG/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 Magento (Adobe Commerce), and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Magento (Adobe Commerce) for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_LYRuSvcIyfxwGGgO2nto9378n40yu003d4DgYkUG/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 Magento (Adobe Commerce) URL.
- Step 03
Save and start
Save the connection and enable Magento (Adobe Commerce) in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"magento-adobe-commerce": {
"url": "https://edge.vinkius.com/vk_preview_LYRuSvcIyfxwGGgO2nto9378n40yu003d4DgYkUG/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 Magento (Adobe Commerce)
Open Agent mode in chat and ask: "Using Magento (Adobe Commerce), help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"magento-adobe-commerce": {
"url": "https://edge.vinkius.com/vk_preview_LYRuSvcIyfxwGGgO2nto9378n40yu003d4DgYkUG/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 Magento (Adobe Commerce)
Ask Copilot: "Using Magento (Adobe Commerce), help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"magento-adobe-commerce": {
"url": "https://edge.vinkius.com/vk_preview_LYRuSvcIyfxwGGgO2nto9378n40yu003d4DgYkUG/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 Magento (Adobe Commerce)
Open Cascade and ask: "Using Magento (Adobe Commerce), help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"magento-adobe-commerce": {
"url": "https://edge.vinkius.com/vk_preview_LYRuSvcIyfxwGGgO2nto9378n40yu003d4DgYkUG/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 Magento (Adobe Commerce)
Ask Cline: "Using Magento (Adobe Commerce), help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add magento-adobe-commerce --transport http "https://edge.vinkius.com/vk_preview_LYRuSvcIyfxwGGgO2nto9378n40yu003d4DgYkUG/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 Magento (Adobe Commerce)
Ask Claude: "Using Magento (Adobe Commerce), show me...". 10 tools are ready
Where the request belongs
Work Magento (Adobe Commerce) can move forward.
This is for e-commerce managers who are tired of manual reporting, developers debugging API responses, and store admins who need to audit large catalogs quickly.
E-commerce Manager
Monitors order flows and stock levels daily to keep the store running smoothly.
Backend Developer
Audits product attribute mappings and checks API responses during updates.
Store Administrator
Manages category structures and customer data to organize the digital storefront.
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.
CS-Cart
Manage e-commerce and marketplaces via CS-Cart. track products and orders, handle customer data, audit vendors, and monitor taxes directly from any AI agent.
Kibo Commerce
Manage e-commerce catalogs, orders, and real-time inventory via Kibo Commerce.
Cart.com (AmeriCommerce)
E-commerce store orchestration via Cart.com. manage products, orders, and customers via AI.
PrestaShop
Bring your PrestaShop store to your AI. orchestrate orders, extract deep product metadata, and track inventory stock levels natively via chat.
WooCommerce
Manage your WooCommerce store. audit products, orders, and reports via AI.
Bring your own AI
Change the model, client or framework. Keep Magento (Adobe Commerce) 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 Magento (Adobe Commerce).
The practical details behind the request, access and result.
Can I use the Magento (Adobe Commerce) MCP to check my stock levels?
Yes, you can ask your agent to check the inventory for any specific SKU. It will pull the real-time quantity and status directly from your store so you know exactly what's available to sell.
How does the Magento (Adobe Commerce) MCP help with customer service?
It lets you find customer profiles and order histories instantly. You can search for a customer by name and then ask for their recent orders or shipping addresses to help resolve issues faster.
Can the Magento (Adobe Commerce) MCP see my category tree?
Yes, it can list your entire category structure. This helps you understand how your products are organized across your store without having to navigate through the admin hierarchy.
Is the Magento (Adobe Commerce) MCP good for auditing store settings?
It's great for that. You can pull store-specific metadata like base URLs, locales, and currency settings to ensure your cross-border configurations are correct.
Does the Magento (Adobe Commerce) MCP work for large catalogs?
Yes, it handles enterprise-scale catalogs. It includes pagination for searching products, orders, and customers, which ensures the AI can browse large amounts of data efficiently.
Can I use the Magento (Adobe Commerce) MCP to find specific product prices?
You can use it to retrieve full product metadata. By searching for a SKU, your agent can pull the price, custom attributes, and other details directly from your store.
Can I search for products by SKU through my agent?
Yes. Use the mg.get_product capability and provide the exact SKU. Your agent will fetch the full record, including pricing, stock status, and custom attributes directly from your Magento catalog.
How do I check the status history of a specific order?
The mg.get_order capability retrieves the complete order entity by ID. Your agent will expose the status history, payment info, and line items, helping you track the fulfillment lifecycle of any order.
Can my agent list the entire category tree of my store?
Absolutely. Use the mg.list_categories capability to retrieve the complete category hierarchy. Your agent will report the IDs, names, and product counts for each level, ensuring you have a full view of your store's taxonomy.
One connection away
Give your agent a direct line to Magento (Adobe Commerce).
Connect Magento (Adobe Commerce) once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available