request_price_match
ActiveTool of Custom Blinds Shop
Submit a price match claim when the customer has found the same blind cheaper elsewhere. Custom Blinds matches verified South African retailer prices for identical product, dimensions, and specs. Returns a pre-filled WhatsApp link to the claims team. Not applicable to: Blinds Direct (same supplier), clearance or flash-sale prices, or out-of-stock items. Requires product_id and competitor_price_zar at minimum.
Parameters schema
{
"type": "object",
"required": [
"product_id",
"competitor_price_zar"
],
"properties": {
"width_mm": {
"type": "number",
"description": "Window width in mm"
},
"height_mm": {
"type": "number",
"description": "Window height/drop in mm"
},
"product_id": {
"type": "string",
"description": "Product the customer wants to match (e.g. roller-blockout)"
},
"customer_name": {
"type": "string",
"description": "Customer name"
},
"competitor_url": {
"type": "string",
"description": "URL to competitor product page or quote"
},
"competitor_name": {
"type": "string",
"description": "Name of the competitor (e.g. 'Blind Empire')"
},
"customer_whatsapp": {
"type": "string",
"description": "Customer WhatsApp number for follow-up"
},
"competitor_price_zar": {
"type": "number",
"description": "Competitor's price in ZAR (incl. VAT)"
}
}
}Parent server
Custom Blinds Shop
https://github.com/CustomBlinds/cb-shop-mcp
1/7 registries