MCP server
BigCommerce MCP server
BigCommerce's official Storefront MCP, in beta, lets AI shopping assistants browse the catalog, build carts and hand shoppers to checkout.
- Official server
- Ecommerce
At a glance
- Maintained by
- BigCommerce
- Tools exposed
- 0 listed below
- Reviewed
- September 24, 2026
Why it matters
What it does and why it matters
BigCommerce's Storefront MCP is built for customer-facing shopping assistants rather than store administration. It works at the shopper's level: reading the catalog, building carts and handing the shopper to checkout. There are two tool sets, one for consumer storefronts and one for B2B buyer portals with buyer permissions.
That makes it a foundation for an assistant that helps customers find the right product and buy it, inside your own store or in other AI assistants.
It has no store admin access, which keeps the risk of accidental changes to products or prices low. It was in beta at review time, and BigCommerce documents tool sets rather than exact tool names. As with any shopping assistant, test product answers carefully, since a wrong answer about size or compatibility leads to returns.
Use cases
Best business use cases
Product finder
Cart building
B2B buying
Reorders
Tools
Available tools
Tool names as published by the maintainer at review time. Versions change, so check the repository for the current list.
Two tool sets: B2C Storefront (guest and logged-in shopping) and B2B Storefront (Buyer Portal, gated per buyer permission). Covers product search, cart management and checkout handoff. Exact tool identifiers are not published on the docs page.
Read and write: Shopper-level: reads catalog, writes carts, hands off to checkout. No store admin access.
Workflows
Example workflows
Guided product search
-
1
A shopper describes what they need.
-
2
The assistant searches the catalog.
-
3
It asks one clarifying question.
-
4
It suggests three products.
-
5
It adds the chosen one to the cart.
B2B reorder
-
1
A buyer asks to reorder last month's supplies.
-
2
The assistant finds the items.
-
3
It checks buyer permissions.
-
4
It builds the cart.
-
5
It hands off to checkout.
Prompts
Example prompts
“Find a waterproof jacket in size medium under $150.”
“Add two of these to my cart and take me to checkout.”
“Reorder the items from my last order.”
Setup
Installation and configuration
Examples for Claude Desktop and Claude Code. Replace the placeholder values with your own keys, and store secrets outside version control.
Claude Desktop: claude_desktop_config.json
{
"mcpServers": {
"bigcommerce": {
"command": "npx",
"args": [
"mcp-remote",
"<YOUR_MCP_SERVER_URL>"
]
}
}
}
Claude Code: terminal
claude mcp add --transport http bigcommerce <YOUR_MCP_SERVER_URL>
- Hosted server: Unique per store. Copy it from the control panel after enabling Settings > Early access > MCP Integration..
- Needs: No developer key. Works for guest and logged-in B2C shopper sessions; B2B tool set needs an authenticated Buyer Portal user. Optional X-Bc-Storefront-Sync-Token header for Stencil session sync..
Security
Security considerations
-
No admin access
It works at shopper level with no store admin access.
-
Beta
It was in beta at review time. Test thoroughly.
-
Answer accuracy
Test product answers to avoid wrong recommendations.
-
B2B permissions
Buyer portal permissions apply per buyer.
Related servers
Servers that pair well with it
Shopify Dev
Shopify's Dev MCP server helps developers build for Shopify: it searches Shopify docs and API schemas and validates GraphQL, components and themes.
WooCommerce
WooCommerce's official MCP support, in preview, exposes store abilities for products and orders through the WordPress MCP Adapter.
Stripe
Stripe's official MCP server lets AI search and read Stripe data, make changes with confirmation for sensitive actions, run analytics and search docs.
Keep exploring
Solutions and services that use it
Related services
View all related services- MCP integration Connect AI assistants to your CRM, files, databases and tools through Model Context Protocol servers, with safe permissions.
- Ecommerce websites Online stores with clean product catalogs, simple checkout and the integrations that keep orders moving.
- AI chatbots Website and messaging chatbots that answer common questions well and hand everything else to a person.
Solutions
View all solutions- AI support agent An assistant that answers routine questions from your own content, checks orders and hands anything else to a person.
- AI-assisted content workflows Briefs, first drafts, edits and repurposing in a workflow where people set the angle and approve every word.
- Forecasting dashboards Forecast demand from your sales history and seasonality, and flag items to reorder before they run out.
Industries
View all industries- Ecommerce Online stores, product data cleanup, support assistants, price monitoring and order automation for online retailers.
- Vacation rentals Booking websites, owner and guest portals, turnover scheduling and guest messaging for rental operators.
- Home services Booking, dispatch, quotes, invoicing and reviews for plumbers, electricians, cleaners and other home service businesses.
- Hospitality and travel Booking sites, guest messaging, review analysis and multilingual content for hotels, tour operators and travel businesses.
- SaaS and startups MVPs, subscription billing, AI features, multi-tenant platforms and scaling support for founders and product teams.
- Retail Stock forecasting, sales dashboards, feedback analysis and store tools for retailers with shops and online sales.
Guides and articles
View all guides and articlesAI models
View all ai models- ElevenLabs Eleven v3 ElevenLabs text-to-speech: the expressive Eleven v3 in 70+ languages, a real-time conversational version, and the low-latency Flash models, with voice cloning.
- General purpose All-round language models for writing, summarizing, support, extraction and most everyday business tasks.
- Claude Haiku 4.5 Anthropic's fastest and lowest-cost Claude model, with near-frontier intelligence for high-volume and real-time work.
- GPT-4o mini TTS OpenAI's current text-to-speech model for turning text into natural spoken audio, at a low price level.
Glossary terms
View all glossary terms- Chatbot A chatbot is software that holds a conversation with people through text or voice, answering questions or completing simple tasks.
- API integration An API integration connects two or more systems through their APIs so data and actions flow between them automatically.
- Large language model A large language model, or LLM, is an AI model trained on vast amounts of text that can understand and generate language, and often images and code.
- Model Context Protocol The Model Context Protocol, or MCP, is an open standard for connecting AI assistants to external tools and data in a consistent way.
- Prompt A prompt is the instruction and context you give an AI model to get the output you want.
- System prompt A system prompt is the standing set of instructions an application gives an AI model, defining its role, rules and style for every conversation.
FAQ
Questions people ask us
Have a question that is not here? Ask us directly.
No. It works at shopper level: catalog, carts and checkout handoff.
Yes. BigCommerce provides it, in beta at review time.
Yes, with a separate B2B storefront tool set.