# Thinking...

> A small storefront selling three limited-run caps, priced and stocked live from Shopify. Server-rendered, no JavaScript required to read product info.

## Products

- Korg — AUD $67.00, 25/25 in stock (https://thinkingcap.shop/#korg)
- Daluce — AUD $67.00, 25/25 in stock (https://thinkingcap.shop/#daluce)
- Imigen — AUD $67.00, 25/25 in stock (https://thinkingcap.shop/#imigen)

## For agents

- MCP: `https://thinkingcap.shop/mcp` (Streamable HTTP, no auth) — `list_products`, `get_product`, `build_checkout_link` tools. Add as a custom connector in Claude.ai or ChatGPT developer mode.
- [Product feed](https://thinkingcap.shop/products.json) — machine-readable catalog: price, stock, SKU, and a direct buy link per product.
- [Purchase instructions](https://thinkingcap.shop/agents.md) — how to complete a purchase on a user's behalf.

## Notes

- Checkout is handled by Shopify (Shop Pay). The underlying store is https://yhygpm-rq.myshopify.com.
- A human must supply payment at checkout — there is no unattended/API-only payment path.
