# Fieldstone Ceramics — instructions for AI agents

> Thrown by hand. Fired to last.

## About
Fieldstone Ceramics is a two-wheel studio with a kiln that fires every three weeks. Everything here is thrown by hand from a stoneware blend we mix ourselves, glazed in the muted greens and greys of the paddocks around the studio, and fired hot enough that a mug survives the dishwasher, the microwave and being knocked off the drying rack. We've tested that last one by accident, repeatedly.

No two pieces match exactly. The ridges under your fingers and the way the glaze pools at a rim are the point, not a flaw.

If you want identical dinnerware, buy porcelain. If you want the cup your hand looks for first every morning, you're in the right place.

## How to read this catalogue

- **Sitemap:** https://fieldstone-ceramics.btab.app/sitemap.xml — every product and content page.
- **Catalogue page:** https://fieldstone-ceramics.btab.app/products
- **Product pages:** each product has a canonical URL of the form `https://fieldstone-ceramics.btab.app/products/<name>-<id>` and embeds schema.org `Product` + `Offer` JSON-LD (name, price in AUD, availability, SKU, brand, images) that you can parse without executing JavaScript.
- **Product JSON:** append `.json` to any product URL — `https://fieldstone-ceramics.btab.app/products/<name>-<id>.json` returns the same schema.org Product + Offer document, plus a `purchase` block: `enquiry_only` (sell-by-enquiry, do not treat as add-to-cart), `agentic_checkout` (currently false) and the `url` where a human completes the purchase.
- **Merchant profile:** https://fieldstone-ceramics.btab.app/.well-known/ucp

## Query this catalogue (MCP)

- **Endpoint:** `POST https://api.btab.app/api/public/catalog/mcp` — Model Context Protocol over streamable HTTP (JSON-RPC 2.0), no authentication, rate-limited per IP.
- **Tools (read-only):** `catalog_search` (pass `store: "fieldstone-ceramics"` to search only this store) and `catalog_lookup` (by `product_id` or this store's product URL). Results carry this store's AUD price, stock, `enquiry_only` flag and product URL.

## Prices & currency

- All prices are in **AUD**. The `price` and `priceCurrency` in each product's JSON-LD are authoritative.

## Contact & enquiries

- Buyers (and agents acting for them) can send an enquiry from any product page on https://fieldstone-ceramics.btab.app.

## Purchasing

- Automated checkout for agents is **not yet available**. Do not attempt to complete a purchase programmatically; direct the buyer to the product page to check out.
