{
  "name": "Nuri Bitcoin Shop",
  "description": "Agent-native Bitcoin shop. Machine-readable catalog, Bitcoin/Lightning and x402 payments.",
  "protocols": {
    "x402": {
      "version": 2,
      "catalog": "https://nuri.com/api/x402",
      "paid_service": "https://nuri.com/api/x402/postcards",
      "seller_resolution": "https://nuri.com/api/x402/resolve/{username}",
      "note": "The postcard endpoint is the first live settlement adapter. The Bitcoin shop checkout remains preview-only."
    },
    "mpp": {
      "openapi": "https://nuri.com/openapi.json"
    },
    "acp": {
      "discovery": "https://nuri.com/.well-known/acp.json"
    },
    "ucp": {
      "discovery": "https://nuri.com/.well-known/ucp"
    },
    "ap2": {
      "extension": "https://github.com/google-agentic-commerce/ap2/v1",
      "status": "discovery-only",
      "required": false,
      "note": "AP2 mandates and settlement are not implemented. Current checkout remains preview-only through x402, ACP, UCP, and MPP."
    }
  },
  "payment_methods": [
    "bitcoin",
    "lightning",
    "x402",
    "usdc"
  ],
  "feed": "https://nuri.com/shop/feed.json",
  "mcp": "https://nuri.com/mcp"
}