MCP
Get a Store API Key

Get a Store API Key

Before connecting any MCP client, you need a store API key from the merchant dashboard.

Access Flow

1. Sign up or sign in

Open:

  • https://app.ecommaps.com/{locale}/signup
  • https://app.ecommaps.com/{locale}/login

2. Open the dashboard

After authentication, go to:

https://app.ecommaps.com/{locale}/dashboard

3. Create or open a store

Create a new store if needed, or select the store you want to connect.

4. Open store settings

Inside the store dashboard, go to:

Settings

5. Open API Keys

In store settings, open the API Keys section.

6. Create or copy a key

Create a dedicated key for the MCP client, then copy it securely.

Recommended Key Strategy

  • use one key per MCP client or integration target
  • give each key a descriptive name
  • revoke unused keys
  • rotate keys after accidental exposure
⚠️

The full key may only be shown once at creation time. Store it in a password manager or secret manager immediately.

What the Key Is Used For

Your store API key is used to authenticate MCP requests with:

Authorization: Bearer <STORE_API_KEY>

The key also determines which store the MCP client can access.

Next Step