Synchronity
Enables AI agents to search, compare, and buy products across connected WooCommerce stores, including product search, details, reviews, cart management, shipping, checkout, payment, and order tracking.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@SynchronitySearch Synchronity for a wireless keyboard under $50"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Synchronity is commerce infrastructure for AI assistants. It connects to the hosted Synchronity gateway at https://api.synchronity.app — there is nothing to self-host.
This repository contains the public, MIT-licensed pieces:
Part | What it is |
The MCP server — exposes shopping tools to Claude, Cursor, and any MCP client | |
Typed gateway client used by the MCP server | |
Claude Desktop extension ( | |
Cross-assistant plugin (Claude Code + Codex) — install via the marketplace below | |
The Synchronity WooCommerce plugin — makes a store agent-ready |
Releases attach prebuilt artifacts: the
synchronity.mcpbdesktop extension and the WooCommerce plugin zip. See Releases.
For shoppers — connect your AI assistant
Claude Desktop (easiest)
Download
synchronity.mcpbfrom the latest release (or from api.synchronity.app/setup/download).Open it with Claude Desktop and click Install.
Ask Claude to shop — e.g. "Search Synchronity for a wireless keyboard."
Claude Code (plugin marketplace)
/plugin marketplace add themewireco/synchronity
/plugin install synchronity@synchronityThen just shop — "find me a birthday cake from my stores". The plugin bundles
the synchronity-commerce skill and runs the MCP server locally via npx, so
there is nothing to clone or build.
Codex
Add the Synchronity plugin from this repo (plugins/synchronity). Codex
reads .codex-plugin/plugin.json and connects to the hosted MCP at
https://api.synchronity.app/mcp, with the same synchronity-commerce skill.
Any MCP client (manual)
npm install && npm run build{
"mcpServers": {
"synchronity": {
"command": "node",
"args": ["/absolute/path/to/synchronity/packages/mcp/dist/index.js"],
"env": { "GATEWAY_URL": "https://api.synchronity.app" }
}
}
}GATEWAY_URL defaults to https://api.synchronity.app. Sensitive actions (checkout, payment) require buyer approval — the assistant walks you through a one-time approval step.
What the assistant can do
Product search & details (with inline images), compare across stores, reviews, cart management, shipping, checkout, card/mobile-money payment, order tracking, and human-in-the-loop approval for sensitive actions.
Related MCP server: Shopping MCP Server (Amazon + Target)
For merchants — make your WooCommerce store agent-ready
Download the WooCommerce plugin zip from the latest release.
In WordPress: Plugins → Add New → Upload Plugin, choose the zip, Install and Activate.
Open WooCommerce → Synchronity, copy your connector key, and register your store with Synchronity.
Your store keeps its own catalog, currency, shipping, and orders — Synchronity routes agent requests to it through the gateway.
Build the artifacts yourself
npm run build # build the MCP server + client
npm run build:mcpb # -> synchronity.mcpb (Claude Desktop extension)
npm run build:plugin # -> synchronity-woocommerce-v<version>.zipConfiguration
Env var | Default | Purpose |
|
| Synchronity gateway base URL |
| — | Optional default store to scope tools to |
|
| Verbose logging to stderr |
Reviewing & testing
New here or reviewing the connector? Follow the end-to-end walkthrough: docs/reviewer-testing.md.
Privacy & support
Privacy Policy: PRIVACY.md · at synchronity.app/privacy-policy
Support: hello@themewire.co
License
MIT © Themewire — see LICENSE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/themewireco/synchronity'
If you have feedback or need assistance with the MCP directory API, please join our Discord server