ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use OpenCart with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Connect your OpenCart store to AI agents. browse products, manage orders, track customers, and update fulfillment status through natural conversation.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 10 capabilities

The complete OpenCart capability set.

These are the exact actions your AI can choose when you ask it to work with OpenCart.

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 10 available through OpenCart.

  1. 01

    Get order

    Get OpenCart order details by explicit ID

  2. 02

    Get product

    Get OpenCart product by ID. Returns full details

  3. 03

    List orders

    List OpenCart orders using the native API

  4. 04

    Get cart

    Primarily used to verify product mapping prior to custom order creation logic. Get current API session cart contents in OpenCart

Capability set02 / 03

05-07

3 capabilities in this set.

Part of 10 available through OpenCart.

  1. 05

    Get order history

    G., Pending, Processing, Shipped). Use to verify tracking logic or administrative fulfillment changes. Get OpenCart order status history by ID

  2. 06

    List categories

    List OpenCart product category schemas

  3. 07

    List customers

    List OpenCart registered customers

Capability set03 / 03

08-10

3 capabilities in this set.

Part of 10 available through OpenCart.

  1. 08

    Add order history

    Push updates like marking a shipment Complete or Canceled. Add OpenCart order history / mutate order active status

  2. 09

    Get customer

    Get OpenCart customer full details by explicit ID

  3. 10

    List products

    Fetches active products, retrieving metadata such as prices, stock status, and basic SEO tags mapped inside the OpenCart product repository. List OpenCart products using the native OpenCart API

Observed, not estimated

864ms average. Fast in production.

OpenCart is checked daily against the live service.

Daily averagePeak 1067ms
Aug 20Today
Fastest day
691ms
Slowest day
1067ms
14-day trend
Slowing+46%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 10 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of OpenCart, so you can see the experience inside your AI.

It does not authenticate your account with OpenCart. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

OpenCart Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_EfktxooGIXXTjzAJxrwWn0FzNp6L9OZazw5HST2Y/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — OpenCart capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "opencart-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_EfktxooGIXXTjzAJxrwWn0FzNp6L9OZazw5HST2Y/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions OpenCart owners ask.

  • 01

    Can my AI agent update order statuses. like marking an order as shipped?

    Yes. The add_order_history capability pushes a new status entry to any order. Provide the order ID, the OpenCart status ID (e.g., 3 for Shipped), and an optional comment. The status change appears immediately in the admin panel and triggers any configured email notifications.

  • 02

    Does it work with any OpenCart version?

    This integration uses the native OpenCart REST API available in OpenCart 2.x and later. If your store is running OpenCart 1.x, the API endpoints won't be available. For OpenCart 3.x and 4.x, the API user setup is the same. just ensure the API user is enabled in System > Users > API.

  • 03

    What about IP restrictions. will the API reject requests?

    OpenCart's API enforces an IP whitelist by default. When creating your API user, add the IP address of your server to the 'IP Addresses' tab. If you're running through a cloud proxy, add that proxy's IP. Without this step, all API requests will be rejected with a permission error.