Skip to content

Ecommerce Command Center for Grok

io.github.atul0016/ecommerce-command-center

Daily ecommerce revenue, inventory, listing, shipping, and restock operations intelligence.

client:Grok transport:stdio runtime:pypi

Install Ecommerce Command Center 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": {
    "ecommerce-command-center": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "ecommerce-command-center-mcp"
      ],
      "env": {
        "EARNALL_MCP_LICENSE_KEY": "<EARNALL_MCP_LICENSE_KEY>",
        "EARNALL_MCP_ACTIVATION_ID": "<EARNALL_MCP_ACTIVATION_ID>",
        "EARNALL_MCP_LICENSE_API": "<EARNALL_MCP_LICENSE_API>"
      }
    }
  }
}

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

Ecommerce Command Center in other clients