{
  "ucp": {
    "version": "2026-04-08",
    "services": {
      "dev.ucp.shopping": [
        {
          "version": "2026-04-08",
          "transport": "mcp",
          "endpoint": "https://pottery-store.com/mcp",
          "spec": "https://ucp.dev/2026-04-08/specification/catalog/mcp/",
          "schema": "https://ucp.dev/2026-04-08/services/shopping/mcp.openrpc.json"
        }
      ]
    },
    "capabilities": {
      "dev.ucp.shopping.catalog.search": [
        {
          "version": "2026-04-08",
          "spec": "https://ucp.dev/2026-04-08/specification/catalog/",
          "schema": "https://ucp.dev/2026-04-08/schemas/shopping/catalog_search.json"
        }
      ],
      "dev.ucp.shopping.catalog.lookup": [
        {
          "version": "2026-04-08",
          "spec": "https://ucp.dev/2026-04-08/specification/catalog/",
          "schema": "https://ucp.dev/2026-04-08/schemas/shopping/catalog_lookup.json"
        }
      ]
    },
    "payment_handlers": {}
  },
  "x-pottery-store": {
    "name": "Pottery Store — Ceramika Bolesławiecka",
    "description": "Polish hand-painted Bolesławiec stoneware: bowls, mugs, teapots, plates and jugs. The catalogue is real and readable over MCP; prices are in PLN. Orders are placed by people at the store's own checkout.",
    "merchant": {
      "name": "Pottery Store",
      "url": "https://pottery-store.com/",
      "contact": "info@expandingweb.com",
      "addressCountry": "PL"
    },
    "locale": "pl-PL",
    "currency": "PLN",
    "transactional": true,
    "ordering": {
      "human_checkout": "https://pottery-store.com/checkout",
      "payment": "card (Stripe) on every market; Przelewy24 on the Polish market when its production API is enabled",
      "ships_to": [
        "PL",
        "DE",
        "FR",
        "IT",
        "ES",
        "NL",
        "BE",
        "IE",
        "SE"
      ],
      "agentic_checkout": "not offered: payment_handlers is empty and no cart, checkout or order capability is declared on purpose — an agent can read and compare, a person buys"
    },
    "other_read_paths": {
      "graphql": "https://pottery-store.com/graphql",
      "jsonld": "Product/Offer JSON-LD is server-rendered on every product page",
      "notes": "brand, gtin, mpn and ratings are absent because the catalogue does not record them"
    },
    "links": {
      "llms": "https://pottery-store.com/llms.txt",
      "sitemap": "https://pottery-store.com/sitemap.xml"
    }
  }
}
