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
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
4. Add your endpoint to a chat client
ShopMCP exposes one Streamable HTTP endpoint per workspace. The base URL is the same for everyone:
endpointhttps://mcp.shop-mcp.app/mcp
Authenticate by passing your API key as a Authorization: Bearer … header. Pick your client below for the exact config:
- Claude Desktop — paste a JSON block into
claude_desktop_config.json - Claude Code — one CLI command
- Cursor — settings → MCP servers
- ChatGPT — connectors panel (Plus / Pro)
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
- Connect more modules in Settings → Integrations
- Install the curated playbook library at /playbooks
- Invite teammates from Settings → Team
- Pick a paid plan in Settings → Billing when you outgrow the free tier