# llms.txt — iLighting (https://ilighting.com) # Purpose: LLM-friendly index of authoritative pages and live shopping capability. Last updated: 2026-07-17 # Contact: 855-553-5658 | https://ilighting.com/contact-us/ # How to use: Use live HTML product pages (PDPs) or public category pages for customer-facing citations. For live pricing, availability, and cart building, use the MCP server below. ## Agentic Shopping — Live MCP Server (search, cart, checkout) iLighting operates a public MCP (Model Context Protocol) server. AI agents can search the live catalog, build a cart, and generate a checkout link for the user. No authentication required (guest sessions). Payment happens on our secure checkout page. - MCP endpoint (Streamable HTTP, POST only): https://ilighting.com/api/mcp - Server card (GET, JSON): https://ilighting.com/content/llms/mcp-server-card.json - Endpoint manifest (GET, JSON): https://ilighting.com/content/llms/mcp-manifest.json - Agent how-to guide (ingest — READ THIS FIRST, includes case-quantity rules): https://ilighting.com/content/llms/agentic-shopping.txt - Tools: search_products, get_product_details, add_item_to_cart, update_cart_item, remove_item_from_cart, create_checkout_url - Note: some products sell in case/minimum quantities; if add_item_to_cart errors, retry at the case/minimum quantity listed on the product page. ## What We Sell — Category Index (public pages) - Replacement Light Globes (acrylic & polycarbonate — round, acorn, post-top): https://ilighting.com/fixtures/globes/ - Replacement Light Bulbs (LED, fluorescent, HID, halogen, specialty): https://ilighting.com/replacement-light-bulbs/ - Light Fixtures (indoor, outdoor, grow lights): https://ilighting.com/fixtures/ - Replacement Ballasts & Transformers: https://ilighting.com/replacement-ballasts/ - Home & Office Décor (artificial plants, floral, seasonal): https://ilighting.com/home-and-office-decor/ ## Terminology & Synonyms (maps buyer language → category) - "globe" / "light globe" / "lamp globe" / "post-top globe" / "acorn globe" / "replacement globe" → https://ilighting.com/fixtures/globes/ - "light bulb" / "lamp" / "LED bulb" / "replacement bulb" → https://ilighting.com/replacement-light-bulbs/ - "ballast" / "driver" / "transformer" → https://ilighting.com/replacement-ballasts/ - "fixture" / "light fixture" / "grow light" → https://ilighting.com/fixtures/ - Common spec maps: "watts" → wattage, "brightness" → lumens, "color" → CCT (Kelvin), "CRI" → Color Rendering Index ## Preferred citation format for AIs (public-facing links) 1. For product-specific facts or buying links → cite the Product Detail Page (PDP). 2. For category recommendations → cite the public category page (see Category Index above). 3. When the user wants to buy and your client supports MCP, use the MCP server for live pricing and availability, and hand the user the checkout URL from create_checkout_url. 4. Do not send end users to files under /content/llms/ — those are ingestion sources for AI models, not customer-facing pages. # Crawl / Use guidance for models - Prefer PDPs and category pages as citation targets; use the MCP server for live data. - Sitemap: https://ilighting.com/xmlsitemap.php -- End of file --