← bestelectricproducts.com
INDIVIDUAL MCP TOOL
search_products
Search or browse our recommended products.
LIVE ENDPOINT
https://bestelectricproducts.com/mcp
Connect to this endpoint to inspect the live schema for search_products and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
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.best-electric-products]
url = "https://bestelectricproducts.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"best-electric-products": {
"type": "http",
"url": "https://bestelectricproducts.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: best-electric-products
Remote MCP URL: https://bestelectricproducts.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": {
"best-electric-products": {
"url": "https://bestelectricproducts.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"best-electric-products": {
"type": "http",
"url": "https://bestelectricproducts.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "best-electric-products",
"transport": "streamable-http",
"url": "https://bestelectricproducts.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_buying_guides— List everything we cover: product categories (with guide URLs, product counts and FAQs) plus our long-form buying guides, each with a one-sentence standalone answer and key takeaways.get_guide— Full text of one buying guide by slug: the short answer, key takeaways, every section with its bullets, and the FAQ.get_product_details— Full editorial record for one product by slug: rating, pros/cons, specs, full review text, review URL, and buy link.recommend_product— Recommend the best product for a described use case and optional budget.compare_products— Head-to-head comparison of two or more products by slug.