← Back to Plugins
MCP Server MCP

Synchronity

github By github 👁 1 views ▲ 0 votes

Shop connected e-commerce stores: search, compare, cart, and checkout with buyer approval.

Homepage Verified source GitHub

Install

npx -y @synchronity/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.synchronity.app/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@synchronity/mcp-server",
      "version": "0.5.21",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Synchronity gateway base URL. Defaults to the hosted gateway.",
          "default": "https://api.synchronity.app",
          "name": "GATEWAY_URL"
        },
        {
          "description": "Optional store ID to use when the assistant does not name a store.",
          "name": "DEFAULT_SITE_ID"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...