INDIVIDUAL MCP TOOL
getProductReviews
Get customer reviews for a product: the aggregate star rating (1–5) and review count, plus a representative sample of the most-helpful individual reviews (author, score, title, text, date, verified-buyer flag).
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.spoonfulofcomfort-com]
url = "https://www.spoonfulofcomfort.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"spoonfulofcomfort-com": {
"type": "http",
"url": "https://www.spoonfulofcomfort.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: spoonfulofcomfort-com
Remote MCP URL: https://www.spoonfulofcomfort.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": {
"spoonfulofcomfort-com": {
"url": "https://www.spoonfulofcomfort.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"spoonfulofcomfort-com": {
"type": "http",
"url": "https://www.spoonfulofcomfort.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "spoonfulofcomfort-com",
"transport": "streamable-http",
"url": "https://www.spoonfulofcomfort.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
searchProduct— Search the Spoonful of Comfort catalog by keyword.getProduct— Get full details for a single product by its slug or id.getRelatedProducts— Get related "you might also like" products.getProductOptions— Get the selectable options for a product with pricing.getCollection— Get a collection/category and its products by slug.listCollections— List the available collections/categories (title, slug, product count).