Akeneo PIM Connector for AI agents.
10 live capabilities
Manage your e-commerce product catalog and metadata through natural conversation.
Waiting for input…
Why people use Akeneo PIM
Akeneo PIM Catalog Auditing
This Connector changes that by letting you just ask. You can tell your agent to find every product in a specific family that's missing a description or check if a new locale is correctly mapped. You get a clean summary of what needs fixing instead of a messy spreadsheet.
What Vinkius changes
You get a conversational interface for your entire e-commerce product catalog.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
The Missing Weight Audit
An e-commerce manager asks the agent to find all products in the Electronics family missing a weight attribute using list_products.
- Real-world use case 02
Bulk Description Updates
A product owner needs to update the localized descriptions for a new Spring Collection across five different locales.
- Real-world use case 03
Category Cleanup
A PIM steward identifies a messy category tree and asks the agent to list all categories to plan a reorganization.
Complete set · 10capabilities
The complete Akeneo PIM capability set.
These are the exact actions your AI can choose when you ask it to work with Akeneo PIM.
01—04
4 capabilities in this set.
Part of 10 available through Akeneo PIM.
- 01 Capability
List attributes
See all available product attributes and their associated families.
- 02 Capability
Get attribute details
Pull the specific metadata and rules for a single product attribute.
- 03 Capability
List families
See the different product families organized within your PIM.
- 04 Capability
List channels
Check which sales channels, like web or mobile, are currently configured.
05—07
3 capabilities in this set.
Part of 10 available through Akeneo PIM.
- 05 Capability
List locales
View all enabled languages and locales for your multi-market data.
- 06 Capability
Get category details
Get deep-dive metadata for a specific category or subcategory.
- 07 Capability
List products
List all products in your PIM, including support for cursor-based pagination for large catalogs.
08—10
3 capabilities in this set.
Part of 10 available through Akeneo PIM.
- 08 Capability
Get product details
Pull specific metadata for a single product using its unique identifier or UUID.
- 09 Capability
Update product
Modify specific attributes for an existing product to keep your catalog information current.
- 10 Capability
List categories
View your entire category tree to see how your products are classified.
Set up in minutes
One URL. Then ask Akeneo PIM to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Akeneo PIM 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_46upSNhZH67drDsGyXL4tRxuLBPPsU81t6HOhJlY/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 Akeneo PIM, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Akeneo PIM for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_46upSNhZH67drDsGyXL4tRxuLBPPsU81t6HOhJlY/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 Akeneo PIM URL.
- Step 03
Save and start
Save the connection and enable Akeneo PIM in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"akeneo-pim": {
"url": "https://edge.vinkius.com/vk_preview_46upSNhZH67drDsGyXL4tRxuLBPPsU81t6HOhJlY/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 Akeneo PIM
Open Agent mode in chat and ask: "Using Akeneo PIM, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"akeneo-pim": {
"url": "https://edge.vinkius.com/vk_preview_46upSNhZH67drDsGyXL4tRxuLBPPsU81t6HOhJlY/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 Akeneo PIM
Ask Copilot: "Using Akeneo PIM, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"akeneo-pim": {
"url": "https://edge.vinkius.com/vk_preview_46upSNhZH67drDsGyXL4tRxuLBPPsU81t6HOhJlY/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 Akeneo PIM
Open Cascade and ask: "Using Akeneo PIM, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"akeneo-pim": {
"url": "https://edge.vinkius.com/vk_preview_46upSNhZH67drDsGyXL4tRxuLBPPsU81t6HOhJlY/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 Akeneo PIM
Ask Cline: "Using Akeneo PIM, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add akeneo-pim --transport http "https://edge.vinkius.com/vk_preview_46upSNhZH67drDsGyXL4tRxuLBPPsU81t6HOhJlY/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 Akeneo PIM
Ask Claude: "Using Akeneo PIM, show me...". 10 tools are ready
Where the request belongs
Work Akeneo PIM can move forward.
This is for the e-commerce manager who is tired of manual data audits and the PIM steward who spends all day fixing broken category trees.
E-commerce Manager
Audits catalog consistency across web and mobile channels on a Tuesday afternoon.
PIM Steward
Fixes attribute errors and reassigns product categories to keep the taxonomy clean.
Data Engineer
Verifies that the API is returning the correct JSON responses for product metadata.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsMagento (Adobe Commerce)
Manage e-commerce via Magento (Adobe Commerce). search products, track orders, and audit customer data.
Afosto
Retail and e-commerce engine. manage orders, inventory, products, and customers via AI.
Kibo Commerce
Manage e-commerce catalogs, orders, and real-time inventory via Kibo Commerce.
PrestaShop
Bring your PrestaShop store to your AI. orchestrate orders, extract deep product metadata, and track inventory stock levels natively via chat.
Fieldfolio
Connect Fieldfolio to automate wholesale management. manage products, orders, and inventory directly from your AI agent.
Ecwid
Manage e-commerce stores via Ecwid. search products and orders, handle inventory, track customers, and audit store profiles directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Akeneo PIM 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 Akeneo PIM.
The practical details behind the request, access and result.
Can the Akeneo PIM MCP help me find missing data?
Yes, it can identify incomplete records across your catalog. You can ask your agent to find products missing specific attributes or descriptions, saving you from manual filtering.
How does Akeneo PIM MCP handle different languages?
It retrieves all enabled locales for your account. This allows you to check and manage localized content for different regions through a simple conversation.
Can I use Akeneo PIM MCP to update product details?
Yes, you can use it to update specific attributes for existing products. This makes it easy to push updates to your catalog without navigating the full PIM interface.
Is Akeneo PIM MCP good for managing categories?
It is excellent for managing and auditing your category trees. You can list all categories or get deep-dive details to ensure your product classification is organized correctly.
Can I see which channels my products are on?
Yes, the Connector can list all configured sales channels. You can quickly check which platforms, like web or mobile, are active in your PIM.
Does Akeneo PIM MCP work for large catalogs?
Yes, it supports cursor-based pagination. This means your AI agent can handle large product lists efficiently without hitting limits or missing data.
How do I find my Akeneo API credentials?
Log in to Akeneo, navigate to Connect > Connection settings, and create a new connection. You will generate a Client ID, Secret, and a system user with its own Username and Password for the API.
Can I update product attributes via the agent?
Yes! Use the update_product capability and provide the product identifier along with the attributes you want to change. Your agent will submit a PATCH request to synchronize the data.
What is the difference between SKU and UUID in Akeneo?
The SKU (identifier) is your internal product code. The UUID is a unique system identifier generated by Akeneo. While both can be used, UUIDs are recommended for permanent links as identifiers can technically be changed.
One connection away
Give your agent a direct line to Akeneo PIM.
Connect Akeneo PIM once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available