Get started

Quickstart

Five steps from a fresh signup to running your first tool call. Plan on five minutes total.

1. Create a workspace

Sign up at shop-mcp.app/sign-up with email or Google. We create a default workspace for you on first sign-in — no separate "create org" step.

2. Connect a module

Open Settings → Integrations and pick the module you want first. Each card explains what credentials it needs:

  • Shopify — install via the Shopify App Store
  • Neto — paste API username + key
  • GA4 — sign in with Google, pick a property
  • Search Console — same Google grant as GA4
You only need one module connected to take the next step. The dashboard surfaces what's available in real time, so you can add more later.

3. Generate an API key

Go to Settings → API keys and click Create key. Name it after the client you'll use it from (e.g. "Claude Desktop on my laptop") so you can revoke it later without breaking other machines.

Copy the key now

The key is shown once. Once you close the dialog we only store a hash. Lost a key? Delete it and create a new one — that's the safe path.

4. Add your endpoint to a chat client

ShopMCP exposes one Streamable HTTP endpoint per workspace. The base URL is the same for everyone:

endpoint
https://mcp.shop-mcp.app/mcp

Authenticate by passing your API key as a Authorization: Bearer … header. Pick your client below for the exact config:

5. Ask your first question

Restart your client so it picks up the new MCP server, then try a query that touches the module you just connected:

  • Shopify: What were yesterday's orders?
  • GA4: How much traffic did we get last week, by channel?
  • GSC: Which queries lost the most clicks last month?

The assistant will discover the right ShopMCP tool from tools/list, call it, and answer in natural language. You can also run a curated cross-MCP workflow: run the morning ecommerce briefing — see playbooks.

Next steps