Catalog
io.github.atul0016/ecommerce-command-center
OfficialEcommerce Command Center
Daily ecommerce revenue, inventory, listing, shipping, and restock operations intelligence.
Centralizes daily ecommerce metrics for revenue, inventory, listings, and shipping.
README not available yet.
Install
Configuration
Environment variables
EARNALL_MCP_LICENSE_KEYrequiredsecretLicense key from AtulHritik-Mcp-Ecommerce-Command-Center purchase page.
EARNALL_MCP_ACTIVATION_IDOptional stable private install ID for this user/device.
EARNALL_MCP_LICENSE_APIdefault https://mcp-payment-site.vercel.app/api/licenses/validateLicense validation endpoint.
claude_desktop_config.json
{
"mcpServers": {
"ecommerce-command-center": {
"command": "uvx",
"args": [
"ecommerce-command-center-mcp"
],
"env": {
"EARNALL_MCP_LICENSE_KEY": "<YOUR_EARNALL_MCP_LICENSE_KEY>",
"EARNALL_MCP_ACTIVATION_ID": "<YOUR_EARNALL_MCP_ACTIVATION_ID>",
"EARNALL_MCP_LICENSE_API": "https://mcp-payment-site.vercel.app/api/licenses/validate"
}
}
}
}