
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
@synchronity/mcp-server
Advanced tools
Synchronity MCP Server - shop across connected e-commerce stores from Claude, ChatGPT, and other MCP clients
MCP (Model Context Protocol) server for Synchronity — gives AI assistants like Claude the tools to autonomously browse, compare, and purchase products on connected e-commerce stores.
npm install -g @synchronity/mcp-server
Or use the .mcpb Claude Desktop extension — download the latest package from your Synchronity dashboard.
Add to your claude_desktop_config.json:
{
"mcpServers": {
"synchronity": {
"command": "synchronity-mcp",
"env": {
"GATEWAY_URL": "https://api.synchronity.app",
"AIT": "your-agent-identity-token",
"DEFAULT_SITE_ID": "your-site-id"
}
}
}
}
In Claude web, go to Settings → Integrations → Add Integration and enter:
https://api.synchronity.app/mcp
curl -X POST https://api.synchronity.app/v1/auth/agents/register \
-H "Content-Type: application/json" \
-d '{
"name": "my-agent",
"scopes": ["read_products", "manage_cart", "execute_checkout", "read_orders"]
}'
| Tool | Description |
|---|---|
list_sites | List connected stores |
search_products | Search products on a connected store |
get_product | Get full product details by ID |
get_product_reviews | Get reviews for a product |
compare_products | Compare products across multiple stores |
create_cart | Create a new shopping cart |
get_cart | Get current cart contents |
add_to_cart | Add an item to the cart |
remove_from_cart | Remove an item from the cart |
apply_coupon | Apply a discount coupon |
set_shipping_address | Set the shipping destination and fetch shipping rates |
select_shipping_option | Select a shipping rate; binds it to the cart total |
execute_checkout | Place the order (requires delegation approval) |
get_order | Get order details by ID |
list_orders | List recent orders |
request_delegation | Request human approval for checkout |
submit_delegation_otp | Submit the emailed delegation approval code |
check_delegation | Poll delegation approval status |
get_payment_methods | List available payment channels for an order |
initiate_payment | Start in-chat payment for an order |
submit_payment_otp | Submit a payment OTP when prompted |
get_payment_status | Poll payment/order status until paid |
FAQs
Synchronity MCP Server - shop across connected e-commerce stores from Claude, ChatGPT, and other MCP clients
We found that @synchronity/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.