INDIVIDUAL MCP TOOL
get_product_verdict
Get the SHE Consensus Score and expert verdict for a specific smart home product.
LIVE ENDPOINT
https://www.smarthomeexplorer.com/api/mcp
Connect to this endpoint to inspect the live schema for get_product_verdict and invoke it with your own arguments.
Indexed 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 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.smarthomeexplorer-product-intelligence]
url = "https://www.smarthomeexplorer.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"smarthomeexplorer-product-intelligence": {
"type": "http",
"url": "https://www.smarthomeexplorer.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: smarthomeexplorer-product-intelligence
Remote MCP URL: https://www.smarthomeexplorer.com/api/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": {
"smarthomeexplorer-product-intelligence": {
"url": "https://www.smarthomeexplorer.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"smarthomeexplorer-product-intelligence": {
"type": "http",
"url": "https://www.smarthomeexplorer.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "smarthomeexplorer-product-intelligence",
"transport": "streamable-http",
"url": "https://www.smarthomeexplorer.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_smart_home_products— Search SmartHomeExplorer's editorially curated database of 1,080+ smart home products.check_compatibility— Check if a smart home device fits a user's existing setup using SmartHomeExplorer's proprietary Compatibility Engine.compare_products— Side-by-side comparison of 2-4 smart home products using SmartHomeExplorer's editorially curated data.get_buying_guide— Get an editorially written buying guide from SmartHomeExplorer's library of 170+ guides.