{"name":"primezone-store-mcp","description":"PrimeZone Full E-Commerce Model Context Protocol (MCP) and WebMCP Server","version":"1.0.0","protocolVersion":"2024-11-05","endpoint":"/api/v1/mcp","capabilities":{"tools":8,"resources":3,"prompts":2},"tools":[{"name":"search_products","description":"Search products in the PrimeZone store by keyword, category slug, or price range. Returns product details, pricing, discount, stock, and images.","inputSchema":{"type":"object","properties":{"query":{"type":"string","description":"Search keyword for product title, description, or tags (e.g., \"centella\", \"moisturizer\", \"sunscreen\")"},"category":{"type":"string","description":"Optional category slug (e.g., \"skin-care\", \"hair-care\", \"face-wash\")"},"min_price":{"type":"number","description":"Minimum product price in BDT"},"max_price":{"type":"number","description":"Maximum product price in BDT"},"limit":{"type":"number","description":"Maximum number of items to return (default: 10, max: 25)"}}}},{"name":"get_product_details","description":"Get full product specifications, ingredients/description, price, compare price, variations, and availability for a specific product by slug or ID.","inputSchema":{"type":"object","properties":{"slug":{"type":"string","description":"Product URL slug or unique product identifier"},"id":{"type":"number","description":"Numeric product ID (if slug is not known)"}}}},{"name":"track_order","description":"Track live status, shipping progress, delivery address, items ordered, total amount, and courier consignment details for an order.","inputSchema":{"type":"object","properties":{"phone":{"type":"string","description":"The 11-digit Bangladeshi customer phone number used during checkout (e.g., \"01712345678\")"},"order_id":{"type":"string","description":"The PrimeZone Order ID (e.g., \"KOT-123456\")"}},"required":["phone","order_id"]}},{"name":"list_categories","description":"Retrieve all active product categories, departments, and homepage featured collections from PrimeZone.","inputSchema":{"type":"object","properties":{"homepage_only":{"type":"boolean","description":"If true, returns only categories featured on the homepage"}}}},{"name":"get_flash_sales","description":"Retrieve all ongoing flash sale discounts, hot deals, special campaign items, and promotional prices.","inputSchema":{"type":"object","properties":{"limit":{"type":"number","description":"Number of flash sale items to fetch (default: 12)"}}}},{"name":"validate_coupon","description":"Check whether a coupon discount code is valid, its discount type (% or fixed BDT), value, and minimum order requirements.","inputSchema":{"type":"object","properties":{"code":{"type":"string","description":"Coupon promo code (e.g., \"SAVE10\", \"WELCOME\")"},"order_amount":{"type":"number","description":"Total cart subtotal in BDT to verify minimum spend qualification"}},"required":["code"]}},{"name":"get_product_reviews","description":"Retrieve verified customer reviews, ratings (1-5 stars), and customer feedback for a product.","inputSchema":{"type":"object","properties":{"product_slug":{"type":"string","description":"Slug of the product to fetch reviews for"},"product_id":{"type":"number","description":"ID of the product (optional if slug is given)"}}}},{"name":"get_store_info","description":"Get store contact details, shipping delivery rates (inside/outside Dhaka), Cash on Delivery policy, and customer service information.","inputSchema":{"type":"object","properties":{}}}],"resources":[{"uri":"primezone://catalog/products","name":"Product Catalog Summary","description":"Live snapshot of all active products with titles, prices, and stock status.","mimeType":"application/json"},{"uri":"primezone://catalog/categories","name":"Store Categories Hierarchy","description":"Complete list of departments and categories available on PrimeZone.","mimeType":"application/json"},{"uri":"primezone://store/policies","name":"Store Policies & Terms","description":"Official return/refund policies, terms of service, and delivery guidelines.","mimeType":"application/json"}],"prompts":[{"name":"shopping_consultant","description":"Prompt guiding the AI to assist customers with product recommendations, ingredient analysis, and beauty routine suggestions.","arguments":[{"name":"customer_preference","description":"Customer skin type, hair condition, or desired product benefit (e.g., dry skin, oily acne-prone, brightening)","required":true}]},{"name":"order_support_agent","description":"Prompt guiding the AI to provide friendly customer support for order tracking and delivery status verification.","arguments":[{"name":"order_id","description":"Order ID to investigate","required":false}]}]}