← briters.com

INDIVIDUAL MCP TOOL

list_products

List all available products with prices and links for a given locale and country.

briters.comnone authenticationAvailability not checked

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 endpoint

briters.com

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.briters-com]
url = "https://briters.com/api/mcp/briters"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "briters-com": {
      "type": "http",
      "url": "https://briters.com/api/mcp/briters"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: briters-com
Remote MCP URL: https://briters.com/api/mcp/briters

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": {
    "briters-com": {
      "url": "https://briters.com/api/mcp/briters"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "briters-com": {
      "type": "http",
      "url": "https://briters.com/api/mcp/briters"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "briters-com",
  "transport": "streamable-http",
  "url": "https://briters.com/api/mcp/briters"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_products — Search products by free-text query.
  • get_product — Get full details for a single product by item_id.
  • get_reviews — Get customer reviews aggregated across all campaigns for this brand.
  • get_brand_info — Get brand information: name, description, website, supported countries and locales, return policy, customer service.