Shopigent
AI agents that operate your Shopify store — safely.
Shopigent turns a Shopify store into a tool-calling surface for any MCP-compatible AI agent (Claude, Cursor, Hermes, or custom stacks). Instead of handing an agent a raw Admin API key, merchants get 51 curated, production-ready tools across Products, Orders, Customers, Discounts, Content, Themes, Inventory, and Fulfillments.
The safety model
- Granular scope control — merchants toggle exactly which data categories each agent can touch.
- Confirmation gate — every destructive action (create, edit, delete, refund) pauses for explicit human approval in the dashboard.
- Full audit log — every agent action recorded with input, result, and latency.
- Dry-run previews — agents can preview the exact API call before executing.
What I built
The entire product: the embedded Shopify app (dashboard, curated tools management, billing, audit log), the MCP server that speaks Model Context Protocol over streamable HTTP, the PostgreSQL data layer, plan-based gating (Free / Growth / Pro / Agency), and the public docs site — all deployed on Railway.
The thesis: agents don't fail like humans — they fail confidently, at machine speed. So structure the access to make mistakes cheap: validated inputs, human gates on destructive actions, receipts for everything.