← beardsorcery.com
INDIVIDUAL MCP TOOL
recommend-products
Recommend Beard Sorcery products from shopper intent, beard-care needs, scent preference, gift context, product type, and budget.
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
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.beardsorcery-com]
url = "https://beardsorcery.com/mcp/products"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"beardsorcery-com": {
"type": "http",
"url": "https://beardsorcery.com/mcp/products"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: beardsorcery-com
Remote MCP URL: https://beardsorcery.com/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": {
"beardsorcery-com": {
"url": "https://beardsorcery.com/mcp/products"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"beardsorcery-com": {
"type": "http",
"url": "https://beardsorcery.com/mcp/products"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "beardsorcery-com",
"transport": "streamable-http",
"url": "https://beardsorcery.com/mcp/products"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search-products— Search the public Beard Sorcery catalog by query, tab, product type, availability, and sort.