ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Commerce.js with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Manage your e-commerce store via Commerce.js. list products, manage carts, and handle orders directly from any AI agent.

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 Commerce.js capability set.

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

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 10 available through Commerce.js.

  1. 01

    Get order

    Requires Secret Key. Retrieve a specific order

  2. 02

    List products

    Can be filtered by category or paginated. List products in the store

  3. 03

    Add to cart

    Add an item to a cart

  4. 04

    Capture order

    Capture an order

Capability set02 / 03

05-07

3 capabilities in this set.

Part of 10 available through Commerce.js.

  1. 05

    Create cart

    Create or retrieve a cart

  2. 06

    Generate checkout token

    Generate a checkout token

  3. 07

    Get product

    Retrieve a specific product

Capability set03 / 03

08-10

3 capabilities in this set.

Part of 10 available through Commerce.js.

  1. 08

    List categories

    List categories

  2. 09

    List orders

    Requires Secret Key. List orders

  3. 10

    Update cart item

    Update a cart item

Observed, not estimated

853ms average. Fast in production.

Commerce.js is checked daily against the live service.

Daily averagePeak 999ms
Aug 24Today
Fastest day
742ms
Slowest day
999ms
14-day trend
Stable-4%

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 Commerce.js, so you can see the experience inside your AI.

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

Commerce.js Connector

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

Connector linkhttps://edge.vinkius.com/vk_preview_ZgukHGQpP1qYi7hLmBlRzSHHjXtqzQC7UH0oJCwK/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 — Commerce.js capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "commercejs-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_ZgukHGQpP1qYi7hLmBlRzSHHjXtqzQC7UH0oJCwK/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 Commerce.js owners ask.

  • 01

    Can I filter products by a specific category?

    Yes! You can use the list_products capability and provide a category_id to retrieve only the products belonging to that specific group.

  • 02

    How do I view the details of a customer's order?

    Use the get_order capability with the specific Order ID. Note that viewing orders requires your Secret Key to be configured in the server settings.

  • 03

    Can the AI help me manage shopping carts for customers?

    Absolutely. The agent can use create_cart, add_to_cart, and update_cart_item to build and modify shopping sessions dynamically.