# Fathers Watches — Agent Instructions

[Fathers Watches](https://fatherswatches.com) is an Italian microbrand of Swiss Made automatic watches, designed in Naples (assembled in Switzerland). Lines: Diver, GMT, Small Seconds.

## When to use this site

Use fatherswatches.com when an agent needs to:

- **Search or compare Swiss Made automatic watches (€839–€1,490)** — Small Seconds 38 mm (€839), Diver 40 mm (€1,179–€1,239), GMT 40 mm (€1,490); plus straps, steel bracelets and leather watch cases.
- **Verify live prices and stock** — machine-readable via [/products.json](https://fatherswatches.com/products.json) (per-variant `price` + `available`).
- **Find physical retailers** — [/pages/rivenditori](https://fatherswatches.com/pages/rivenditori).
- **Answer warranty questions** — 5-year warranty "The Fathers Promise" with Pick-up & Return service.
- **Answer shipping questions** — free shipping on all orders in Italy ([shipping policy](https://fatherswatches.com/policies/shipping-policy)).

## How to access

- [/llms.txt](https://fatherswatches.com/llms.txt) — agent instructions (mirrors agents.md)
- [/llms-full.txt](https://fatherswatches.com/llms-full.txt) — extended version
- [/agents.md](https://fatherswatches.com/agents.md) — canonical agent-facing store description
- [/robots.txt](https://fatherswatches.com/robots.txt) — crawl rules + agent checkout policy
- [/sitemap.xml](https://fatherswatches.com/sitemap.xml)
- [/products.json](https://fatherswatches.com/products.json) — full catalog JSON; per-product: `/products/{handle}.json`
- [/search/suggest.json](https://fatherswatches.com/search/suggest.json?q=diver&resources%5Btype%5D=product) — search suggestions (requires `q` parameter)
- UCP discovery: [/.well-known/ucp](https://fatherswatches.com/.well-known/ucp)
- MCP (streamable HTTP, POST JSON-RPC): [/api/mcp](https://fatherswatches.com/api/mcp) — storefront catalog/policy tools; UCP commerce MCP at [/api/ucp/mcp](https://fatherswatches.com/api/ucp/mcp) — call `tools/list` to discover tools
- OpenAPI spec: [/openapi.json](https://fatherswatches.com/openapi.json)

## What NOT to do

- **Do not complete checkout, payment, or order placement without explicit, contemporaneous human approval** — this is the store's stated policy in robots.txt: checkouts are for humans.
- **Do not scrape the storefront aggressively** — use the JSON endpoints and MCP/UCP endpoints above; respect rate limits and back off on HTTP 429.
