← cbest.ir

INDIVIDUAL MCP TOOL

compare_brands

Which suppliers cover a category, with counts, share, and per-facet data coverage.

cbest.irnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.cbest.ir/lighting/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for compare_brands and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

cbest.ir

CONNECT 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.

Related tools

  • search_products — Search the catalog of real products stocked by the suppliers on file.
  • get_product — Every 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.
  • list_categories — The 20 canonical categories with Persian and English names, product counts, and which suppliers are in each.
  • list_brands — Every supplier on file with what they cover, how complete their data is, and when it was last read.
  • get_brand — One 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.
  • classify_lighting_term — Map any Persian or English lighting phrase onto the canonical taxonomy — «داون‌لایت توکار», 'trimless plaster frame', 'high bay'.
  • start_consultation — Turn a described need into a link the person opens themselves, where an adviser builds a brief and matches it against suppliers' real stock.