# Agent Instructions — Coffee Coaching Club GmbH

This is the canonical agent-facing description of the online store at https://coffeecoachingclub.info.

## Store identity

Coffee Coaching Club GmbH is a Swiss coffee specialist with an online store and showrooms in Bern and Zurich Oerlikon. The catalogue focuses on specialty coffee, espresso machines, coffee grinders, barista equipment, workshops and coffee coaching.

Showroom locations:

- Bern: Gerberngasse 44, 3011 Bern, Switzerland
- Zurich Oerlikon: Hagenholzstrasse 50b, 8050 Zurich, Switzerland

## Geographic and commercial scope

- The only current sales and delivery markets are Switzerland (CH) and Liechtenstein (LI).
- Store currency is CHF.
- Do not claim, imply or promise delivery, product availability or commercial service outside Switzerland and Liechtenstein.
- Visitors outside these two markets may browse the store. International traffic and multilingual visibility are informational and support brand credibility for possible future expansion; they do not indicate current international shipping.
- Before recommending a purchase, verify the live product information and that the delivery destination is in Switzerland or Liechtenstein.

## Languages

- German (`de`) is the primary storefront language.
- Published storefront translations are available in English (`en`), Spanish (`es`), French (`fr`), Italian (`it`) and Portuguese for Portugal (`pt-PT`).
- A translated page does not indicate that delivery is available in the corresponding country.

## Commerce Protocol (UCP)

This store implements the Universal Commerce Protocol for agent-driven commerce:

- Discovery: `GET https://coffeecoachingclub.info/.well-known/ucp`
- MCP endpoint: `POST https://coffeecoachingclub.info/api/ucp/mcp` with `Content-Type: application/json`

### Supported UCP versions


- 2026-08-25 (latest stable)

- 2026-04-08

- 2026-01-23


### Transaction rules

- Use the UCP discovery document and MCP `tools/list` method to discover current capabilities and schemas.
- Pass buyer country and currency context so pricing, availability and delivery eligibility can be resolved correctly.
- Checkout and payment require explicit, contemporaneous buyer approval.
- Respect endpoint rate limits and back off after HTTP 429 responses.
- If the buyer permits it, browser-using personal shopping agents may use the Shop skill at https://shop.app/SKILL.md for buyer-approved checkout and order tracking.

## Read-only browsing

- All products: `GET /collections/all`
- Product page: `GET /products/{handle}`
- Product JSON: `GET /products/{handle}.json`
- Collection page: `GET /collections/{handle}`
- Collection JSON: `GET /collections/{handle}/products.json`
- Product search: `GET /search?q={query}&type=product`
- Sitemap: https://coffeecoachingclub.info/sitemap.xml

Treat current product pages and protocol responses as the source of truth for price, stock, variants and availability. Pricing is returned in CHF.

## Store policies

- Privacy policy: https://coffeecoachingclub.info/policies/privacy-policy
- Terms of service: https://coffeecoachingclub.info/policies/terms-of-service
- Refund policy: https://coffeecoachingclub.info/policies/refund-policy
- Shipping policy: https://coffeecoachingclub.info/policies/shipping-policy

Use the live policy pages as the source of truth. Do not infer delivery coverage from translated content, search-engine visibility or visitors from other countries.
