MCP App Store
by KeenEthics
Developer-Tools

commercetools Knowledge

by commercetools

Overview

Make Claude know commercetools and go from concept discovery to best practice implementation in a breeze. Provides documentation search, and all API schemas. No authentication required, no local setup needed.

Tools

commercetools-documentation-by-id

Claude
Fetches a single documentation content entry from the commercetools documentation content API by its ID. Use this tool when you already have a content ID (for example, one returned by commercetools-documentation-search) and want to retrieve the raw content as a string.

commercetools-graphql-schemata

Claude
Fetches a partial commercetools GraphQL schema for a given resource. Use this tool to retrieve the GraphQL type definitions needed to construct queries or mutations against commercetools. For each stubbed type in the schema, the full schema for that type can be fetched by invoking the tool again with the resource name specified in the comment related to the stubbed type. The comment looks like this: Stub of the {nameOfStubbedResource} resource. fetch the full subschema via the MCP resource name {nameOfTheResource}. The returned schema contains descriptions but no "implements" Interface information and no deprecated query types. Conventions and predicate examples for commercetools GraphQL are available in the commercetools-developer-tips MCP prompt.

commercetools-graphql-validate

Claude
Validates a GraphQL query or mutation against the official commercetools public schema, returning syntax and schema errors with line/column locations. Doesn't validate project-specific schema.

commercetools-oas-schemata

Claude
Fetches a partial commercetools OpenAPI spec for a given commercetools resource. Use this tool when you need the detailed REST schema of a resource to construct requests or generate a REST client. The returned spec is self-contained and valid for everything regarding that resource. It contains descriptions but they are not comprehensive. Each resource may be available as a read variant, write variant, or unified spec, reflected in the "resourceName" enum. Conventions and predicate examples for commercetools REST APIs are available in the commercetools-developer-tips MCP prompt.

commercetools-rest-validate

Claude
Validates REST API requests (method + path + body) against commercetools OpenAPI specifications offline. Returns detailed errors with suggestions for invalid requests. This tool checks: - Path exists in the API - HTTP method is allowed for that path - Request body matches the expected schema (types, required fields, enums, etc.) - Discriminator fields (like 'action' in update requests) are valid Use this before making actual API calls to catch errors early.

App Stats

6

Tools

Claude

Platforms

Works with

Claude

Data refreshed daily