← synchronity.app

INDIVIDUAL MCP TOOL

get_product

Retrieve detailed information about a specific product including variants, pricing, images, and availability.

synchronity.appnone authenticationAvailability not checked

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

synchronity.app

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_reviews — 🔍 **RECOMMENDED STEP** — Fetch product reviews and authenticity consensus before making purchase decisions.
  • 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.