MCP Server
MCP
Synchronity
Shop connected e-commerce stores: search, compare, cart, and checkout with buyer approval.
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
By
Comments
Sign in to leave a comment