Commerce.js

Commerce.js MCP Connector for Claude

A+

Manage your e-commerce store via Commerce.js — list products, manage carts, and handle orders directly from any AI agent.

10 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your Commerce.js (Chec) account to any AI agent and take full control of your e-commerce operations through natural conversation.

What you can do

  • Product Catalog — List all products, filter by category, and fetch detailed metadata for specific items using IDs.
  • Cart Management — Create new carts, add products with specific quantities, and update line items seamlessly.
  • Checkout Flow — Generate checkout tokens from carts to prepare for secure transactions and capture orders with customer details.
  • Order Processing — List recent orders, retrieve specific order details, and manage fulfillment data.
  • Category Organization — Browse store categories to understand your product hierarchy and improve navigation.

How it works

  1. Subscribe to this server
  2. Enter your Chec Public Key and Secret Key
  3. Start managing your store from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • Store Managers — quickly check inventory levels and order statuses without logging into the dashboard
  • Developers — test cart and checkout logic directly from the terminal or code editor
  • Support Teams — look up customer order details instantly to provide faster assistance
storefrontshopping-cartproduct-catalogcheckoutchec-api

10 tools expose this connector's capabilities to your AI agent.

add_to_cart

Add an item to a cart

capture_order

Capture an order

create_cart

Create or retrieve a cart

generate_checkout_token

Generate a checkout token

get_order

Requires Secret Key. Retrieve a specific order

get_product

Retrieve a specific product

list_categories

List categories

list_orders

Requires Secret Key. List orders

list_products

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

update_cart_item

Update a cart item

See how to talk to your AI agent using Commerce.js.

List the first 5 products in my store.

I've retrieved your products. Your top items include 'Wireless Headphones' (prod_123) and 'Smart Watch' (prod_456). Would you like more details on any of these?

Create a cart and add 2 units of product prod_Q123.

Cart created successfully (ID: cart_abc123). I have added 2 units of 'Organic Coffee Beans' to it. The current subtotal is $30.00.

Show me the details for order ord_987.

Order ord_987 was placed by John Doe. It contains 1x 'Gaming Mouse' and is currently marked as 'Fulfilled'. Shipping was handled via Standard Delivery.

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

Related Connectors