Skip to main content
Glama

BigCommerce API MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BIGCOMMERCE_API_TOKENYesYour BigCommerce API token
BIGCOMMERCE_STORE_HASHYesYour BigCommerce store hash

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
get_all_products

Get all products from the BigCommerce API. Store hash is automatically retrieved from environment variables.

get_all_customers

Get all customers from the BigCommerce API with comprehensive filtering options (email, name, company, phone, customer group, dates, pagination). Store hash is automatically retrieved from environment variables.

get_all_orders

Get all orders from the BigCommerce API. Can filter by customer_id to get products associated with specific customers through their order history. Store hash is automatically retrieved from environment variables.

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/isaacgounton/bigcommerce-api-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server