Vinkius

BigCommerce MCP for AI Agents. Manage your entire e-commerce backend from chat.

BigCommerce gives your AI agent full operational control over your e-commerce backend. Manage products, track every order detail, handle customer profiles, and validate coupon rules—all without logging into complex dashboards. It lets you treat your entire storefront like a single API endpoint.

BigCommerce MCP is compatible with Claude Claude
BigCommerce MCP is compatible with ChatGPT ChatGPT
BigCommerce MCP is compatible with Cursor Cursor
BigCommerce MCP is compatible with Gemini Gemini
BigCommerce MCP is compatible with Windsurf Windsurf
BigCommerce MCP is compatible with VS Code VS Code
BigCommerce MCP is compatible with JetBrains JetBrains
BigCommerce MCP is compatible with Vercel Vercel
See Vinkius in Action

Give Claude and any AI agent real-world access

Audit the entire product catalog

List all products by page or retrieve full details for a single item, including its brand and category mapping.

Deep dive into order history

Pull complete transaction records, list paginated orders, and break down the specific line items within any given purchase.

Manage customer data payloads

List registered users and extract their profile details, including past order history and structural routing information.

Validate discounts and rules

Check all configured coupons or list active discounting strategies to ensure constraints are followed.

Review store configuration metadata

Fetch high-level details about the entire BigCommerce storefront setup, including localized settings.

Waiting for input…

AI Agent
BigCommerce

What AI agents can do with BigCommerce: 10 Tools for Store Management

Use these ten tools to retrieve every piece of data from your e-commerce site's catalog, orders, customers, and rules directly through your AI agent.

Make your AI actually useful.

Add this MCP to Claude, Cursor, or Windsurf and your AI stops guessing. It gets real tools to look things up, take action, and handle the stuff you keep doing by hand.

Start using BigCommerce MCP

List Products

Retrieves a paginated list of all products available in the BigCommerce catalog.

Get Order

Pulls the complete, specific data payload for one single native BigCommerce order.

List Customers

Retrieves a paginated list of all registered users on your storefront.

List Categories

Lists the full hierarchy and structure of product categories.

List Brands

Retrieves a list of all brands currently mapped to your products.

Get Order Products

Fetches only the specific line items associated with an already identified order.

List Coupons

Lists all configured coupons and promotional codes used across your store.

Get Product

Retrieves every detail for a single, specific product ID.

List Orders

Lists all native orders placed on the store in paginated batches.

Get Store Info

Retrieves high-level metadata about the entire BigCommerce storefront configuration.

Security and governance baked right in.

Pick your AI client below to get set up. Just create a Vinkius account, subscribe, and you're instantly up and running. We handle the entire backend infrastructure, delivering out-of-the-box support for HTTPS Streamable, SSE, and OAuth2—zero messy routing required.

BigCommerce MCP is compatible with Claude

Claude AI

1

Open Claude Settings

Go to claude.ai, click your profile icon, then navigate to Customize → Connectors.

2

Add Custom Connector

Click the "+" button and select Add custom connector. Paste your Vinkius endpoint URL:

https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp

Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. For OAuth-protected servers, expand Advanced settings to add credentials.

3

Start a conversation

Open a new chat. The BigCommerce integration is available immediately — no restart needed.

Choose How to Get Started

Build a custom MCP for your own tools, or connect a ready-made integration from our catalog.

Build Your Own

Turn any API into an MCP. Import a spec, define Agent Skills, or deploy with MCPFusion.

  • Import from OpenAPI, Swagger, or YAML specs
  • Create Agent Skills with progressive disclosure
  • Deploy to edge with MCPFusion framework
  • Built in DLP, auth, and compliance on each call
  • Real time usage dashboard and cost metering
  • Publish to catalog or keep private
Start building

Make Your AI Do More

Start with BigCommerce, then connect any of our 5,200+ other servers whenever your AI needs more. One click, no limits.

  • Use this MCP plus 5,200+ others, all in one place
  • Add new capabilities to your AI anytime you want
  • Connections are secured and governed automatically
  • Track usage and costs across all your servers
  • Works with Claude, ChatGPT, Cursor, and more
  • New servers added to the catalog weekly
BigCommerce MCP server cover

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by BigCommerce. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.

VINKIUS INFRASTRUCTURE

Cloud Hosted

Managed infra

V8 Isolated

Sandboxed per request

Zero-Trust Proxy

No stored credentials

DLP Enforced

Policy on each call

GDPR Compliant

EU data residency

Token Compression

~60% cost reduction

Your data is protected. See how we built it.

The Chore of Logging Into Dashboards Solved with Vinkius AI Gateway

Today, checking an order requires jumping between the main dashboard, clicking into the specific order ID, then looking at line items in one tab, and finally cross-referencing that against active coupons on a separate page. If you need to check five orders or validate three coupon rules, you're doing five sets of clicks, copying IDs, and switching contexts.

With this MCP, all that manual navigation vanishes. Your agent accepts your request—like 'Check order 1420 for discounts.'—and it returns the complete payload instantly. You get direct answers without touching a single control panel.

Accessing Product Data with `get_product`

Previously, finding full product details meant navigating to the catalog and clicking through menus until you reached the right SKU page. It was slow, prone to human error, and required knowing the exact internal product ID first.

Now, your agent retrieves every piece of data for a given item using `get_product`. You get a clean JSON payload directly in your chat window—everything about that item is available immediately.

What your AI can actually do with this

Connect your BigCommerce account to any MCP-compatible client and give your agent the keys to your online store. You gain instant access to every backend function: listing product variations, getting deep order payloads, or auditing user profiles. Instead of navigating multiple tabs across different control panels, you talk to your AI client and it performs the action immediately.

Need to know if a specific coupon is still active? Your agent checks that constraint for you. Want to check inventory levels against live orders? It pulls those details in seconds. This MCP makes sure everything runs through Vinkius, giving you one reliable connection point to manage catalog structure, handle customer records, and process transactions directly from your workflow.

Built · Hosted · Managed by Vinkius BigCommerce MCP - Manage E-commerce Orders & Products
Server ID 019d755b-d9cb-7274-a7a1-4e6783c51d62
Vinkius Inspector
Compliance Grade A+
Score 98.33/100
Vinkius Inspector Badge — Score 98.33/100

Questions you might have

How do I check if an order was affected by a coupon using BigCommerce MCP? +

You must use both get_order and list_coupons. First, pull the full order payload with get_order, then cross-reference the discount codes listed in that data against the results from list_coupons to confirm validity.

Can I list all products without knowing their categories using BigCommerce MCP? +

Yes, you can use list_products alone to get a paginated list of root product identifiers. To understand the structure, follow up with list_categories and list_brands.

What is the difference between `list_orders` and `get_order` in BigCommerce MCP? +

list_orders gives you a paginated list of order IDs, acting like an index. You use get_order when you have a specific ID and need all the detailed transactional data for that single purchase.

Is this MCP suitable for managing customer billing details? +

This MCP provides access to user profiles via list_customers, but it is designed for operational payloads, not complex financial ledger management. Always verify payment data against your dedicated accounting system.

How do I find specific line items from a large order? +

You use the get_order_products tool. You feed it an Order ID, and it returns only the list of products that were purchased in that transaction, keeping your data clean.