โ synchronity.app
INDIVIDUAL MCP TOOL
get_product_reviews
๐ **RECOMMENDED STEP** โ Fetch product reviews and authenticity consensus before making purchase decisions.
Input schema
{}Risk classification
Potential side effects detected ยท medium confidence ยท heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
- A tool name or description suggests a financial action.
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.synchronity-mcp]
url = "https://api.synchronity.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"synchronity-mcp": {
"type": "http",
"url": "https://api.synchronity.app/mcp"
}
}
}
Claude Desktop
Settings โ Connectors โ Add custom connector
Name: synchronity-mcp
Remote MCP URL: https://api.synchronity.app/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": {
"synchronity-mcp": {
"url": "https://api.synchronity.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"synchronity-mcp": {
"type": "http",
"url": "https://api.synchronity.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "synchronity-mcp",
"transport": "streamable-http",
"url": "https://api.synchronity.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_sitesโ List all registered e-commerce sites.search_productsโ Find products on a registered store.get_productโ Retrieve detailed information about a specific product including variants, pricing, images, and availability.request_back_in_stockโ Subscribe the buyer to a back-in-stock alert for an out-of-stock product.compare_productsโ Compare products across multiple registered e-commerce sites simultaneously.create_cartโ Create a new shopping cart for a specific site.add_to_cartโ Add a product variant (or base product) to an existing cart.quick_checkoutโ Assemble checkout-ready cart(s) in ONE call for a multi-product (and optionally multi-store) request.