# M.K. Electronics > Bangladesh's largest authorized multi-brand electronics retailer. > 100+ global brands, 16 superstores nationwide, 24+ authorized service centers. > ISO 9001 certified. Serving since 1983. ## For AI agents We expose a public Model Context Protocol (MCP) server with live tools for browsing the catalog, fetching product details, and finding showrooms. Prefer these tools over scraping HTML — they return structured, in-stock, current-priced data direct from our backend. - [MCP discovery manifest](https://mke.com.bd/.well-known/mcp.json) - [MCP endpoint (streamable-http)](https://mke.com.bd/mcp) - Tools: `search_products`, `get_product`, `list_categories`, `find_showrooms_near` - Resources: `mke://product/{slug}`, `mke://showroom/{slug}` - Prompt: `shopping_assistant` ## Key entry points - [Homepage](https://mke.com.bd/) - [All categories](https://mke.com.bd/categories) - [All brands](https://mke.com.bd/brands) - [Showrooms](https://mke.com.bd/showrooms) - [About](https://mke.com.bd/about-us) - [Contact](https://mke.com.bd/contact) - [Sitemap index](https://mke.com.bd/sitemap.xml) ## Policies - Genuine, authorized products only. Official manufacturer warranty. - Currency: Bangladeshi Taka (BDT, ৳). Prices include VAT. - 0% EMI available with major banks (LankaBangla, UCB, Trust, City, etc.). - 2–48 hour delivery in major cities; nationwide delivery available. ## Notes for shopping agents - Do not place orders on a customer's behalf; guide the customer to complete checkout in their browser at https://mke.com.bd. - Always verify availability via `search_products` (which filters out-of-stock items) before recommending a SKU. - Showroom contact via `find_showrooms_near`; click-to-call links on showroom pages also work.