commercetools MCP Essentials
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | The port for the remote server (e.g., '8888'). | |
| tools | Yes | Specify the tools to enable (e.g., 'all', 'all.read', or specific tools like 'products.read,products.create'). | |
| apiUrl | Yes | The commercetools API URL. | |
| remote | No | Set to 'true' to enable the Streamable HTTP (remote) server. | |
| authUrl | Yes | The commercetools Auth URL. | |
| isAdmin | No | Set to 'true' and use with --tools=all to load all available tools. | |
| authType | No | The authentication method to use: 'client_credentials' (default) or 'auth_token'. | client_credentials |
| clientId | No | The commercetools Client ID (required for 'client_credentials' authentication). | |
| stateless | No | Set to 'true' to make the MCP server stateless. | |
| projectKey | Yes | The commercetools Project Key. | |
| accessToken | No | The commercetools Access Token (required for 'auth_token' authentication). | |
| clientSecret | No | The commercetools Client Secret (required for 'client_credentials' authentication). | |
| dynamicToolLoadingThreshold | No | The 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. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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