Synchronity for Claude Desktop
io.github.themewireco/synchronity
Shop connected e-commerce stores: search, compare, cart, and checkout with buyer approval.
client:Claude Desktop
transport:streamable-http
runtime:npm
tools:26
Install Synchronity in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"synchronity": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.synchronity.app/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs
What Claude Desktop can do once it is connected
- list_sites
- search_products
- get_product
- get_product_reviews
- request_back_in_stock
- compare_products
- create_cart
- add_to_cart
- quick_checkout
- remove_from_cart
- set_cart_quantity
- apply_coupon
- get_cart
- get_active_cart
- set_shipping_address
- select_shipping_option
- execute_checkout
- get_order
- list_orders
- request_delegation
- submit_delegation_otp
- check_delegation
- get_payment_methods
- initiate_payment