Outdoor gear · demonstration catalog
Gear a shopping agent can actually buy.
Nord Trail sells three things — a boot, a shell and a pair of socks — and publishes every fact about them the way AI shopping agents expect: structured product data on every page, a capability manifest, a live MCP endpoint and a crawl policy that says yes. Small catalog, complete data.
The catalog
Signposted for agents
Like blazes on a mountain trail, every machine path on this domain is marked, public and current. An agent that follows them can discover the catalog, verify any price and open a live line to stock — the six things the Expanding Web readiness scanner checks, all passing here.
- /.well-known/ucpThe capability manifest: what this store is, who runs it, which commerce operations an agent may call.
- POST /mcpA live MCP endpoint — JSON-RPC with three tools:
list_products,get_product,check_stock. Same catalog as these pages. - /robots.txtAn explicit welcome for GPTBot, ClaudeBot, PerplexityBot, OAI-SearchBot and Google-Extended.
- /llms.txtThe plain-text summary an agent reads first: what we sell, where the canonical data lives.
- /sitemap.xmlEvery product URL, so nothing has to be guessed from navigation.
- Product JSON-LDEach product page carries a complete schema.org record — identifiers, price, stock, shipping, returns — the data that decides whether an agent can sell a product or only mention it.
Want your Magento store to answer an agent this way? Start with the free scan at expandingweb.com — it will happily scan this domain too.