
Custom Blinds Shop
Wire an AI agent into Custom Blinds’ South African catalogue so it can answer with live ZAR prices and optionally submit enquiries or orders.
Overview
Custom Blinds Shop is a build-phase MCP server that exposes Custom Blinds’ blinds, shutters, and awnings catalogue with live ZAR pricing and optional enquiry and order actions for AI agents.
What is this MCP server?
- Streamable HTTP MCP endpoint at shop.customblinds.co.za/mcp (server v1.0.0)
- Catalogue and live ZAR pricing tools run without credentials; Bearer auth only for submit_enquiry and create_order
- Covers blinds, shutters, and awnings as South Africa’s AI-transactable window-treatments catalogue
- Open-source server definition at github.com/CustomBlinds/cb-shop-mcp for inspection and fork-friendly setups
- Server schema 2025-12-11; published version 1.0.0
- Single streamable-http remote at shop.customblinds.co.za/mcp
- Catalogue and pricing tools are open; two transactional tools require Bearer Authorization
What problem does it solve?
Agents cannot reliably quote South African window-treatment SKUs or complete merchant-backed checkout steps without a dedicated, pricing-aware commerce integration.
Who is it for?
Solo builders shipping ZA-focused ecommerce or interior-design agents who need live catalogue and pricing from a single maintained MCP remote.
Skip if: Builders with no South African customers, teams that only need one-off web scraping, or workflows that cannot use HTTP MCP or optional Bearer credentials for orders.
What do I get? / Deliverables
After you register the remote, your agent can return authoritative catalogue data and ZAR prices, and with a Bearer token can submit enquiries or place orders on Custom Blinds.
- Product and catalogue lookups backed by the merchant feed
- Live ZAR price responses for blinds, shutters, and awnings SKUs
- Enquiry submissions and orders when Bearer authentication is configured
Recommended MCP Servers
Journey fit
MCP servers are installed while you are composing the product and hooking external services into your agent stack. This remote is a streamable HTTP bridge to a third-party shop API—classic agent-to-commerce integration work.
How it compares
Vertical ecommerce MCP with live ZAR pricing and gated order tools—not a general-purpose agent skill or browser automation pack.
Common Questions / FAQ
Who is Custom Blinds Shop for?
Indie builders and small teams creating AI shopping or design assistants for the South African blinds, shutters, and awnings market.
When should I use Custom Blinds Shop?
Use it while building or shipping an agent that must browse Custom Blinds’ catalogue, show live ZAR prices, or submit enquiries and orders through MCP instead of scraping.
How do I add Custom Blinds Shop to my agent?
Add the streamable HTTP remote https://shop.customblinds.co.za/mcp in your MCP client; use catalogue and pricing tools without auth, and set Authorization Bearer only for submit_enquiry and create_order.