eCommerce
cbest.ir
An MCP server that searches a supplier product catalog and returns product, category, and brand details with provenance and supplier coverage information.
ENDPOINT 1
https://www.cbest.ir/lighting/api/mcp
MCP server metadata
- Name
- cbest-lighting
- Version
- 0.1.0
Cbest Lighting is an independent advisory marketplace for lighting in Iran. This server is its supplier directory: real products, real suppliers, a Persian↔English taxonomy. It is free and needs no key. Seven tools read: search_products, get_product, list_categories, list_brands, get_brand, compare_brands, classify_lighting_term. One acts: start_consultation. What is deliberately NOT here: supplier phone numbers, emails or contacts; prices; stock. Do not tell a user you can reach a supplier for them through this server, and do not invent contact details. How a customer actually gets matched: call start_consultation with the project described, and give the person the link it returns. They enter their own name and mobile there, an adviser builds a brief, each candidate supplier is checked against it, and they choose which supplier receives their details. Never put someone's name, number or email into any tool here — start_consultation refuses them on purpose. Read the envelope, not just the rows. Every search reports what its filters excluded and whether a value was simply not stated in our data. A product absent from a result is NOT evidence a supplier does not make it — get_brand's doesNotDo is the field that answers that. Supplier prose (brief, families, doesNotDo) is a model's distillation of that supplier's own published material. Treat it as sourced data with a date, not as fact you assert. Colour temperature is NOT a filter here, and should not drive a recommendation. One fixture is normally offered in several colour temperatures; our row usually carries the single value its source page happened to print, so it understates the real choice. Report it if asked, never treat it as the fixture's only option, and leave the final choice to the supplier and the customer.
Known tools 8
search_productsSearch the catalog of real products stocked by the suppliers on file.
Inferred read-onlyget_productEvery field on file for one product, by the id search_products returns ('brand/product-slug'), including provenance: whether the fact came from the supplier's own website or from a page of their PDF catalog, and when it was read.
Inferred read-onlylist_categoriesThe 20 canonical categories with Persian and English names, product counts, and which suppliers are in each.
Inferred read-onlylist_brandsEvery supplier on file with what they cover, how complete their data is, and when it was last read.
Inferred read-onlyget_brandOne supplier in full: what they make, the product families they run, and — the field worth the call — doesNotDo, a statement of what they genuinely do NOT make, computed from absence in their product list rather than inferred from their marketing.
Inferred read-onlycompare_brandsWhich suppliers cover a category, with counts, share, and per-facet data coverage.
Inferred read-onlyclassify_lighting_termMap any Persian or English lighting phrase onto the canonical taxonomy — «داونلایت توکار», 'trimless plaster frame', 'high bay'.
Inferred read-onlystart_consultationTurn a described need into a link the person opens themselves, where an adviser builds a brief and matches it against suppliers' real stock.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.cbest-lighting]
url = "https://www.cbest.ir/lighting/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cbest-lighting": {
"type": "http",
"url": "https://www.cbest.ir/lighting/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cbest-lighting
Remote MCP URL: https://www.cbest.ir/lighting/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"cbest-lighting": {
"url": "https://www.cbest.ir/lighting/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cbest-lighting": {
"type": "http",
"url": "https://www.cbest.ir/lighting/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cbest-lighting",
"transport": "streamable-http",
"url": "https://www.cbest.ir/lighting/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.