{"schema_version":"mcp-tools/1.0","name":"bloomingdales-coupons","description":"Bloomingdale's coupon codes and shopping guides in Arabic for the Gulf region (UAE, KSA, Kuwait).","homepage":"https://bloomingdalescoupons.xyz","documentation":"https://bloomingdalescoupons.xyz/llms.txt","openapi":"https://bloomingdalescoupons.xyz/api/public/openapi.json","language":"ar","license":"CC-BY-4.0","tools":[{"name":"list_coupons","description":"List every active Bloomingdale's coupon code with title, discount, and description.","input_schema":{"type":"object","properties":{},"additionalProperties":false},"url":"https://bloomingdalescoupons.xyz/api/public/coupons.json","method":"GET"},{"name":"get_coupon","description":"Look up a single coupon by its code and confirm whether it is active.","input_schema":{"type":"object","properties":{"code":{"type":"string","description":"Coupon code to verify"}},"required":["code"],"additionalProperties":false},"url":"https://bloomingdalescoupons.xyz/api/public/coupon/{code}.json","method":"GET"},{"name":"random_coupon","description":"Return one random active coupon — useful for 'coupon of the moment' picks.","input_schema":{"type":"object","properties":{},"additionalProperties":false},"url":"https://bloomingdalescoupons.xyz/api/public/coupons/random.json","method":"GET"},{"name":"search","description":"Full-text search across brands, blog posts, landing pages, and coupons.","input_schema":{"type":"object","properties":{"q":{"type":"string","description":"Search query"},"type":{"type":"string","enum":["all","brand","post","lp","coupon"],"default":"all"},"limit":{"type":"integer","minimum":1,"maximum":50,"default":10}},"required":["q"],"additionalProperties":false},"url":"https://bloomingdalescoupons.xyz/api/public/search.json?q={q}&type={type}&limit={limit}","method":"GET"},{"name":"list_brands","description":"List every supported brand with Arabic name, category, and official store URL.","input_schema":{"type":"object","properties":{},"additionalProperties":false},"url":"https://bloomingdalescoupons.xyz/api/public/brands.json","method":"GET"},{"name":"get_brand","description":"Get a single brand's full profile including FAQs and official URL.","input_schema":{"type":"object","properties":{"slug":{"type":"string"}},"required":["slug"],"additionalProperties":false},"url":"https://bloomingdalescoupons.xyz/api/public/brand/{slug}.json","method":"GET"},{"name":"latest","description":"Aggregated 'what's new' feed — newest posts, landing pages, and coupons.","input_schema":{"type":"object","properties":{"limit":{"type":"integer","minimum":1,"maximum":50,"default":10}},"additionalProperties":false},"url":"https://bloomingdalescoupons.xyz/api/public/latest.json?limit={limit}","method":"GET"}]}