← bs.graphics

INDIVIDUAL MCP TOOL

search-products

Search the public Beard Sorcery catalog by query, tab, product type, availability, and sort.

bs.graphicsnone 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

bs.graphics

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.beard-sorcery-product-recommendations]
url = "https://bs.graphics/mcp/products"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "beard-sorcery-product-recommendations": {
      "type": "http",
      "url": "https://bs.graphics/mcp/products"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: beard-sorcery-product-recommendations
Remote MCP URL: https://bs.graphics/mcp/products

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": {
    "beard-sorcery-product-recommendations": {
      "url": "https://bs.graphics/mcp/products"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "beard-sorcery-product-recommendations": {
      "type": "http",
      "url": "https://bs.graphics/mcp/products"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "beard-sorcery-product-recommendations",
  "transport": "streamable-http",
  "url": "https://bs.graphics/mcp/products"
}
MCP Inspector

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

Related tools

  • recommend-products — Recommend Beard Sorcery products from shopper intent, beard-care needs, scent preference, gift context, product type, and budget.