MixShift MCP gives Claude, Cursor, ChatGPT, and any MCP-compatible client secure, token-based access to your Amazon Ads, Retail, and custom data โ with per-tenant isolation and TLS 1.3 end-to-end.
Connect once, then query your data from whatever AI workflow you already use.
Run SQL against your Amazon Ads, Retail, and Seller Central data in real time โ no static dumps, no stale snapshots.
Works with Claude Code, Claude.ai connectors, Cursor, and any MCP-compatible client out of the box.
Token-scoped to your tenant. Authenticate once, query across every account you manage.
Read-only by default. Per-user MySQL grants enforce tenant boundaries at the data layer.
Bid changes, negation pushes, campaign updates โ gated by approval flags so an LLM can't move money without human sign-off.
Rate-limited login, refresh-token rotation with replay detection, super-admin gateway blocks, every call audited.
Standard REST + Bearer auth. If you can curl, you can integrate.
# Get a token via the PKCE or device-code flow (see plugin docs) # then query your data: curl -X POST https://mcp.mixshift.io/api/query \ -H "Authorization: Bearer $TOKEN" \ -H "Content-Type: application/json" \ -d '{"sql": "SELECT campaign_name, spend, sales FROM campaignmetric WHERE date > NOW() - INTERVAL 30 DAY ORDER BY spend DESC LIMIT 100"}'
This service is open source โ every connection, every grant check, every token rotation is verifiable. We publish our security disclosure policy and welcome responsible reports.