Skip to main content
Glama
commercetools

commercetools MCP Essentials

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
portNoThe port for the remote server (e.g., '8888').
toolsYesSpecify the tools to enable (e.g., 'all', 'all.read', or specific tools like 'products.read,products.create').
apiUrlYesThe commercetools API URL.
remoteNoSet to 'true' to enable the Streamable HTTP (remote) server.
authUrlYesThe commercetools Auth URL.
isAdminNoSet to 'true' and use with --tools=all to load all available tools.
authTypeNoThe authentication method to use: 'client_credentials' (default) or 'auth_token'.client_credentials
clientIdNoThe commercetools Client ID (required for 'client_credentials' authentication).
statelessNoSet to 'true' to make the MCP server stateless.
projectKeyYesThe commercetools Project Key.
accessTokenNoThe commercetools Access Token (required for 'auth_token' authentication).
clientSecretNoThe commercetools Client Secret (required for 'client_credentials' authentication).
dynamicToolLoadingThresholdNoThe number of tools threshold to switch to dynamic tool loading (default: 30). This can also be set via the DYNAMIC_TOOL_LOADING_THRESHOLD environment variable.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/commercetools/mcp-essentials'

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