{
  "name": "Nuri Bitcoin Shop",
  "description": "Agent-native Bitcoin shop. Machine-readable catalog, Bitcoin/Lightning and x402 payments.",
  "protocols": {
    "x402": {
      "checkout": "https://www.nuri.com/shop/checkout",
      "version": 1,
      "note": "GET with ?sku=PRODUCT_SLUG returns an HTTP 402 payment challenge."
    },
    "acp": {
      "feed": "https://www.nuri.com/shop/feed.json"
    },
    "ucp": {
      "feed": "https://www.nuri.com/shop/feed.json"
    }
  },
  "payment_methods": [
    "bitcoin",
    "lightning",
    "x402",
    "usdc"
  ],
  "feed": "https://www.nuri.com/shop/feed.json",
  "mcp": "https://www.nuri.com/mcp"
}