Developers & agents
Terminal Commerce docs
Terminal Commerce is an MCP-native sales channel. AI agents call product search, build carts, and request a Shopify checkout handoff over a merchant-scoped endpoint — and a person always confirms before checkout. Payment completes only in Shopify.
Connect an agent →
Wire Claude Code, Codex, Cursor, or any MCP client to a store in one line.
MCP tool reference →
Every shopify_* tool, its inputs, and what it returns.
Safety model →
The trust boundary: no payments, no credentials, confirmation-gated checkout.
Merchant setup →
Install, choose eligible products, and share the endpoint with buyers.
Quick start
Point any MCP-compatible client at a merchant's public shopper endpoint — no credentials for public catalog and cart:
# Claude Code claude mcp add --transport http terminal-commerce https://<app>/public/mcp/<store-domain> # Codex codex mcp add terminal-commerce --url https://<app>/public/mcp/<store-domain>
Restart the client after adding — MCP tools load at startup. If the agent web-searches the store instead of calling
shopify_* tools, it didn't restart.