Connectors
Magento MCP connector
The Magento connector lets AI agents query and manage a Magento 2 or Adobe Commerce store through InsightfulPipe's hosted MCP server at https://magento.insightfulmcp.com/. You connect it with a Magento integration's OAuth credentials, and agents can use orders, revenue, product sales, inventory, invoices, shipments, credit memos, catalog and CMS content.
Magento MCP server reference
- Endpoint
https://magento.insightfulmcp.com/- Server name
magento-mcp- Actions
- 37 (25 read, 12 write). Workspace owners, admins and operators choose which actions each connected account exposes, and destructive actions are off by default.
Add it from a terminal, then click Authorize access in the browser window that opens:
claude mcp add --transport http magento-mcp https://magento.insightfulmcp.com/
gemini mcp add --transport http magento-mcp https://magento.insightfulmcp.com/
codex mcp add magento-mcp --url https://magento.insightfulmcp.com/What agents can do
- Sales: search orders, get order counts, revenue, revenue by country and product sales.
- Catalog: search and get products and categories, the category tree, stock items and stock status.
- Billing and shipping: search invoices, shipments and credit memos.
- Content: search and get CMS pages and blocks.
- Store setup: store configuration, store groups, store views and websites.
- Store changes: create, update and delete products, categories, CMS pages and CMS blocks.
Before you connect
- An integration in your Magento Admin with API access to the resources agents should use.
- The integration's consumer key, consumer secret, access token and access token secret.
Connect Magento
- In the InsightfulPipe app, open Connectors, choose Magento and click Connect.
- Enter your store URL and the four OAuth credentials from the integration.
- Save the connection.
- Add the MCP server to Claude, ChatGPT or another client, then click Authorize access.
Permissions and safety
- Agents can only reach the resources the integration allows.
delete_product,delete_category,delete_cms_pageanddelete_cms_blockare destructive, so they stay off until an owner, admin or operator enables them in Configure actions for this account.
Limits
- No customer actions.
- No order editing. Orders, invoices and shipments are read-only.
Example prompts
- "Using Magento, show revenue by country for last month."
- "Which products sold the most units this quarter?"
- "List products that are out of stock."
- "Update the meta description on the About Us CMS page."
Troubleshooting
- "Please enter all four OAuth credentials from your Magento integration." Copy the consumer key, consumer secret, access token and access token secret from the same integration.
- An action returns a permission error: give the integration access to that resource in Magento, then reconnect.