Installation
Getting started with Ecommaps takes minutes. You can manage your store via the Dashboard (for merchants) or the EcoCLI (for developers).
1. Create a Store (SaaS)
If you are a merchant, you don't need to install any servers. Ecommaps is a fully managed cloud platform.
Sign Up
Go to app.ecommaps.com/en/signup (opens in a new tab).
Authenticate
Sign up using your Google Account or Email.
Onboard
Follow the onboarding wizard to name your store (e.g., mystore.ecommaps.com).
2. Install the CLI (For Developers)
For advanced control and AI integration, install the official Ecommaps MCP Client.
Prerequisites: Ensure you have Node.js 18+ installed on your machine.
Global Installation
Run the following command in your terminal:
npm install -g @ecommaps/mcpUsage
The CLI is designed to bridge your local environment with the Ecommaps MCP Server. It does not require a persistent login session. simply pass your API Key directly.
You can generate an API Key from your Dashboard under Settings > API Keys.
# Connect to MCP Server
npx @ecommaps/mcp <YOUR_API_KEY>Example:
npx @ecommaps/mcp sk_eco_5b39265...You should see an output confirming the connection to the EcoBaseAI MCP Server.
Next Steps
Now that you have access, let's configure your store's logistics and AI brains.