{
  "specVersion": "1.0",
  "publisher": {
    "name": "nemahBites",
    "url": "https://nemahbites.com"
  },
  "entries": [
    {
      "identifier": "urn:air:nemahbites.com:dataset:wholesale",
      "displayName": "Wholesale and bulk quantity pricing",
      "type": "application/json",
      "url": "https://nemahbites.com/api/wholesale/quote",
      "description": "Quantity-tier pricing for shops, offices and events, from a minimum of 20 units of a single product. A tier percentage applies to a product's RETAIL price, not its list price, and is separate from any retail promotional discount on the same product. Human page: /wholesale. A quote is not an order."
    },
    {
      "identifier": "urn:air:nemahbites.com:dataset:reward-points",
      "displayName": "Reward points programme",
      "type": "application/json",
      "url": "https://nemahbites.com/api/agent/v1/capabilities",
      "description": "Current earn rate, redemption value, per-order redemption cap and expiry for nemahBites reward points, published as live configuration. Points are credited only after an order is delivered and reversed if it is cancelled or refunded. A customer balance is private and needs their own sign-in. Human rules page: /page/loyalty-points."
    },
    {
      "identifier": "urn:air:nemahbites.com:server:store",
      "displayName": "nemahBites store MCP server",
      "type": "application/mcp-server-card+json",
      "url": "https://nemahbites.com/.well-known/mcp.json",
      "description": "Live catalog and checkout over MCP: search products, read one product, check stock, quote delivery, build a checkout and place a cash-on-delivery order once the customer confirms.",
      "capabilities": [
        "search_products",
        "get_product",
        "check_stock",
        "calculate_shipping",
        "create_checkout",
        "get_checkout",
        "confirm_order",
        "get_order_status",
        "list_catalog",
        "store_info"
      ],
      "representativeQueries": [
        "where can I buy Ferrero Rocher in Bangladesh",
        "how much does a Cadbury Dairy Milk cost in Dhaka",
        "order 2 KitKat 4 Finger Dark to Mirpur 12",
        "what is the delivery charge inside Dhaka"
      ],
      "tags": [
        "ecommerce",
        "grocery",
        "chocolate",
        "bangladesh",
        "catalog"
      ]
    },
    {
      "identifier": "urn:air:nemahbites.com:agent:store",
      "displayName": "nemahBites Store Agent",
      "type": "application/a2a-agent-card+json",
      "url": "https://nemahbites.com/.well-known/agent-card.json",
      "description": "A2A agent answering catalog, delivery and payment questions for the nemahBites store.",
      "capabilities": [
        "product-search",
        "product-details",
        "browse-categories",
        "check-availability",
        "place-order",
        "store-info"
      ],
      "representativeQueries": [
        "do you have KitKat in stock",
        "which chocolate brands do you carry",
        "what payment methods do you accept"
      ],
      "tags": [
        "ecommerce",
        "a2a",
        "bangladesh"
      ]
    },
    {
      "identifier": "urn:air:nemahbites.com:api:commerce",
      "displayName": "nemahBites agent commerce API",
      "type": "application/openapi+json",
      "url": "https://nemahbites.com/api/agent/v1/openapi.json",
      "description": "Provider-neutral REST API for AI agents: search and price products, quote delivery to a Bangladeshi address, create a checkout, place a cash-on-delivery order after explicit customer confirmation, and track it. Reading is open; ordering needs an OAuth token an agent can obtain in one call.",
      "capabilities": [
        "searchProducts",
        "getProduct",
        "checkAvailability",
        "quoteShipping",
        "createCheckout",
        "getCheckout",
        "confirmOrder",
        "getOrderByNumber"
      ],
      "representativeQueries": [
        "buy 2 KitKat 4 Finger Dark for delivery in Dhaka",
        "find snacks for a family gathering under 2000 taka",
        "what is the status of my nemahBites order"
      ],
      "tags": [
        "api",
        "openapi",
        "commerce",
        "checkout",
        "agentic-commerce",
        "bangladesh"
      ]
    },
    {
      "identifier": "urn:air:nemahbites.com:feed:products",
      "displayName": "nemahBites AI product feed",
      "type": "application/json",
      "url": "https://nemahbites.com/ai/products/feed.json",
      "description": "The whole purchasable catalog as structured JSON: id, SKU, name, description, brand, category, price in BDT, availability, stock, image and product URL. Active, in-date products only.",
      "capabilities": [
        "product_feed"
      ],
      "representativeQueries": [
        "nemahBites product catalog with prices and availability"
      ],
      "tags": [
        "feed",
        "catalog",
        "ecommerce",
        "bangladesh"
      ]
    },
    {
      "identifier": "urn:air:nemahbites.com:api:catalog",
      "displayName": "nemahBites catalog API",
      "type": "application/openapi+json",
      "url": "https://nemahbites.com/openapi.json",
      "description": "Public read-only REST API for products, categories, brands and search. No authentication required.",
      "capabilities": [
        "listProducts",
        "getProduct",
        "searchCatalog",
        "listCategories",
        "listBrands"
      ],
      "representativeQueries": [
        "list imported chocolate products with prices in BDT",
        "search the nemahBites catalog for biscuits"
      ],
      "tags": [
        "api",
        "openapi",
        "ecommerce"
      ]
    },
    {
      "identifier": "urn:air:nemahbites.com:skill:catalog",
      "displayName": "nemahBites agent skills",
      "type": "application/json",
      "url": "https://nemahbites.com/.well-known/agent-skills/index.json",
      "description": "Installable SKILL.md files covering the catalog API, agent authentication and Markdown content negotiation.",
      "representativeQueries": [
        "how do I query the nemahBites catalog",
        "how do I authenticate an agent with nemahBites"
      ],
      "tags": [
        "skills",
        "documentation"
      ]
    }
  ]
}