commercetools.com
commercetools is a composable commerce platform for building and operating B2C, B2B, and related commerce experiences. It provides APIs and developer tooling for commerce data, checkout, imports, audit history, and AI-assisted workflows.
commercetools exposes multiple authenticated HTTP APIs (Composable Commerce, Import, Change History, Checkout), an authenticated GraphQL API, a public Knowledge MCP, and an authenticated Commerce MCP package for AI agents.
- Knowledge MCPdiscovered
- Commerce MCPdiscovered
- Import APIdiscovered
- Checkout APIdiscovered
- Change History APIdiscovered
- Composable Commerce HTTP APIdiscovered
- Composable Commerce GraphQL APIdiscovered
Create an API Client in your commercetools Project. The first client is created in Merchant Center developer settings; after that you can also create additional clients via the API Clients API. Keep the client_id, secret, Project key, auth host https://auth.{region}.commercetools.com, and API host for your region. Use the client to obtain OAuth 2.0 access tokens for the platform APIs.
Mint an OAuth 2.0 access token from your commercetools auth host https://auth.{region}.commercetools.com using a commercetools API Client. The standard path is client credentials for server integrations; me use cases can also use password or anonymous flows as described in Authentication and authorization. Use the resulting bearer token in API calls.
conventions · 1/7 published
- integrations.json——
- llms.txt✓https://commercetools.com/llms.txt
- API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing