4,500+ servers built on MCP Fusion
Vinkius
commercetools logo
Vinkius
Mastra AI logo

How to Use the commercetools MCP in Mastra AI

Run reliable, multi-step commercetools workflows with Mastra AI and this MCP Server.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

commercetools MCP on Cursor AI Code Editor MCP Client commercetools MCP on Claude Desktop App MCP Integration commercetools MCP on OpenAI Agents SDK MCP Compatible commercetools MCP on Visual Studio Code MCP Extension Client commercetools MCP on GitHub Copilot AI Agent MCP Integration commercetools MCP on Google Gemini AI MCP Integration commercetools MCP on Lovable AI Development MCP Client commercetools MCP on Mistral AI Agents MCP Compatible commercetools MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
Mastra AI

Connect commercetools MCP to Mastra AI

Create your Vinkius account to connect commercetools to Mastra AI and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Automated Order Recovery Workflows with the MCP Server

E-commerce workflows break when APIs rate limit you. This MCP Server gives Mastra AI agents direct access to `list_orders` and `get_order` to monitor transaction states. If a payment status check fails, Mastra's workflow engine kicks in. It retries the connection with exponential backoff so your system never misses a valid purchase.

Human-in-the-Loop Customer Updates

Modifying sensitive customer profiles requires guardrails. Your Mastra agents use `list_customers` to find accounts but pause before executing high-risk updates. By configuring `requireToolApproval` in Mastra, your team must manually approve any account adjustments. This protects your database from automated errors while keeping the workflow moving.

Smart Catalog Syncing

Keeping external systems in sync with your store requires precision. Mastra agents run scheduled steps to fetch updates using `list_categories` and `get_product`. The agent evaluates the product changes and branches conditionally. It can update search indexes or notify your marketing team depending on what the catalog data shows.

Setup guide

Set up commercetools MCP in Mastra AI

Prerequisites

  • Node.js 18+ and a TypeScript project
  • @mastra/mcp + @mastra/core packages
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install dependencies

    Run npm install @mastra/mcp @mastra/core plus your preferred model provider (e.g. @ai-sdk/openai).

  2. 2

    Configure the MCPClient

    Create an MCPClient with your Vinkius endpoint as a URL object. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com.

  3. 3

    Discover and inject tools

    Call mcpClient.listTools() and spread the result into your agent's tools object. All commercetools tools become native Mastra tools.

  4. 4

    Run with any model

    Swap openai("gpt-4o") for any AI SDK-compatible provider. Call agent.generate() and the agent routes tool calls through MCP automatically.

agent.ts
import { MCPClient } from "@mastra/mcp";
import { Agent } from "@mastra/core/agent";
import { openai } from "@ai-sdk/openai";

const mcpClient = new MCPClient({
  id: "commercetools-mcp-client",
  servers: {
    "commercetools-mcp": {
      url: new URL(
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
      ),
    },
  },
});

const agent = new Agent({
  name: "commercetools Agent",
  model: openai("gpt-4o"),
  instructions: "You have access to commercetools tools.",
  tools: {
    ...(await mcpClient.listTools()),
  },
});

const result = await agent.generate(
  "List recent commercetools transactions"
);
console.log(result.text);

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by commercetools. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about commercetools MCP in Mastra AI

Instantiate the MCP client pointing to your Vinkius server URL. Call `mcpClient.listTools()` and spread the returned tools directly into your agent's configuration. The Mastra agent can then call tools like `get_product` automatically.
Yes, Mastra's built-in workflow engine handles rate limits natively. If the server returns a rate limit error while running `list_products`, the workflow pauses and retries. This keeps your catalog syncs running without crashing.
Use the MCP tool approval flag on sensitive tools like those affecting orders. When the agent tries to run an order modification, the workflow pauses and alerts an admin. The tool only executes once a human approves the payload.
Yes. The Mastra client automatically detects the transport type exposed by Vinkius. It establishes a stable connection to the server without manual configuration.
Your catalog schemas and customer profiles are never cached or written to disk. Vinkius runs the server in an ephemeral container that processes requests in memory and destroys the session instantly. Your commercial database credentials remain encrypted and hidden from the agent framework.

Start using the commercetools MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 10 tools

We've already built the connector for commercetools. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 10 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.