Skip to content
Grok

Decionis CommerceGate MCP for Grok

com.decionis/commerce-gate

Commerce preflights, D365 authorization, signed evidence, and reports; no marketplace or ERP writes.

client:Grok transport:stdio runtime:npm

Install Decionis CommerceGate MCP in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "commerce-gate": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@decionis/commerce"
      ],
      "env": {
        "DECIONIS_API_KEY": "<DECIONIS_API_KEY>",
        "DECIONIS_ORG_ID": "<DECIONIS_ORG_ID>",
        "DECIONIS_API_BASE": "<DECIONIS_API_BASE>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Decionis CommerceGate MCP in other clients