streamable-httpupdated 2mo ago
South Africa's first AI-transactable window covering catalogue. Lets MCP-compatible AI agents (Claude, ChatGPT, Cowork, Cursor) search the Custom Blinds catalogue, get live ZAR pricing, configure made-to-measure blinds, and take a customer all the way from product discovery to a Yoco or Ozow payment link — direct from shop.customblinds.co.za. The full purchase flow is open and needs no credentials.
What can you do with Custom Blinds Shop?
Custom Blinds Shop MCP
South Africa's first AI-transactable window covering catalogue. Lets MCP-compatible AI agents (Claude, ChatGPT, Cowork, Cursor) search the Custom Blinds catalogue, get live ZAR pricing, configure made-to-measure blinds, and take a customer all the way from product discovery to a Yoco or Ozow payment link — direct from shop.customblinds.co.za. The full purchase flow is open and needs no credentials.
What it does
This is the transactional node of a two-node system. The shop MCP handles search, pricing, configuration, cart, checkout and payment. Product education and design advice live on the brochure MCP at customblinds.co.za. An agent can start cold on the brochure for guidance, then hand off to this shop MCP to complete the order.
The full UCP purchase flow is open (no authentication): search the catalogue, get exact VAT-included ZAR pricing, configure a blind, build a cart, create a checkout, and mint a Yoco or Ozow payment link without any credentials. Twenty-seven tools are exposed.
| Tool group | Access | Examples |
|---|---|---|
| Catalogue and pricing | Open | search_catalog, lookup_catalog, get_product, get_product_recommendation, get_price, configure_product, check_colour_stock |
| Cart and checkout | Open | create_cart, get_cart, update_cart, cancel_cart, create_checkout, get_checkout, update_checkout, complete_checkout, cancel_checkout |
| Orders and fulfilment | Open | get_order, get_payment_methods, get_delivery_estimate, request_swatch, request_price_match |
| Tools and handoff | Open | get_ar_visualizer_url, get_whatsapp_handoff |
| Legacy (optional) | Bearer token | submit_enquiry, create_order — only needed for an email follow-up or a single-call order path; the open checkout flow above is preferred |
Payment is by Yoco (card) or Ozow (instant EFT). All prices are in ZAR with VAT included. Legacy bearer tokens are issued on request — contact sales@customblinds.co.za.
Connection
This is a remote MCP server — no install required.
Claude Desktop / Claude Code
{
"mcpServers": {
"custom-blinds-shop": {
"url": "https://shop.customblinds.co.za/mcp",
"transport": "streamable-http"
}
}
}
Other clients
Point your MCP client at: https://shop.customblinds.co.za/mcp Transport: streamable-HTTP.
Verification
- Manifest: https://shop.customblinds.co.za/.well-known/mcp.json
- ARD catalog: https://customblinds.co.za/.well-known/ai-catalog.json
- Brochure MCP: https://customblinds.co.za/wp-json/cb/v1/mcp
- llms.txt: https://customblinds.co.za/llms.txt
About Custom Blinds
Custom Blinds Shutters & Awnings — established 2010, based in Knysna on the Garden Route, South Africa. Founded by Duncan Kane, 20+ years industry experience. National online ordering with free delivery; professional installation across the Garden Route.
- Brochure: https://customblinds.co.za
- Shop: https://shop.customblinds.co.za
- Issues: https://github.com/CustomBlinds/cb-shop-mcp/issues
License
MIT
Install
Add Custom Blinds Shop to your client. Pick the one you use.
claude mcp add --transport http custom-blinds-shop https://shop.customblinds.co.za/mcpcodex mcp add custom-blinds-shop --url https://shop.customblinds.co.za/mcp{
"mcpServers": {
"custom-blinds-shop": {
"url": "https://shop.customblinds.co.za/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"custom-blinds-shop": {
"type": "http",
"url": "https://shop.customblinds.co.za/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"custom-blinds-shop": {
"url": "https://shop.customblinds.co.za/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"custom-blinds-shop": {
"serverUrl": "https://shop.customblinds.co.za/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance16/25
- Trust6/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 71 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | May 28, 2026 |