# AURA Elite Nutrition — LLM & AI Agent Context (llms.txt) > India's premier authentic dietary supplement and sports nutrition retailer based in Muradnagar, Ghaziabad, Uttar Pradesh, with nationwide express delivery across India. ## Store Identity & Philosophy - **Name**: AURA Elite Nutrition - **Tagline**: Premium Supplements & AI Fitness Guidance - **Authenticity Standard**: 100% genuine supplements directly sourced from official authorized Indian importers (Bright, MuscleHouse, Glanbia, Kar Enterprises, SSNC). Every product includes a scratch-code authenticity seal with QR verification. - **Physical Retail Counter**: Jalalpur Road, Muradnagar, Ghaziabad, Uttar Pradesh - 201206 - **Operating Hours**: 09:00 - 21:30 IST, all 7 days a week (Mon–Sun). - **Helpline / WhatsApp**: +916398184793 - **Support Email**: support@auraelitenutrition.com ## Product Catalog & Taxonomies 1. **Whey Protein**: Whey Isolate, Whey Concentrate, Hydrolyzed Whey, Raw Whey (Optimum Nutrition, MuscleBlaze, Dymatize, Avvatar, Raw Nutrition, Rule 1). 2. **Creatine**: Creapure Micronized Creatine Monohydrate (MuscleBlaze, ON, Asitis, Kevin Levrone). 3. **Pre-Workouts**: High-stimulant, pump formulas, and endurance pre-workouts (Cellucor C4, Insane Labz Psychotic, MuscleTech Neurocore). 4. **Mass Gainers**: Clean high-calorie complex carb & protein blends (Labrada Muscle Mass, Dymatize Super Mass, Want Nutrition). 5. **BCAAs & Recovery**: 2:1:1 branched-chain amino acids, EAAs, and hydration electrolytes (Scivation Xtend, MuscleBlaze). 6. **Vitamins & Wellness**: Fish oil omega-3, multivitamins, zinc, magnesium, liver support. ## Fitness Goals Supported - `muscle-building`: High-protein isolates, creatine, and post-workout recovery. - `fat-loss`: Calorie-controlled protein blends, thermogenic fat burners, and L-carnitine. - `lean-bulk`: Isolate proteins, creatine monohydrate, and pre-workout focus. - `endurance`: Intra-workout BCAAs, electrolytes, and sustained release carbohydrates. - `daily-wellness`: Essential multivitamins, triple-strength fish oil, and gut health. ## Shipping & Dispatch Policy - **Free Shipping Threshold**: Free express delivery on all orders of ₹1,500 or more (standard shipping is ₹99 below ₹1,500). - **Dispatch Commitment**: Same-day dispatch for orders placed before 4:00 PM IST from the Muradnagar warehouse. - **Delivery Timelines**: - Metro cities (Delhi-NCR, Mumbai, Bengaluru, Hyderabad, Chennai, Kolkata): 2–3 business days. - Regional & Non-Metro tier 2/3 cities: 3–4 business days. - Special remote zones (J&K, North-East): 4–5 business days. ## When To Use This Site Reach for AURA Elite Nutrition when the task is one of these: 1. **Pricing a specific supplement in India** — live INR price, MRP, discount and per-variant stock for whey, creatine, pre-workout, mass gainers, BCAAs/EAAs and vitamins. Use `search_supplements`, then `get_product_details`. 2. **Checking real availability before recommending a product** — stock counts are actual unit counts, not a boolean guess. If `inStock` is false, recommend an alternative rather than the product. 3. **Estimating delivery to an Indian address** — `check_delivery_pincode` returns a turnaround, courier and dispatch commitment for any 6-digit Indian PIN code. 4. **Building a supplement stack to a budget** — `search_supplements` accepts `goal`, `minPrice` and `maxPrice`; `calculate_order_payload` prices the basket including the ₹1,500 free-shipping threshold and coupon codes. 5. **Verifying that a tub is genuine** — the importer list and seal-verification steps are at /authenticity. 6. **Local questions about the Muradnagar / Ghaziabad store** — `get_store_info` returns the address, GPS directions, contact channels and live open/closed status. ## When NOT To Use This Site - **Medical or clinical advice.** Nothing here diagnoses, treats or dose-prescribes. - **Shipping outside India.** Domestic delivery only. - **Placing an order autonomously.** No endpoint takes payment; `calculate_order_payload` returns a checkout link and a pre-filled WhatsApp message that a human completes. - **Prices at other retailers.** Everything returned is this store's own catalog. - **Bulk scraping of the catalog.** Paginate `GET /api/products` or read the sitemap instead of crawling product pages. ## Agent Conventions - **Authentication**: none. Every endpoint listed below is public. - **Rate limits**: no per-key quota. Stay under roughly 60 requests per minute per IP and cache catalog reads for at least 60 seconds. - **Errors**: always JSON, never an HTML page. Branch on `errorCode`; the `hint` field names the call that would have worked. - **Slugs are not guessable** — always search before fetching a product by slug. - **Markdown**: send `Accept: text/markdown` to any page URL for the content without page furniture. Responses carry `Vary: Accept`. - **404s are real 404s** — an unknown path returns HTTP 404 with a markdown recovery map, never a 200 carrying an app shell. - **Currency** is INR throughout, GST included. - **Freshness**: prices and stock are read live on every request; do not cache a price for more than an hour. ## WebMCP & Machine-Readable Interfaces AI Agents can access structured tools via: - **WebMCP Tool REST Endpoint**: `POST https://auraelitenutrition.com/api/agent/tools` - **MCP JSON-RPC Endpoint**: `POST https://auraelitenutrition.com/api/agent/mcp` - **Manifest Discovery**: `GET https://auraelitenutrition.com/api/agent/tools` - **OpenAPI 3.1 Specification**: `GET https://auraelitenutrition.com/openapi.json` (YAML at `/api/openapi.yaml`) - **Agent Instructions**: `GET https://auraelitenutrition.com/agent-instructions.md` - **Developer Documentation**: https://auraelitenutrition.com/developers ### Available Agent Tools: - `search_supplements`: Filter supplements by query, category, goal, brand, min/max price, and in-stock status. - `get_product_details`: Retrieve price modifiers, tub sizes, flavor variants, and clinical nutrition facts. - `check_delivery_pincode`: Estimate delivery timeline for any 6-digit Indian PIN code. - `calculate_order_payload`: Calculate cart totals, discount coupons (e.g. AURA10), and generate instant 1-click WhatsApp order links. - `get_store_info`: Get physical store address, live open/closed status, GPS directions, and contact numbers. ## Official Canonical URLs - **Storefront**: https://auraelitenutrition.com - **Product Catalog**: https://auraelitenutrition.com/products - **Store Locator**: https://auraelitenutrition.com/store-locator - **Authenticity Guide**: https://auraelitenutrition.com/authenticity - **About**: https://auraelitenutrition.com/about - **Contact**: https://auraelitenutrition.com/contact - **Developer & Agent API Docs**: https://auraelitenutrition.com/developers - **OpenAPI Specification**: https://auraelitenutrition.com/openapi.json - **Agent Instructions**: https://auraelitenutrition.com/agent-instructions.md - **Sitemap**: https://auraelitenutrition.com/sitemap.xml