43
/ 100
1 month ago
glama

commercetools MCP Essentials

An MCP server that enables AI agents to interact with the commercetools Composable Commerce platform. It provides tools for managing products, categories, orders, carts, and customer data through secure read and write operations.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 5 credentials: ACCESS_TOKEN, BUSINESS_UNIT_KEY, CLIENT_SECRET, PROJECT_KEY, STORE_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
🔐 secretACCESS_TOKENnpx -y @commercetools/mcp-essentials --tools=all --authType=auth_token --accessToken= --projectKey=PROJECT_KEY --authUrl=AUTH_URL --apiUrl=API_URL
configAPI_URLnpx -y @commercetools/mcp-essentials --tools=all --clientId=CLIENT_ID --clientSecret=CLIENT_SECRET --projectKey=PROJECT_KEY --authUrl=AUTH_URL --apiUrl=
configAUTH_TYPE
configAUTH_URLnpx -y @commercetools/mcp-essentials --tools=all --clientId=CLIENT_ID --clientSecret=CLIENT_SECRET --projectKey=PROJECT_KEY --authUrl= --apiUrl=API_URL
🔐 secretBUSINESS_UNIT_KEY
configCART_ID
configCLIENT_IDnpx -y @commercetools/mcp-essentials --tools=all --clientId= --clientSecret=CLIENT_SECRET --projectKey=PROJECT_KEY --authUrl=AUTH_URL --apiUrl=API_URL
🔐 secretCLIENT_SECRETnpx -y @commercetools/mcp-essentials --tools=all --clientId=CLIENT_ID --clientSecret= --projectKey=PROJECT_KEY --authUrl=AUTH_URL --apiUrl=API_URL
configCUSTOMER_ID
configDYNAMIC_TOOL_LOADING_THRESHOLDexport =50
configIS_ADMIN
configLOGGING
configPORT
🔐 secretPROJECT_KEYnpx -y @commercetools/mcp-essentials --tools=all --clientId=CLIENT_ID --clientSecret=CLIENT_SECRET --projectKey= --authUrl=AUTH_URL --apiUrl=API_URL
configREMOTE
configSTATELESS
🔐 secretSTORE_KEY
configTOOLS
configTOOL_OUTPUT_FORMAT
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 1 concrete improvement we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/commercetools-mcp-essentials-1m7ue4)](https://m8ven.ai/mcp/commercetools-mcp-essentials-1m7ue4)
commit: 90b43183b3ca50bf673b94af013dc8d3ae6bca81
code hash: 39864835841e431e5b22cb707daeaa4a4b77083a54ae0eff6d710938b3287cb2
verified: 6/17/2026, 12:17:02 PM
view raw JSON →