← lierac.com
INDIVIDUAL MCP TOOL
search_products
Search the product catalog of the current brand/locale by natural-language query (semantic + keyword).
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.lierac-com]
url = "https://fr.lierac.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"lierac-com": {
"type": "http",
"url": "https://fr.lierac.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: lierac-com
Remote MCP URL: https://fr.lierac.com/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": {
"lierac-com": {
"url": "https://fr.lierac.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"lierac-com": {
"type": "http",
"url": "https://fr.lierac.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "lierac-com",
"transport": "streamable-http",
"url": "https://fr.lierac.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_product— Fetch the full detail of a single product by its exact SKU.get_products— Fetch full details for several products at once by their SKUs (batch lookup).